Skip to content

Commit

Permalink
Merge pull request #84 from chyzwar/mmake-jest-peer-deps
Browse files Browse the repository at this point in the history
feat(): make jest an peer dependancy
  • Loading branch information
timkindberg authored Sep 19, 2021
2 parents d591350 + 1379b18 commit 26a907a
Show file tree
Hide file tree
Showing 2 changed files with 1,555 additions and 2,376 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"Jonas Holtkamp <[email protected]>"
],
"dependencies": {
"expect": "^24.8.0"
},
"peerDependencies": {
"jest": ">= 25"
},
"devDependencies": {
"@stryker-mutator/core": "^2.0.0",
Expand All @@ -33,7 +35,7 @@
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"jest": "^24.8.0",
"jest": "^27.0.0",
"np": "^7.3.0",
"pre-commit": "^1.2.2"
},
Expand Down
Loading

0 comments on commit 26a907a

Please sign in to comment.