Skip to content

Commit

Permalink
build: update @angular/cli to version 1.7.3 (sparkles-dev#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and dherges committed Mar 10, 2018
1 parent 341a8bd commit ec58c24
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cli": "1.7.2",
"@angular/cli": "1.7.3",
"@angular/compiler-cli": "^5.0.0",
"@angular/language-service": "^5.0.0",
"@types/jasmine": "~2.8.0",
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@
dependencies:
tslib "^1.7.1"

"@angular/cli@1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.7.2.tgz#7539285cb83f33cc1b34aec47a5ef6e8656c8450"
"@angular/cli@1.7.3":
version "1.7.3"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.7.3.tgz#ac917b69240bb1b340421e9f985135890e0d53b4"
dependencies:
"@angular-devkit/build-optimizer" "0.3.2"
"@angular-devkit/core" "0.3.2"
"@angular-devkit/schematics" "0.3.2"
"@ngtools/json-schema" "1.2.0"
"@ngtools/webpack" "1.10.1"
"@ngtools/webpack" "1.10.2"
"@schematics/angular" "0.3.2"
"@schematics/package-update" "0.3.2"
ajv "^6.1.1"
autoprefixer "^7.2.3"
cache-loader "^1.2.0"
chalk "~2.2.0"
circular-dependency-plugin "^4.2.1"
clean-css "^4.1.9"
clean-css "^4.1.11"
common-tags "^1.3.1"
copy-webpack-plugin "~4.4.1"
core-object "^3.1.0"
Expand Down Expand Up @@ -167,9 +167,9 @@
version "1.1.0"
resolved "https://registry.yarnpkg.com/@ngtools/json-schema/-/json-schema-1.1.0.tgz#c3a0c544d62392acc2813a42c8a0dc6f58f86922"

"@ngtools/webpack@1.10.1":
version "1.10.1"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.10.1.tgz#0af9de19a9716ce0247b6aad83ba9c5702766a03"
"@ngtools/webpack@1.10.2":
version "1.10.2"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.10.2.tgz#373705fd19992b36e996203480b1d412e942c8d6"
dependencies:
chalk "~2.2.0"
enhanced-resolve "^3.1.0"
Expand Down Expand Up @@ -1202,12 +1202,18 @@ class-utils@^0.3.5:
isobject "^3.0.0"
static-extend "^0.1.1"

clean-css@4.1.x, clean-css@^4.1.9:
clean-css@4.1.x:
version "4.1.9"
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.1.9.tgz#35cee8ae7687a49b98034f70de00c4edd3826301"
dependencies:
source-map "0.5.x"

clean-css@^4.1.11:
version "4.1.11"
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.1.11.tgz#2ecdf145aba38f54740f26cefd0ff3e03e125d6a"
dependencies:
source-map "0.5.x"

cliui@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1"
Expand Down

0 comments on commit ec58c24

Please sign in to comment.