Skip to content

Commit

Permalink
fix(peerDeps): update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Jun 15, 2021
1 parent b734546 commit 05733d2
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 @@ -38,7 +38,7 @@
"@types/node": "^15.0.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~5.0.0",
"@stryker-mutator/core": "~5.1.0",
"grunt": ">=0.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/jasmine-runner/package.json
Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://stryker-mutator.io/docs/stryker-js/jasmine-runner",
"peerDependencies": {
"@stryker-mutator/core": "~5.0.0",
"@stryker-mutator/core": "~5.1.0",
"jasmine": ">=2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Expand Up @@ -52,7 +52,7 @@
"jest-environment-jsdom-sixteen": "^2.0.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~5.0.0",
"@stryker-mutator/core": "~5.1.0",
"jest": ">= 22.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/karma-runner/package.json
Expand Up @@ -45,7 +45,7 @@
"karma-mocha": "~2.0.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~5.0.0"
"@stryker-mutator/core": "~5.1.0"
},
"dependencies": {
"@stryker-mutator/api": "5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha-runner/package.json
Expand Up @@ -48,7 +48,7 @@
"@types/node": "^15.0.0"
},
"peerDependencies": {
"@stryker-mutator/core": "~5.0.0",
"@stryker-mutator/core": "~5.1.0",
"mocha": ">= 2.3.3 < 10"
}
}
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": "~5.0.0",
"@stryker-mutator/core": "~5.1.0",
"typescript": ">=3.6"
}
}

0 comments on commit 05733d2

Please sign in to comment.