Skip to content

Commit ef0f68b

Browse files
committed
chore: update vitest to v3 (and update config) & vite to v6
1 parent c21b8a3 commit ef0f68b

File tree

3 files changed

+1143
-254
lines changed

3 files changed

+1143
-254
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
"@tsconfig/svelte": "^5.0.4",
7878
"@types/estree": "^1.0.6",
7979
"@types/node": "^20.14.9",
80-
"@vitest/browser": "2.1.4",
81-
"@vitest/coverage-v8": "2.1.4",
82-
"@vitest/ui": "^2.1.4",
80+
"@vitest/browser": "^3.1.3",
81+
"@vitest/coverage-v8": "^3.1.3",
82+
"@vitest/ui": "^3.1.3",
8383
"auto": "^11.1.6",
8484
"chromatic": "^11.28.2",
8585
"concurrently": "^8.2.2",
@@ -100,10 +100,10 @@
100100
"typescript": "^5.5.2",
101101
"typescript-eslint": "^8.30.1",
102102
"typescript-svelte-plugin": "^0.3.42",
103-
"vite": "^5.4.11",
103+
"vite": "^6.3.5",
104104
"vite-plugin-inspect": "^0.8.7",
105105
"vite-plugin-virtual": "^0.3.0",
106-
"vitest": "^2.1.4"
106+
"vitest": "^3.1.3"
107107
},
108108
"peerDependencies": {
109109
"@storybook/svelte": "^0.0.0-0 || ^8.2.0 || ^9.0.0-0",

0 commit comments

Comments
 (0)