Skip to content

Commit

Permalink
feat(): make jest an peer dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
chyzwar committed Sep 12, 2021
1 parent 8af0e4c commit 4092a59
Show file tree
Hide file tree
Showing 2 changed files with 1,574 additions and 1,696 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
"Jonas Holtkamp <[email protected]>"
],
"dependencies": {
"bunyan": "^1.8.12",
"expect": "^24.8.0"
"bunyan": "^1.8.12"
},
"peerDependencies": {
"jest": ">= 26"
},
"devDependencies": {
"@stryker-mutator/core": "^2.0.0",
Expand All @@ -34,7 +36,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 4092a59

Please sign in to comment.