Skip to content

Commit

Permalink
build(deps): bump tslib from 1.12.0 to 2.0.0 (#2205)
Browse files Browse the repository at this point in the history
Bumps [tslib](https://github.com/Microsoft/tslib) from 1.12.0 to 2.0.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@1.12.0...2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.
  • Loading branch information
dependabot-preview[bot] committed May 14, 2020
1 parent 3f09a50 commit 8b9cc1f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"mutation-testing-report-schema": "~1.3.0",
"surrial": "~2.0.2",
"tslib": "~1.12.0"
"tslib": "~2.0.0"
},
"devDependencies": {
"@types/node": "^14.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"source-map": "~0.7.3",
"surrial": "~2.0.2",
"tree-kill": "~1.2.0",
"tslib": "~1.12.0",
"tslib": "~2.0.0",
"typed-inject": "~2.2.1",
"typed-rest-client": "~1.7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript-mutator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/parser": "~7.9.4",
"@babel/traverse": "~7.9.5",
"@stryker-mutator/api": "^3.2.0",
"tslib": "~1.12.0"
"tslib": "~2.0.0"
},
"peerDependencies": {
"@stryker-mutator/core": "^3.0.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 @@ -53,7 +53,7 @@
"@stryker-mutator/api": "^3.2.0",
"decamelize": "^4.0.0",
"semver": "~6.3.0",
"tslib": "~1.12.0"
"tslib": "~2.0.0"
},
"contributors": [
"nicojs <jansennico@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^14.0.1",
"tslib": "~1.12.0"
"tslib": "~2.0.0"
},
"peerDependencies": {
"@stryker-mutator/core": "^3.0.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 @@ -39,7 +39,7 @@
"@stryker-mutator/api": "^3.2.0",
"@stryker-mutator/util": "^3.2.0",
"multimatch": "~4.0.0",
"tslib": "~1.12.0"
"tslib": "~2.0.0"
},
"devDependencies": {
"@stryker-mutator/core": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@stryker-mutator/util": "^3.2.0",
"lodash.flatmap": "~4.5.0",
"semver": "~6.3.0",
"tslib": "~1.12.0"
"tslib": "~2.0.0"
},
"devDependencies": {
"@stryker-mutator/mutator-specification": "^3.2.0",
Expand Down

0 comments on commit 8b9cc1f

Please sign in to comment.