Skip to content

Commit

Permalink
fix(vite): allow vitest to be v1 (#20760)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini authored Dec 14, 2023
1 parent bbec5cf commit c9832f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"peerDependencies": {
"vite": "^5.0.0",
"vitest": ">=0.34.6 <1.0.0"
"vitest": ">=0.34.6"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c9832f4

Please sign in to comment.