Skip to content

Commit cffdeeb

Browse files
author
Michel Weststrate
committed
chore: fix vitest versions
1 parent 63bf236 commit cffdeeb

File tree

2 files changed

+406
-1837
lines changed

2 files changed

+406
-1837
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
],
7373
"devDependencies": {
7474
"@babel/core": "^7.21.3",
75+
"@types/node": "^24.3.1",
7576
"coveralls": "^3.0.0",
7677
"cpx2": "^3.0.0",
7778
"deep-freeze": "^0.0.1",
@@ -89,6 +90,7 @@
8990
"semantic-release": "^17.0.2",
9091
"tsup": "^6.7.0",
9192
"typescript": "^5.0.2",
92-
"vitest": "^3.2.4"
93+
"vite": "^5.4.0",
94+
"vitest": "^2.0.0"
9395
}
9496
}

0 commit comments

Comments
 (0)