Skip to content

Commit

Permalink
Merge pull request #2 from lifeomic/fixPeerDeps
Browse files Browse the repository at this point in the history
The versions were always coming up as not met
  • Loading branch information
David Tanner authored Aug 13, 2021
2 parents 161204b + 1a268c1 commit 5715e10
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
"semantic-release": "^17.4.4"
},
"peerDependencies": {
"jest": "26.x | 27.x",
"jest-circus": "26.x | 27.x",
"ts-jest": "26.x | 27.x"
"@types/jest": ">=26",
"jest": ">=26",
"jest-circus": ">=26",
"ts-jest": ">=26"
},
"resolutions": {
"@semantic-release/npm": "7.0.x"
Expand Down

0 comments on commit 5715e10

Please sign in to comment.