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

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