Skip to content

Commit

Permalink
chore(deps): update dependencies that we maintain ourselves (#1392)
Browse files Browse the repository at this point in the history
- [surrial](https://www.npmjs.com/package/surrial) -> `~1.0.0`
- [link-parent-bin](https://www.npmjs.com/package/link-parent-bin) -> `~1.0.0`
- [typed-inject](https://www.npmjs.com/package/typed-inject) -> `~1.0.0`
- [typed-html](https://www.npmjs.com/package/typed-html) -> `~1.0.0`
- [install-local](https://www.npmjs.com/package/install-local) -> `~1.0.0`
  • Loading branch information
nicojs committed Feb 12, 2019
1 parent 5fe3509 commit 594b3e5
Show file tree
Hide file tree
Showing 13 changed files with 297 additions and 105 deletions.
292 changes: 221 additions & 71 deletions e2e/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"karma-jasmine": "~1.1.2",
"karma-mocha": "~1.3.0",
"karma-phantomjs-launcher": "~1.0.4",
"link-parent-bin": "^0.3.0",
"link-parent-bin": "~1.0.0",
"load-grunt-tasks": "~4.0.0",
"mocha": "~5.2.0",
"rxjs": "^6.3.3",
Expand Down
28 changes: 21 additions & 7 deletions e2e/test/angular-project/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 22 additions & 8 deletions e2e/test/jest-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/test/polymer-project/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 21 additions & 7 deletions e2e/test/vue-javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"execa": "^1.0.0",
"glob": "^7.1.1",
"if-node-version": "^1.1.1",
"install-local": "^0.6.2",
"install-local": "~1.0.0",
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"lerna": "^3.10.7",
"link-parent-bin": "^0.3.0",
"link-parent-bin": "~1.0.0",
"mocha": "^5.2.0",
"nyc": "^13.0.1",
"protractor": "^5.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/stryker-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"tslib": "~1.9.3"
},
"devDependencies": {
"surrial": "~0.1.1",
"typed-inject": "^0.2.1"
"surrial": "~1.0.0",
"typed-inject": "~1.0.0"
}
}
Loading

0 comments on commit 594b3e5

Please sign in to comment.