Skip to content

Commit c06edd9

Browse files
jaysooFrozenPandaz
authored andcommitted
fix(bundling): use a range rather than ^ for vitest peer dependency … (#15362)
(cherry picked from commit b7ef261)
1 parent 1c74063 commit c06edd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"peerDependencies": {
4141
"vite": "^4.0.1",
42-
"vitest": "^0.25.8"
42+
"vitest": ">=0.25.8 <1.0.0"
4343
},
4444
"publishConfig": {
4545
"access": "public"

0 commit comments

Comments
 (0)