Skip to content

Commit

Permalink
fix: allow both v28 and v29 in peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 26, 2022
1 parent 74d43c7 commit 7fce908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"typescript": "^4.3.5"
},
"peerDependencies": {
"@jest/test-result": "^29.0.0",
"jest-runner": "^29.0.0"
"@jest/test-result": "^28.0.0 || ^29.0.0",
"jest-runner": "^28.0.0 || ^29.0.0"
},
"peerDependenciesMeta": {
"@jest/test-result": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2703,8 +2703,8 @@ __metadata:
throat: ^6.0.1
typescript: ^4.3.5
peerDependencies:
"@jest/test-result": ^29.0.0
jest-runner: ^29.0.0
"@jest/test-result": ^28.0.0 || ^29.0.0
jest-runner: ^28.0.0 || ^29.0.0
peerDependenciesMeta:
"@jest/test-result":
optional: true
Expand Down

0 comments on commit 7fce908

Please sign in to comment.