Skip to content

Commit

Permalink
chore: update @stryker-mutator/core peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Apr 16, 2021
1 parent 389b80f commit 4d457cf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/grunt-stryker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/node": "^14.0.1"
},
"peerDependencies": {
"@stryker-mutator/core": "~4.5.0",
"@stryker-mutator/core": "~4.6.0",
"grunt": ">=0.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/jasmine-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://stryker-mutator.io/docs/stryker-js/jasmine-runner",
"peerDependencies": {
"@stryker-mutator/core": "~4.5.0",
"@stryker-mutator/core": "~4.6.0",
"jasmine": ">=2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react-scripts-ts": "~3.1.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~4.5.0",
"@stryker-mutator/core": "~4.6.0",
"jest": ">= 22.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/karma-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"karma-mocha": "~2.0.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~4.5.0"
"@stryker-mutator/core": "~4.6.0"
},
"dependencies": {
"@stryker-mutator/api": "4.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/node": "^14.0.1"
},
"peerDependencies": {
"@stryker-mutator/core": "~4.5.0",
"@stryker-mutator/core": "~4.6.0",
"mocha": ">= 2.3.3 < 9"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/semver": "~7.3.3"
},
"peerDependencies": {
"@stryker-mutator/core": "~4.5.0",
"@stryker-mutator/core": "~4.6.0",
"typescript": ">=3.6"
}
}

0 comments on commit 4d457cf

Please sign in to comment.