update packages

This commit is contained in:
Ben Parsons 2023-07-03 20:46:09 +10:00
parent 15bef94466
commit 9607dda53c
2 changed files with 491 additions and 219 deletions

692
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,17 +6,17 @@
"build": "vite build", "build": "vite build",
"preview": "vite preview", "preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-static": "^1.0.0", "@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.0.0", "@sveltejs/kit": "^1.21.0",
"svelte": "^3.54.0", "svelte": "^4.0.1",
"svelte-check": "^2.9.2", "svelte-check": "^3.4.4",
"svelte-preprocess": "^4.10.6", "svelte-preprocess": "^5.0.4",
"tslib": "^2.4.1", "tslib": "^2.6.0",
"typescript": "^4.9.3", "typescript": "^5.1.6",
"vite": "^4.0.0" "vite": "^4.3.9"
}, },
"type": "module" "type": "module"
} }