Update packages (#5)

Reviewed-on: quartznet/quartznet.info#5
This commit is contained in:
2024-05-29 14:37:28 -04:00
parent b2032e0450
commit 5446b8e37c
4 changed files with 731 additions and 1477 deletions

View File

@ -9,14 +9,14 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@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"
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.10",
"svelte": "^4.2.17",
"svelte-check": "^3.8.0",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.12"
},
"type": "module"
}