Skip to content

Commit

Permalink
chore(peer deps): update core peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Aug 7, 2021
1 parent fc732fc commit ab4888e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/cucumber-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"peerDependencies": {
"@cucumber/cucumber": "^7.2.0",
"@stryker-mutator/core": "~5.2.0"
"@stryker-mutator/core": "~5.3.0"
},
"dependencies": {
"@cucumber/messages": "^17.0.0",
Expand Down
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": "^15.0.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~5.2.0",
"@stryker-mutator/core": "~5.3.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": "~5.2.0",
"@stryker-mutator/core": "~5.3.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 @@ -52,7 +52,7 @@
"jest-environment-jsdom-sixteen": "^2.0.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~5.2.0",
"@stryker-mutator/core": "~5.3.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": "~5.2.0"
"@stryker-mutator/core": "~5.3.0"
},
"dependencies": {
"@stryker-mutator/api": "5.2.3",
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": "^15.0.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~5.2.0",
"@stryker-mutator/core": "~5.3.0",
"mocha": ">= 2.3.3 < 10"
}
}
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": "~5.2.0",
"@stryker-mutator/core": "~5.3.0",
"typescript": ">=3.6"
}
}

0 comments on commit ab4888e

Please sign in to comment.