Skip to content
This repository was archived by the owner on May 7, 2018. It is now read-only.

Commit eec0103

Browse files
renovate[bot]dherges
authored andcommitted
chore: update dependency @angular/cli to ~1.5.1 (#52)
1 parent 1684583 commit eec0103

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"zone.js": "^0.8.14"
3333
},
3434
"devDependencies": {
35-
"@angular/cli": "1.5.0",
35+
"@angular/cli": "~1.5.1",
3636
"@angular/compiler-cli": "^5.0.0",
3737
"@angular/language-service": "^5.0.0",
3838
"@types/chai": "^4.0.1",

yarn.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
dependencies:
3333
tslib "^1.7.1"
3434

35-
"@angular/cli@1.5.0":
36-
version "1.5.0"
37-
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.5.0.tgz#2abc3ff1648d54ad4a14f82f9d517f371370406c"
35+
"@angular/cli@1.5.1":
36+
version "1.5.1"
37+
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.5.1.tgz#28b6f31c2657e781cbab3a01c8bdcbd0596f67f3"
3838
dependencies:
3939
"@angular-devkit/build-optimizer" "~0.0.31"
4040
"@angular-devkit/schematics" "~0.0.34"
4141
"@ngtools/json-schema" "1.1.0"
42-
"@ngtools/webpack" "1.8.0"
42+
"@ngtools/webpack" "1.8.1"
4343
"@schematics/angular" "~0.1.0"
4444
autoprefixer "^6.5.3"
4545
chalk "~2.2.0"
@@ -64,6 +64,7 @@
6464
license-webpack-plugin "^1.0.0"
6565
lodash "^4.11.1"
6666
memory-fs "^0.4.1"
67+
minimatch "^3.0.4"
6768
node-modules-path "^1.0.0"
6869
nopt "^4.0.1"
6970
opn "~5.1.0"
@@ -160,9 +161,9 @@
160161
version "1.1.0"
161162
resolved "https://registry.yarnpkg.com/@ngtools/json-schema/-/json-schema-1.1.0.tgz#c3a0c544d62392acc2813a42c8a0dc6f58f86922"
162163

163-
"@ngtools/webpack@1.8.0":
164-
version "1.8.0"
165-
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.8.0.tgz#443204e016aa3a287544eacadb4c95964ae6e2c4"
164+
"@ngtools/webpack@1.8.1":
165+
version "1.8.1"
166+
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.8.1.tgz#00cb0fa7ae0c8ca5ede8e49e8916e73f417fddae"
166167
dependencies:
167168
chalk "~2.2.0"
168169
enhanced-resolve "^3.1.0"

0 commit comments

Comments
 (0)