Skip to content

Commit 76d00ad

Browse files
authored
Merge pull request #230 from storybookjs/chore-vitest
chore: Upgrade `vitest` and `vite` dependencies & `jsdom` -> `happy-dom`
2 parents 6954b85 + 05094df commit 76d00ad

File tree

3 files changed

+333
-700
lines changed

3 files changed

+333
-700
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -78,28 +78,28 @@
7878
"@tsconfig/svelte": "^5.0.4",
7979
"@types/estree": "^1.0.6",
8080
"@types/node": "^20.14.9",
81-
"@vitest/ui": "^1.6.0",
81+
"@vitest/ui": "^2.1.4",
8282
"auto": "^11.1.6",
8383
"chromatic": "^11.16.1",
8484
"concurrently": "^8.2.2",
8585
"eslint": "^7.32.0",
8686
"eslint-plugin-storybook": "^0.8.0",
87-
"jsdom": "^24.1.0",
87+
"happy-dom": "^15.11.4",
8888
"prettier": "^3.3.2",
8989
"prettier-plugin-svelte": "^3.2.5",
9090
"rimraf": "^5.0.7",
91-
"rollup": "^4.18.0",
91+
"rollup": "^4.25.0",
9292
"storybook": "^8.0.0",
9393
"svelte": "^5.0.0",
9494
"svelte-check": "^4.0.5",
9595
"tslib": "^2.6.3",
9696
"type-fest": "^4.20.1",
9797
"typescript": "^5.5.2",
9898
"typescript-svelte-plugin": "^0.3.42",
99-
"vite": "^5.3.2",
100-
"vite-plugin-inspect": "^0.8.4",
99+
"vite": "^5.4.11",
100+
"vite-plugin-inspect": "^0.8.7",
101101
"vite-plugin-virtual": "^0.3.0",
102-
"vitest": "^1.6.0"
102+
"vitest": "^2.1.4"
103103
},
104104
"peerDependencies": {
105105
"@storybook/svelte": "^8.0.0",

0 commit comments

Comments
 (0)