Skip to content

Commit

Permalink
fix(peerDependency): update stryker-api requirement to ^0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Mar 22, 2018
1 parent 2f6d24c commit 3ce04d4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/stryker-babel-transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"peerDependencies": {
"babel-core": "^6.26.0",
"stryker-api": "^0.13.0"
"stryker-api": "^0.14.0"
},
"initStrykerConfig": {
"babelrcFile": ".babelrc",
Expand Down
2 changes: 1 addition & 1 deletion packages/stryker-html-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typed-html": "^0.6.0"
},
"peerDependencies": {
"stryker-api": "^0.13.0"
"stryker-api": "^0.14.0"
},
"devDependencies": {
"@types/file-url": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stryker-jasmine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/stryker-jasmine#readme",
"peerDependencies": {
"jasmine-core": ">=2",
"stryker-api": "^0.13.0"
"stryker-api": "^0.14.0"
},
"devDependencies": {
"stryker-api": "^0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/stryker-javascript-mutator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"stryker-mutator-specification": "^0.2.2"
},
"peerDependencies": {
"stryker-api": "^0.13.0"
"stryker-api": "^0.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/stryker-karma-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/stryker-karma-runner#readme",
"peerDependencies": {
"karma": "^0.13.0 || ~1.0.0 || ^1.1.1 || ^2.0.0",
"stryker-api": "^0.13.0"
"stryker-api": "^0.14.0"
},
"devDependencies": {
"jasmine-core": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/stryker-mocha-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
},
"peerDependencies": {
"mocha": ">= 2.3.3 < 6",
"stryker-api": "^0.13.0"
"stryker-api": "^0.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/stryker-mocha-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
},
"peerDependencies": {
"mocha": ">= 2.3.3 < 6",
"stryker-api": "^0.13.0"
"stryker-api": "^0.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/stryker-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"stryker-mutator-specification": "^0.2.2"
},
"peerDependencies": {
"stryker-api": "^0.13.0",
"stryker-api": "^0.14.0",
"typescript": "^2.4.2"
},
"initStrykerConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stryker-webpack-transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"webpack": "^3.7.1"
},
"peerDependencies": {
"stryker-api": "^0.13.0",
"stryker-api": "^0.14.0",
"webpack": ">= 2.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stryker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
"stryker-api": "^0.14.0"
},
"peerDependencies": {
"stryker-api": "^0.13.0"
"stryker-api": "^0.14.0"
}
}

0 comments on commit 3ce04d4

Please sign in to comment.