Skip to content

Commit

Permalink
fix(): lower peer deps to jest 24, make it non breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
chyzwar committed Sep 12, 2021
1 parent 4092a59 commit ad2084a
Show file tree
Hide file tree
Showing 2 changed files with 553 additions and 1,252 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bunyan": "^1.8.12"
},
"peerDependencies": {
"jest": ">= 26"
"jest": ">= 25"
},
"devDependencies": {
"@stryker-mutator/core": "^2.0.0",
Expand Down
Loading

0 comments on commit ad2084a

Please sign in to comment.