Updated to Svelte 5

This commit is contained in:
Mawoka
2025-09-21 12:42:04 +02:00
parent fa533257b3
commit a88cf13f82
137 changed files with 2279 additions and 1948 deletions
+6 -5
View File
@@ -26,8 +26,8 @@
"@simplewebauthn/browser": "^13.2.0",
"@sveltejs/adapter-auto": "^6.1.0",
"@sveltejs/adapter-node": "^5.3.2",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/typography": "^0.5.18",
"@types/canvas-confetti": "^1.9.0",
@@ -44,6 +44,7 @@
"@uppy/drag-drop": "^4.2.2",
"@uppy/drop-target": "^3.2.2",
"@uppy/image-editor": "^3.4.2",
"@uppy/progress-bar": "^4.3.2",
"@uppy/status-bar": "^4.2.3",
"@uppy/svelte": "^4.6.2",
"@uppy/xhr-upload": "^4.4.2",
@@ -77,7 +78,7 @@
"qrcode": "^1.5.4",
"sass": "^1.93.0",
"socket.io-client": "^4.8.1",
"svelte": "^4.2.20",
"svelte": "^5.0.0",
"svelte-check": "^4.3.1",
"svelte-preprocess": "^6.0.3",
"svelte-range-slider-pips": "^4.0.7",
@@ -88,9 +89,9 @@
"tinykeys": "^3.0.0",
"tippy.js": "^6.3.7",
"tslib": "^2.8.1",
"typescript": "~5.0.4",
"typescript": "^5.5.0",
"ua-parser-js": "^2.0.5",
"vite": "^5.0.0",
"vite": "^7.1.6",
"vite-plugin-cross-origin-isolation": "^0.1.6",
"vite-plugin-iso-import": "^1.3.0",
"yup": "^1.7.0"