Skip to content

Commit 3dd73aa

Browse files
committed
Vitest 4
1 parent 8aab440 commit 3dd73aa

File tree

3 files changed

+466
-541
lines changed

3 files changed

+466
-541
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@babel/core": "^7.28.4",
3737
"@babel/preset-env": "^7.28.3",
3838
"@babel/preset-typescript": "^7.27.1",
39-
"@eslint/js": "^9.37.0",
40-
"@playwright/test": "^1.56.0",
39+
"@eslint/js": "^9.38.0",
40+
"@playwright/test": "^1.56.1",
4141
"@rollup/plugin-babel": "^6.1.0",
4242
"@rollup/plugin-node-resolve": "^16.0.3",
4343
"@rollup/plugin-terser": "^0.4.4",
@@ -47,12 +47,12 @@
4747
"@types/debug": "^4.1.12",
4848
"@types/jest-axe": "^3.5.9",
4949
"@types/jquery": "^3.5.33",
50-
"@types/node": "^24.7.2",
51-
"@vitest/coverage-istanbul": "^3.2.4",
52-
"@vitest/eslint-plugin": "^1.3.20",
50+
"@types/node": "^24.9.1",
51+
"@vitest/coverage-istanbul": "^4",
52+
"@vitest/eslint-plugin": "^1.3.23",
5353
"autoprefixer": "^10.4.21",
5454
"babel-plugin-istanbul": "^7.0.1",
55-
"eslint": "^9.37.0",
55+
"eslint": "^9.38.0",
5656
"eslint-plugin-import": "^2.32.0",
5757
"eslint-plugin-jest-dom": "^5.5.0",
5858
"eslint-plugin-perfectionist": "^4.15.1",
@@ -64,19 +64,19 @@
6464
"jsdom-testing-mocks": "^1.16.0",
6565
"jsonfile": "^6.2.0",
6666
"lodash": "^4.17.21",
67-
"msw": "^2.11.5",
67+
"msw": "^2.11.6",
6868
"postcss": "^8.5.6",
6969
"postcss-cli": "^11.0.1",
7070
"postcss-import": "^16.1.1",
7171
"postcss-load-config": "^6.0.1",
7272
"postcss-nested": "^7.0.2",
7373
"prettier": "^3.6.2",
74-
"rollup": "^4.52.4",
74+
"rollup": "^4.52.5",
7575
"rollup-plugin-serve": "^3.0.0",
7676
"tslib": "^2.8.1",
7777
"typescript": "^5.9.3",
78-
"typescript-eslint": "^8.46.1",
79-
"vitest": "^3.2.4"
78+
"typescript-eslint": "^8.46.2",
79+
"vitest": "^4"
8080
},
8181
"pnpm": {
8282
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)