chore: upgrade core build tooling (vite 8, svelte plugin 7, typescript 6)

This commit is contained in:
Ilia Mashkov
2026-05-05 14:15:59 +03:00
parent 3894912a22
commit 6c20a68e19
3 changed files with 532 additions and 79 deletions
+5 -5
View File
@@ -36,11 +36,11 @@
"@storybook/addon-svelte-csf": "^5.0.10",
"@storybook/addon-vitest": "^10.1.11",
"@storybook/svelte-vite": "^10.1.11",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@sveltejs/vite-plugin-svelte": "7.1.0",
"@tailwindcss/vite": "^4.1.18",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/svelte": "^5.3.1",
"@tsconfig/svelte": "^5.0.6",
"@tsconfig/svelte": "5.0.8",
"@types/jsdom": "^27",
"@vitest/browser-playwright": "^4.0.16",
"@vitest/coverage-v8": "^4.0.16",
@@ -52,15 +52,15 @@
"oxlint": "^1.35.0",
"playwright": "^1.57.0",
"storybook": "^10.1.11",
"svelte": "^5.45.6",
"svelte": "5.55.5",
"svelte-check": "^4.3.4",
"svelte-language-server": "^0.17.23",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.2.6",
"typescript": "6.0.3",
"vite": "8.0.10",
"vitest": "^4.0.16",
"vitest-browser-svelte": "^2.0.1"
},