Skip to content

Commit

Permalink
chore(deps): update core peer dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Jun 27, 2022
1 parent 34d8e70 commit 51d2e9b
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 @@ -40,7 +40,7 @@
},
"peerDependencies": {
"@cucumber/cucumber": "^8.0.0",
"@stryker-mutator/core": "~6.0.0"
"@stryker-mutator/core": "~6.1.0"
},
"dependencies": {
"@cucumber/messages": "^19.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": "17.0.31"
},
"peerDependencies": {
"@stryker-mutator/core": "~6.0.0",
"@stryker-mutator/core": "~6.1.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 @@ -38,7 +38,7 @@
},
"homepage": "https://stryker-mutator.io/docs/stryker-js/jasmine-runner",
"peerDependencies": {
"@stryker-mutator/core": "~6.0.0",
"@stryker-mutator/core": "~6.1.0",
"jasmine": ">=3.10 <5"
},
"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 @@ -70,7 +70,7 @@
"jest-jasmine2": "28.1.1"
},
"peerDependencies": {
"@stryker-mutator/core": "~6.0.0"
"@stryker-mutator/core": "~6.1.0"
},
"dependencies": {
"@stryker-mutator/api": "6.0.2",
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 @@ -47,7 +47,7 @@
"karma-mocha": "2.0.1"
},
"peerDependencies": {
"@stryker-mutator/core": "~6.0.0"
"@stryker-mutator/core": "~6.1.0"
},
"dependencies": {
"@stryker-mutator/api": "6.0.2",
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": "17.0.31"
},
"peerDependencies": {
"@stryker-mutator/core": "~6.0.0",
"@stryker-mutator/core": "~6.1.0",
"mocha": ">= 7.2 < 11"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/semver": "7.3.10"
},
"peerDependencies": {
"@stryker-mutator/core": "~6.0.0",
"@stryker-mutator/core": "~6.1.0",
"typescript": ">=3.6"
}
}

0 comments on commit 51d2e9b

Please sign in to comment.