Skip to content

Commit

Permalink
🐛(vitest) Stricter (peer) range definition for vitest (#4544)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz authored Dec 16, 2023
1 parent c7f6f64 commit 9eaaae7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/32bfbc6a.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
"@fast-check/vitest": patch
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"fast-check": "^3.0.0"
},
"peerDependencies": {
"vitest": ">=0.28.1"
"vitest": ">=0.28.1 <1.0.0 || ^1"
},
"devDependencies": {
"@babel/core": "^7.23.6",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,7 @@ __metadata:
vite: "npm:^5.0.10"
vitest: "npm:^1.0.3"
peerDependencies:
vitest: ">=0.28.1"
vitest: ">=0.28.1 <1.0.0 || ^1"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 9eaaae7

Please sign in to comment.