migration to Svelte 4

This commit is contained in:
John O'Keefe 2024-09-05 15:38:13 -04:00
parent 77e361b5b2
commit d611ed8b3a

View File

@ -10,25 +10,25 @@
"check": "svelte-check --tsconfig ./tsconfig.json" "check": "svelte-check --tsconfig ./tsconfig.json"
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1", "@sveltejs/vite-plugin-svelte": "^2.4.1",
"@tsconfig/svelte": "^3.0.0", "@tsconfig/svelte": "^4.0.1",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.20",
"postcss": "^8.4.39", "postcss": "^8.4.45",
"svelte": "^3.49.0", "svelte": "^4.0.0",
"svelte-check": "^2.8.0", "svelte-check": "^3.4.3",
"svelte-preprocess": "^4.10.7", "svelte-preprocess": "^5.0.3",
"svelte-spa-router": "^4.0.1", "svelte-spa-router": "^4.0.1",
"tailwind-merge": "^2.4.0", "tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.6", "tailwindcss": "^3.4.10",
"tslib": "^2.4.0", "tslib": "^2.7.0",
"typescript": "^4.6.4", "typescript": "^5.0.0",
"vite": "^3.0.7" "vite": "^4.5.3"
}, },
"dependencies": { "dependencies": {
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"@tanstack/svelte-table": "^8.20.5", "@tanstack/svelte-table": "^8.20.5",
"flowbite": "^2.4.1", "flowbite": "^2.5.1",
"flowbite-svelte": "^0.46.15", "flowbite-svelte": "^0.46.16",
"moment": "^2.30.1" "moment": "^2.30.1"
} }
} }