Skip to content

Commit

Permalink
fix(peer-deps): use correct peer dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Mar 11, 2021
1 parent ca42276 commit a6ca0f2
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.4.0",
"@stryker-mutator/core": "~4.5.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.4.0",
"@stryker-mutator/core": "~4.5.0",
"jasmine": ">=2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Expand Up @@ -53,7 +53,7 @@
"react-scripts-ts": "~3.1.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~4.4.0",
"@stryker-mutator/core": "~4.5.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.4.0"
"@stryker-mutator/core": "~4.5.0"
},
"dependencies": {
"@stryker-mutator/api": "4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha-runner/package.json
Expand Up @@ -47,7 +47,7 @@
"@types/node": "^14.0.1"
},
"peerDependencies": {
"@stryker-mutator/core": "~4.4.0",
"@stryker-mutator/core": "~4.5.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.4.0",
"@stryker-mutator/core": "~4.5.0",
"typescript": ">=3.6"
}
}

0 comments on commit a6ca0f2

Please sign in to comment.