We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501b262 commit 8a18891Copy full SHA for 8a18891
package.json
@@ -8,7 +8,7 @@
8
"build": "vite build",
9
"lint": "eslint .",
10
"preview": "vite preview",
11
- "test": "vitest"
+ "test": "vitest run --environment jsdom"
12
},
13
"dependencies": {
14
"react": "^18.3.1",
@@ -29,9 +29,9 @@
29
"eslint-plugin-react-refresh": "^0.4.14",
30
"globals": "^15.12.0",
31
"jsdom": "^22.1.0",
32
- "vite": "^6.0.1",
33
- "vite-plugin-fable": "^0.1.1",
34
- "vitest": "^2.1.8"
+ "vite": "^7.0.0",
+ "vite-plugin-fable": "^0.2.0",
+ "vitest": "^3.2.4"
35
36
"trustedDependencies": ["esbuild", "vite-plugin-fable"],
37
"engines": {
0 commit comments