Skip to content

Commit

Permalink
fix(deps): set correct stryker peer dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Feb 17, 2023
1 parent cc6cfef commit c88c537
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.3.0"
"@stryker-mutator/core": "^6.4.0"
},
"dependencies": {
"@cucumber/messages": "^21.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": "18.13.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~6.3.0",
"@stryker-mutator/core": "^6.4.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.3.0",
"@stryker-mutator/core": "^6.4.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 @@ -71,7 +71,7 @@
"ts-node": "10.9.1"
},
"peerDependencies": {
"@stryker-mutator/core": "~6.3.0"
"@stryker-mutator/core": "^6.4.0"
},
"dependencies": {
"@stryker-mutator/api": "6.4.0",
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.3.0"
"@stryker-mutator/core": "^6.4.0"
},
"dependencies": {
"@stryker-mutator/api": "6.4.0",
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": "18.13.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~6.3.0",
"@stryker-mutator/core": "^6.4.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.13"
},
"peerDependencies": {
"@stryker-mutator/core": "~6.3.0",
"@stryker-mutator/core": "^6.4.0",
"typescript": ">=3.6"
}
}

0 comments on commit c88c537

Please sign in to comment.