Skip to content

Commit 099733d

Browse files
committed
upgrade vitest
1 parent 6b04ca0 commit 099733d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
"main": "index.js",
66
"type": "commonjs",
77
"types": "types/index.d.ts",
8-
"resolutions": {
9-
"@swc-node/register": "1.11.1",
10-
"@swc/core": "1.13.21"
11-
},
128
"scripts": {
139
"lint": "eslint",
1410
"lint:fix": "eslint --fix",
@@ -102,7 +98,7 @@
10298
"tsx": "^4.15.7",
10399
"typescript": "5.5",
104100
"vite": "^7.0.0",
105-
"vitest": "^3.0.4"
101+
"vitest": "^4.0.3"
106102
},
107103
"jest": {
108104
"preset": "ts-jest",

0 commit comments

Comments
 (0)