Skip to content

Commit

Permalink
fix(browser): relax vitest peer dependency (#3039)
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Mar 20, 2023
1 parent 4148d80 commit 865d1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/package.json
Expand Up @@ -34,7 +34,7 @@
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"vitest": ">=0.30.0"
"vitest": ">=0.29.4"
},
"dependencies": {
"@vitest/runner": "workspace:*",
Expand Down

0 comments on commit 865d1af

Please sign in to comment.