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

Commit 3da6e16

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

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"zone.js": "^0.8.14"
3131
},
3232
"devDependencies": {
33-
"@angular/cli": "1.5.0",
33+
"@angular/cli": "~1.5.1",
3434
"@angular/compiler-cli": "^5.0.0",
3535
"@angular/language-service": "^5.0.0",
3636
"@types/jasmine": "~2.8.1",

yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
minimist "^1.2.0"
2727
rxjs "^5.4.2"
2828

29-
"@angular/cli@1.5.0":
30-
version "1.5.0"
31-
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.5.0.tgz#2abc3ff1648d54ad4a14f82f9d517f371370406c"
29+
"@angular/cli@1.5.1":
30+
version "1.5.1"
31+
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.5.1.tgz#28b6f31c2657e781cbab3a01c8bdcbd0596f67f3"
3232
dependencies:
3333
"@angular-devkit/build-optimizer" "~0.0.31"
3434
"@angular-devkit/schematics" "~0.0.34"
3535
"@ngtools/json-schema" "1.1.0"
36-
"@ngtools/webpack" "1.8.0"
36+
"@ngtools/webpack" "1.8.1"
3737
"@schematics/angular" "~0.1.0"
3838
autoprefixer "^6.5.3"
3939
chalk "~2.2.0"
@@ -58,6 +58,7 @@
5858
license-webpack-plugin "^1.0.0"
5959
lodash "^4.11.1"
6060
memory-fs "^0.4.1"
61+
minimatch "^3.0.4"
6162
node-modules-path "^1.0.0"
6263
nopt "^4.0.1"
6364
opn "~5.1.0"
@@ -154,9 +155,9 @@
154155
version "1.1.0"
155156
resolved "https://registry.yarnpkg.com/@ngtools/json-schema/-/json-schema-1.1.0.tgz#c3a0c544d62392acc2813a42c8a0dc6f58f86922"
156157

157-
"@ngtools/webpack@1.8.0":
158-
version "1.8.0"
159-
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.8.0.tgz#443204e016aa3a287544eacadb4c95964ae6e2c4"
158+
"@ngtools/webpack@1.8.1":
159+
version "1.8.1"
160+
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.8.1.tgz#00cb0fa7ae0c8ca5ede8e49e8916e73f417fddae"
160161
dependencies:
161162
chalk "~2.2.0"
162163
enhanced-resolve "^3.1.0"
@@ -172,9 +173,9 @@
172173
dependencies:
173174
"@angular-devkit/core" "0.0.20"
174175

175-
"@types/jasmine@2.8.1":
176-
version "2.8.1"
177-
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.8.1.tgz#57aaf1f94b9a9b4c1fc506dd757050e52b6df9ee"
176+
"@types/jasmine@~2.8.1":
177+
version "2.8.2"
178+
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.8.2.tgz#6ae4d8740c0da5d5a627df725b4eed71b8e36668"
178179

179180
"@types/node@^6.0.46":
180181
version "6.0.90"

0 commit comments

Comments
 (0)