Skip to content

Commit af7549b

Browse files
Update dependency vitest to v3
1 parent 7d1584b commit af7549b

File tree

3 files changed

+183
-408
lines changed

3 files changed

+183
-408
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"tailwindcss": "^4.1.10",
8080
"tailwindcss-animate": "^1.0.7",
8181
"vite": "^6.0.0",
82-
"vitest": "^2.0.0"
82+
"vitest": "^3.0.0"
8383
},
8484
"scripts": {
8585
"build": "pnpm codegen && vite build",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"ts-node": "^10.9.2",
4343
"typescript": "^5.8.3",
4444
"vite": "^6.0.0",
45-
"vitest": "^2.1.3"
45+
"vitest": "^3.0.0"
4646
},
4747
"scripts": {
4848
"preinstall": "command -v git >/dev/null 2>&1 && git config core.hooksPath git-hooks || true",

0 commit comments

Comments
 (0)