Merge pull request #2726 from storybooks/dependencies.io-update-build-168.0.0

Update @angular/cli in examples/angular-cli from 1.6.3 to 1.6.4
This commit is contained in:
Filipp Riabchun 2018-01-12 03:14:57 +03:00 committed by GitHub
commit f4736efea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 60 additions and 56 deletions

View File

@ -27,7 +27,7 @@
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/cli": "1.6.3",
"@angular/cli": "1.6.4",
"@angular/compiler-cli": "^5.1.3",
"@angular/language-service": "^5.1.3",
"@storybook/addon-actions": "^3.4.0-alpha.1",
@ -51,3 +51,4 @@
"typescript": "^2.4.0"
}
}

113
yarn.lock
View File

@ -2,30 +2,29 @@
# yarn lockfile v1
"@angular-devkit/build-optimizer@~0.0.36":
version "0.0.36"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.0.36.tgz#e816ee9be22dbb777724f0281acfa72cfff184b7"
"@angular-devkit/build-optimizer@~0.0.37":
version "0.0.37"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.0.37.tgz#ff2a00c6685b7fe935ca663c6efeffd228566caa"
dependencies:
loader-utils "^1.1.0"
source-map "^0.5.6"
typescript "~2.6.1"
webpack-sources "^1.0.1"
"@angular-devkit/core@0.0.22":
version "0.0.22"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-0.0.22.tgz#e90f46bf7ff47d260a767959267bc65ffee39ef1"
"@angular-devkit/core@0.0.24":
version "0.0.24"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-0.0.24.tgz#d57a49d42ce81cb5f299dcaee2025fd03b7aad70"
dependencies:
ajv "~5.5.1"
chokidar "^1.7.0"
source-map "^0.5.6"
"@angular-devkit/schematics@~0.0.42":
version "0.0.42"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-0.0.42.tgz#34eea7136455545c8abd21edf94a36870a073fea"
"@angular-devkit/schematics@~0.0.44":
version "0.0.44"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-0.0.44.tgz#df99b568383c318620bf9351643976c82e8b3549"
dependencies:
"@angular-devkit/core" "0.0.22"
"@angular-devkit/core" "0.0.24"
"@ngtools/json-schema" "^1.1.0"
"@schematics/schematics" "0.0.11"
minimist "^1.2.0"
rxjs "^5.5.2"
"@angular/animations@^5.1.3":
version "5.1.3"
@ -33,16 +32,16 @@
dependencies:
tslib "^1.7.1"
"@angular/cli@1.6.3":
version "1.6.3"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.6.3.tgz#63120b347fc8ee206f773074d25fdd4807c189e3"
"@angular/cli@1.6.4":
version "1.6.4"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.6.4.tgz#422b72871776a8acca6026cbc3d21af82b197046"
dependencies:
"@angular-devkit/build-optimizer" "~0.0.36"
"@angular-devkit/schematics" "~0.0.42"
"@angular-devkit/build-optimizer" "~0.0.37"
"@angular-devkit/schematics" "~0.0.44"
"@ngtools/json-schema" "1.1.0"
"@ngtools/webpack" "1.9.3"
"@schematics/angular" "~0.1.11"
autoprefixer "^6.5.3"
"@ngtools/webpack" "1.9.4"
"@schematics/angular" "~0.1.12"
autoprefixer "^7.2.3"
chalk "~2.2.0"
circular-dependency-plugin "^4.2.1"
common-tags "^1.3.1"
@ -58,7 +57,7 @@
fs-extra "^4.0.0"
glob "^7.0.3"
html-webpack-plugin "^2.29.0"
istanbul-instrumenter-loader "^2.0.0"
istanbul-instrumenter-loader "^3.0.0"
karma-source-map-support "^1.2.0"
less "^2.7.2"
less-loader "^4.0.5"
@ -71,8 +70,8 @@
nopt "^4.0.1"
opn "~5.1.0"
portfinder "~1.0.12"
postcss-custom-properties "^6.1.0"
postcss-loader "^2.0.8"
postcss-import "^11.0.0"
postcss-loader "^2.0.10"
postcss-url "^7.1.2"
raw-loader "^0.5.1"
resolve "^1.1.7"
@ -214,9 +213,9 @@
version "1.1.0"
resolved "https://registry.yarnpkg.com/@ngtools/json-schema/-/json-schema-1.1.0.tgz#c3a0c544d62392acc2813a42c8a0dc6f58f86922"
"@ngtools/webpack@1.9.3":
version "1.9.3"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.9.3.tgz#353e27e6f21ab35467d17b67e3096dfc5d9bf80c"
"@ngtools/webpack@1.9.4":
version "1.9.4"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.9.4.tgz#0716e8e5a42f3e255f04e231e131d67aa2f6ab90"
dependencies:
chalk "~2.2.0"
enhanced-resolve "^3.1.0"
@ -227,15 +226,11 @@
tree-kill "^1.0.0"
webpack-sources "^1.1.0"
"@schematics/angular@~0.1.11":
version "0.1.11"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-0.1.11.tgz#b5f15320bbb60969d66c76a8ef6545058ac81ece"
"@schematics/angular@~0.1.12":
version "0.1.12"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-0.1.12.tgz#f53ea1647613fa852f849affb4490926b72633a8"
dependencies:
"@angular-devkit/core" "0.0.22"
"@schematics/schematics@0.0.11":
version "0.0.11"
resolved "https://registry.yarnpkg.com/@schematics/schematics/-/schematics-0.0.11.tgz#c8f70f270ed38f29b2873248126fd59abd635862"
"@angular-devkit/core" "0.0.24"
"@storybook/mantra-core@^1.7.2":
version "1.7.2"
@ -459,7 +454,7 @@ ajv@^4.7.0, ajv@^4.9.1:
co "^4.6.0"
json-stable-stringify "^1.0.1"
ajv@^5.0.0, ajv@^5.1.0, ajv@^5.1.5, ajv@^5.2.0, ajv@^5.2.3, ajv@^5.3.0:
ajv@^5.0.0, ajv@^5.1.0, ajv@^5.1.5, ajv@^5.2.0, ajv@^5.2.3, ajv@^5.3.0, ajv@~5.5.1:
version "5.5.2"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
dependencies:
@ -841,7 +836,7 @@ autoprefixer@7.1.6:
postcss "^6.0.13"
postcss-value-parser "^3.2.3"
autoprefixer@^6.3.1, autoprefixer@^6.5.3:
autoprefixer@^6.3.1:
version "6.7.7"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-6.7.7.tgz#1dbd1c835658e35ce3f9984099db00585c782014"
dependencies:
@ -852,7 +847,7 @@ autoprefixer@^6.3.1, autoprefixer@^6.5.3:
postcss "^5.2.16"
postcss-value-parser "^3.2.3"
autoprefixer@^7.2.4:
autoprefixer@^7.2.3, autoprefixer@^7.2.4:
version "7.2.4"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-7.2.4.tgz#29b367c03876a29bfd3721260d945e3545666c8d"
dependencies:
@ -3441,7 +3436,7 @@ conventional-recommended-bump@^1.0.1:
meow "^3.3.0"
object-assign "^4.0.1"
convert-source-map@^1.3.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0:
convert-source-map@^1.4.0, convert-source-map@^1.5.0:
version "1.5.1"
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5"
@ -7333,14 +7328,14 @@ istanbul-api@^1.1.1, istanbul-api@^1.1.14:
mkdirp "^0.5.1"
once "^1.4.0"
istanbul-instrumenter-loader@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/istanbul-instrumenter-loader/-/istanbul-instrumenter-loader-2.0.0.tgz#e5492900ab0bba835efa8024cb00be9b3eea2700"
istanbul-instrumenter-loader@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/istanbul-instrumenter-loader/-/istanbul-instrumenter-loader-3.0.0.tgz#9f553923b22360bac95e617aaba01add1f7db0b2"
dependencies:
convert-source-map "^1.3.0"
istanbul-lib-instrument "^1.1.3"
loader-utils "^0.2.16"
object-assign "^4.1.0"
convert-source-map "^1.5.0"
istanbul-lib-instrument "^1.7.3"
loader-utils "^1.1.0"
schema-utils "^0.3.0"
istanbul-lib-coverage@^1.0.1, istanbul-lib-coverage@^1.1.1:
version "1.1.1"
@ -7352,7 +7347,7 @@ istanbul-lib-hook@^1.1.0:
dependencies:
append-transform "^0.4.0"
istanbul-lib-instrument@^1.1.3, istanbul-lib-instrument@^1.4.2, istanbul-lib-instrument@^1.7.5, istanbul-lib-instrument@^1.8.0, istanbul-lib-instrument@^1.9.1:
istanbul-lib-instrument@^1.4.2, istanbul-lib-instrument@^1.7.3, istanbul-lib-instrument@^1.7.5, istanbul-lib-instrument@^1.8.0, istanbul-lib-instrument@^1.9.1:
version "1.9.1"
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.9.1.tgz#250b30b3531e5d3251299fdd64b0b2c9db6b558e"
dependencies:
@ -10862,13 +10857,6 @@ postcss-convert-values@^2.3.4:
postcss "^5.0.11"
postcss-value-parser "^3.1.2"
postcss-custom-properties@^6.1.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-6.2.0.tgz#5d929a7f06e9b84e0f11334194c0ba9a30acfbe9"
dependencies:
balanced-match "^1.0.0"
postcss "^6.0.13"
postcss-discard-comments@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz#befe89fafd5b3dace5ccce51b76b81514be00e3d"
@ -10913,6 +10901,15 @@ postcss-flexbugs-fixes@3.2.0, postcss-flexbugs-fixes@^3.0.0, postcss-flexbugs-fi
dependencies:
postcss "^6.0.1"
postcss-import@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-11.0.0.tgz#a962e2df82d3bc5a6da6a386841747204f41ef5b"
dependencies:
postcss "^6.0.1"
postcss-value-parser "^3.2.3"
read-cache "^1.0.0"
resolve "^1.1.7"
postcss-load-config@^1.1.0, postcss-load-config@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-1.2.0.tgz#539e9afc9ddc8620121ebf9d8c3673e0ce50d28a"
@ -10945,7 +10942,7 @@ postcss-loader@2.0.8:
postcss-load-config "^1.2.0"
schema-utils "^0.3.0"
postcss-loader@^2.0.10, postcss-loader@^2.0.8:
postcss-loader@^2.0.10:
version "2.0.10"
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-2.0.10.tgz#090db0540140bd56a7a7f717c41bc29aeef4c674"
dependencies:
@ -11906,6 +11903,12 @@ read-all-stream@^3.0.0:
pinkie-promise "^2.0.0"
readable-stream "^2.0.0"
read-cache@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774"
dependencies:
pify "^2.3.0"
read-cmd-shim@^1.0.1, read-cmd-shim@~1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-1.0.1.tgz#2d5d157786a37c055d22077c32c53f8329e91c7b"