Skip to content

Commit 70475c0

Browse files
authored
chore: update vitest and vitest/browser dependencies to latest versions (#1077)
1 parent 507e504 commit 70475c0

File tree

3 files changed

+2377
-949
lines changed

3 files changed

+2377
-949
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"@types/node": "^20.10.4",
2727
"@typescript-eslint/eslint-plugin": "^7.11.0",
2828
"@typescript-eslint/parser": "^7.11.0",
29-
"@vitest/browser": "^3.2.4",
29+
"@vitest/browser": "^4.0.3",
30+
"@vitest/browser-playwright": "^4.0.3",
3031
"eslint": "^8.57.0",
3132
"eslint-import-resolver-typescript": "^3.6.1",
3233
"eslint-plugin-import": "^2.29.1",
@@ -38,7 +39,7 @@
3839
"pkg-pr-new": "^0.0.20",
3940
"prettier": "^3.2.5",
4041
"typescript": "^5.8.3",
41-
"vitest": "^3.2.4",
42+
"vitest": "^4.0.3",
4243
"yup": "^0.32.11",
4344
"zod": "^3.25.75"
4445
},

0 commit comments

Comments
 (0)