Skip to content

Commit

Permalink
fix(peerDeps): update core in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Nov 5, 2020
1 parent c593f74 commit 045dbc3
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
Expand Up @@ -37,7 +37,7 @@
"@types/node": "^14.0.1"
},
"peerDependencies": {
"@stryker-mutator/core": "4.0.0-beta.4",
"@stryker-mutator/core": "~4.1.0",
"grunt": ">=0.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/jasmine-runner/package.json
Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/jasmine-runner#readme",
"peerDependencies": {
"@stryker-mutator/core": "~4.0.0",
"@stryker-mutator/core": "~4.1.0",
"jasmine": ">=2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Expand Up @@ -51,7 +51,7 @@
"react-scripts-ts": "~3.1.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~4.0.0",
"@stryker-mutator/core": "~4.1.0",
"jest": ">= 22.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/karma-runner/package.json
Expand Up @@ -44,7 +44,7 @@
"karma-mocha": "~2.0.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~4.0.0"
"@stryker-mutator/core": "~4.1.0"
},
"dependencies": {
"@stryker-mutator/api": "4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha-runner/package.json
Expand Up @@ -48,7 +48,7 @@
"@types/node": "^14.0.1"
},
"peerDependencies": {
"@stryker-mutator/core": "~4.0.0",
"@stryker-mutator/core": "~4.1.0",
"mocha": ">= 2.3.3 < 9"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-checker/package.json
Expand Up @@ -42,7 +42,7 @@
"@types/semver": "~7.3.3"
},
"peerDependencies": {
"@stryker-mutator/core": "~4.0.0",
"@stryker-mutator/core": "~4.1.0",
"typescript": ">=3.6"
}
}

0 comments on commit 045dbc3

Please sign in to comment.