Skip to content

Commit

Permalink
fix(web-worker): peer dependency version on vitest (#6060)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Jul 9, 2024
1 parent 16eb6c8 commit 95a2d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"vitest": "^1.0.0"
"vitest": "workspace:*"
},
"dependencies": {
"debug": "^4.3.5"
Expand Down

0 comments on commit 95a2d87

Please sign in to comment.