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

Commit 1f55b7c

Browse files
renovate[bot]dherges
authored andcommitted
build: update @angular/cli to version 1.7.3 (#27)
1 parent 61ccf29 commit 1f55b7c

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"zone.js": "^0.8.14"
2727
},
2828
"devDependencies": {
29-
"@angular/cli": "1.7.2",
29+
"@angular/cli": "1.7.3",
3030
"@angular/compiler-cli": "^5.0.0",
3131
"@angular/language-service": "^5.0.0",
3232
"@types/jasmine": "~2.8.0",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,23 @@
3333
dependencies:
3434
tslib "^1.7.1"
3535

36-
"@angular/cli@1.7.2":
37-
version "1.7.2"
38-
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.7.2.tgz#7539285cb83f33cc1b34aec47a5ef6e8656c8450"
36+
"@angular/cli@1.7.3":
37+
version "1.7.3"
38+
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.7.3.tgz#ac917b69240bb1b340421e9f985135890e0d53b4"
3939
dependencies:
4040
"@angular-devkit/build-optimizer" "0.3.2"
4141
"@angular-devkit/core" "0.3.2"
4242
"@angular-devkit/schematics" "0.3.2"
4343
"@ngtools/json-schema" "1.2.0"
44-
"@ngtools/webpack" "1.10.1"
44+
"@ngtools/webpack" "1.10.2"
4545
"@schematics/angular" "0.3.2"
4646
"@schematics/package-update" "0.3.2"
4747
ajv "^6.1.1"
4848
autoprefixer "^7.2.3"
4949
cache-loader "^1.2.0"
5050
chalk "~2.2.0"
5151
circular-dependency-plugin "^4.2.1"
52-
clean-css "^4.1.9"
52+
clean-css "^4.1.11"
5353
common-tags "^1.3.1"
5454
copy-webpack-plugin "~4.4.1"
5555
core-object "^3.1.0"
@@ -167,9 +167,9 @@
167167
version "1.1.0"
168168
resolved "https://registry.yarnpkg.com/@ngtools/json-schema/-/json-schema-1.1.0.tgz#c3a0c544d62392acc2813a42c8a0dc6f58f86922"
169169

170-
"@ngtools/webpack@1.10.1":
171-
version "1.10.1"
172-
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.10.1.tgz#0af9de19a9716ce0247b6aad83ba9c5702766a03"
170+
"@ngtools/webpack@1.10.2":
171+
version "1.10.2"
172+
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.10.2.tgz#373705fd19992b36e996203480b1d412e942c8d6"
173173
dependencies:
174174
chalk "~2.2.0"
175175
enhanced-resolve "^3.1.0"
@@ -1210,12 +1210,18 @@ class-utils@^0.3.5:
12101210
isobject "^3.0.0"
12111211
static-extend "^0.1.1"
12121212

1213-
clean-css@4.1.x, clean-css@^4.1.9:
1213+
clean-css@4.1.x:
12141214
version "4.1.9"
12151215
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.1.9.tgz#35cee8ae7687a49b98034f70de00c4edd3826301"
12161216
dependencies:
12171217
source-map "0.5.x"
12181218

1219+
clean-css@^4.1.11:
1220+
version "4.1.11"
1221+
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.1.11.tgz#2ecdf145aba38f54740f26cefd0ff3e03e125d6a"
1222+
dependencies:
1223+
source-map "0.5.x"
1224+
12191225
cliui@^2.1.0:
12201226
version "2.1.0"
12211227
resolved "https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1"

0 commit comments

Comments
 (0)