Skip to content

Commit

Permalink
feat: support Vite v6 in mocker package (vitest-dev#7058)
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat authored Dec 10, 2024
1 parent 2ff018a commit 96f47d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"peerDependencies": {
"msw": "^2.4.9",
"vite": "^5.0.0"
"vite": "^5.0.0 || ^6.0.0"
},
"peerDependenciesMeta": {
"msw": {
Expand Down

0 comments on commit 96f47d3

Please sign in to comment.