Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 60508db

Browse files
committedDec 12, 2018
fix(schematics): update npm-run-all and purge dependency on event-stream
1 parent e118812 commit 60508db

File tree

3 files changed

+1599
-60
lines changed

3 files changed

+1599
-60
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"license-webpack-plugin": "^1.4.0",
7070
"lint-staged": "^7.2.2",
7171
"ng-packagr": "3.0.6",
72-
"npm-run-all": "4.1.2",
72+
"npm-run-all": "^4.1.5",
7373
"opn": "^5.3.0",
7474
"precise-commits": "1.0.2",
7575
"prettier": "1.10.2",

‎packages/schematics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"cosmiconfig": "4.0.0",
3939
"fs-extra": "6.0.0",
4040
"graphviz": "0.0.8",
41-
"npm-run-all": "4.1.2",
41+
"npm-run-all": "4.1.5",
4242
"opn": "^5.3.0",
4343
"semver": "5.4.1",
4444
"strip-json-comments": "2.0.1",

‎yarn.lock

+1,597-58
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.