upgrade to svelte 5

This commit is contained in:
2025-02-07 17:24:34 +01:00
parent fc9c9de719
commit 8ca76d21d0
6 changed files with 630 additions and 560 deletions

View File

@ -10,19 +10,19 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tsconfig/svelte": "^3.0.0",
"autoprefixer": "^10.4.20",
"flowbite": "^3.1.1",
"flowbite-svelte": "^0.47.4",
"flowbite-svelte-icons": "^2.0.2",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"svelte-routing": "^2.13.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-preprocess": "^6.0.0",
"tailwindcss": "^3.4.9",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.0.7"
"typescript": "^5.5.0",
"vite": "^5.4.4"
}
}