Skip to content

Commit

Permalink
chore(deps): prepare peer dependencies for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Oct 15, 2023
1 parent f3f16c3 commit 8404ed5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/cucumber-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"peerDependencies": {
"@cucumber/cucumber": ">=8.0.0",
"@stryker-mutator/core": "~7.2.0"
"@stryker-mutator/core": "~7.3.0"
},
"dependencies": {
"@cucumber/messages": "^22.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 @@ -41,7 +41,7 @@
"@types/node": "18.18.5"
},
"peerDependencies": {
"@stryker-mutator/core": "~7.2.0",
"@stryker-mutator/core": "~7.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 @@ -50,7 +50,7 @@
},
"homepage": "https://stryker-mutator.io/docs/stryker-js/jasmine-runner",
"peerDependencies": {
"@stryker-mutator/core": "~7.2.0",
"@stryker-mutator/core": "~7.3.0",
"jasmine": ">=3.10 <6"
},
"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 @@ -79,7 +79,7 @@
"ts-node": "10.9.1"
},
"peerDependencies": {
"@stryker-mutator/core": "~7.2.0"
"@stryker-mutator/core": "~7.3.0"
},
"dependencies": {
"@stryker-mutator/api": "7.2.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 @@ -60,7 +60,7 @@
"karma-mocha": "2.0.1"
},
"peerDependencies": {
"@stryker-mutator/core": "~7.2.0"
"@stryker-mutator/core": "~7.3.0"
},
"dependencies": {
"@stryker-mutator/api": "7.2.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 @@ -59,7 +59,7 @@
"@types/node": "18.18.5"
},
"peerDependencies": {
"@stryker-mutator/core": "~7.2.0",
"@stryker-mutator/core": "~7.3.0",
"mocha": ">= 7.2 < 11"
}
}
2 changes: 1 addition & 1 deletion packages/tap-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"tap": "18.5.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~7.2.0"
"@stryker-mutator/core": "~7.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/semver": "7.5.3"
},
"peerDependencies": {
"@stryker-mutator/core": "~7.2.0",
"@stryker-mutator/core": "~7.3.0",
"typescript": ">=3.6"
}
}
2 changes: 1 addition & 1 deletion packages/vitest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"vitest": "0.34.6"
},
"peerDependencies": {
"@stryker-mutator/core": "~7.2.0",
"@stryker-mutator/core": "~7.3.0",
"vitest": ">=0.31.2"
},
"dependencies": {
Expand Down

0 comments on commit 8404ed5

Please sign in to comment.