fix(docs-infra): correct the version of @angular-devkit/build-angular (#26555)
This dependency has not been correctly updated and I had to update it manually. I think the issue is related to https://github.com/angular/angular-cli/issues/12624 which was fixed between CLI RCs and final. PR Close #26555
This commit is contained in:
parent
39df4dbde7
commit
b89bc37170
|
@ -93,7 +93,7 @@
|
|||
"zone.js": "^0.8.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.9.0-rc.1",
|
||||
"@angular-devkit/build-angular": "~0.10.0",
|
||||
"@angular/cli": "^7.0.1",
|
||||
"@angular/compiler": "^7.0.0",
|
||||
"@angular/compiler-cli": "^7.0.0",
|
||||
|
|
|
@ -10,24 +10,16 @@
|
|||
"@angular-devkit/core" "7.0.1"
|
||||
rxjs "6.3.3"
|
||||
|
||||
"@angular-devkit/architect@0.9.0-rc.2":
|
||||
version "0.9.0-rc.2"
|
||||
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.9.0-rc.2.tgz#96c86e11263ab6d2bd5a988913fe67253bacf792"
|
||||
integrity sha512-D5vpo03kyBzn0lv6J2M2sC2+xxIo0K7aCKwHv7K0dN2RLPpvHWOTG0Eg+90s7a5OnekiAr9+vhR9vdlGriPBBw==
|
||||
"@angular-devkit/build-angular@~0.10.0":
|
||||
version "0.10.1"
|
||||
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.10.1.tgz#6eccfd2eec4778c65e6b38b20304bfa5f134a4f1"
|
||||
integrity sha512-yyXcM7Zk0+bmeEnmaJ/VtfhOfOoi0QCwoQD3NO3uHINdselxnrw/ng+L+i8Cp7/ow4jMjwQornBxBRUJ1G/NMQ==
|
||||
dependencies:
|
||||
"@angular-devkit/core" "7.0.0-rc.2"
|
||||
rxjs "6.3.3"
|
||||
|
||||
"@angular-devkit/build-angular@~0.9.0-rc.1":
|
||||
version "0.9.0-rc.2"
|
||||
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.9.0-rc.2.tgz#06f2c6d8743b11dc50340652049131cc9d19325d"
|
||||
integrity sha512-F13nSsdprd/eJNEtJLyDswLQ/kWUjzHiqriD9Aq+pNyIIZYlYPPkkfcu6KL/9fHifHvr9LD19Rf/o9/zgn7wug==
|
||||
dependencies:
|
||||
"@angular-devkit/architect" "0.9.0-rc.2"
|
||||
"@angular-devkit/build-optimizer" "0.9.0-rc.2"
|
||||
"@angular-devkit/build-webpack" "0.9.0-rc.2"
|
||||
"@angular-devkit/core" "7.0.0-rc.2"
|
||||
"@ngtools/webpack" "7.0.0-rc.2"
|
||||
"@angular-devkit/architect" "0.10.1"
|
||||
"@angular-devkit/build-optimizer" "0.10.1"
|
||||
"@angular-devkit/build-webpack" "0.10.1"
|
||||
"@angular-devkit/core" "7.0.1"
|
||||
"@ngtools/webpack" "7.0.1"
|
||||
ajv "6.5.3"
|
||||
autoprefixer "8.4.1"
|
||||
circular-dependency-plugin "5.0.2"
|
||||
|
@ -72,36 +64,25 @@
|
|||
optionalDependencies:
|
||||
node-sass "4.9.3"
|
||||
|
||||
"@angular-devkit/build-optimizer@0.9.0-rc.2":
|
||||
version "0.9.0-rc.2"
|
||||
resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.9.0-rc.2.tgz#0bf7b3c27ddb200d4c1df67cd8cbfd404ec48c1f"
|
||||
integrity sha512-GFNuV/cUIHLB7W3MDD4n9dFY+mD6nwva8haI882DmA0MGNA6G+eDnBTUMXWtZHVR3yofgOa/7e/XY6cfIKzhag==
|
||||
"@angular-devkit/build-optimizer@0.10.1":
|
||||
version "0.10.1"
|
||||
resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.10.1.tgz#09b1daaa375e03f768b46d995c111dd93ee802f0"
|
||||
integrity sha512-EnB64bdwQSJJsNlHPydLtJ0qyIhyeIpyyP8rZt0ZpIz56zxy01xLOjBD7gdBIhe6V7s0INDm+TRt5eesYwqSMA==
|
||||
dependencies:
|
||||
loader-utils "1.1.0"
|
||||
source-map "0.5.6"
|
||||
typescript "3.1.1"
|
||||
typescript "3.1.3"
|
||||
webpack-sources "1.2.0"
|
||||
|
||||
"@angular-devkit/build-webpack@0.9.0-rc.2":
|
||||
version "0.9.0-rc.2"
|
||||
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.9.0-rc.2.tgz#7341d167041579567b3409f3520c5d188cf21a9a"
|
||||
integrity sha512-BuSmlaaPx1nPU/HyMkktPHCsNno4laHPQaHJOSVbbkXIkp0p8iCvT1drHuzSpTKHA9jLb2hcVyK3vSc5jt6WUQ==
|
||||
"@angular-devkit/build-webpack@0.10.1":
|
||||
version "0.10.1"
|
||||
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.10.1.tgz#5101c0099067d6c09e0b17d03637e15ec1c2ef2c"
|
||||
integrity sha512-ZZzTr0R1mv4AbZXJXaQdzUlgYCG0xDdNMIcldNCwPKhwSnvz/AsYVrhviRQrk7ADl/nXGAFbUrdozruq1GH/Nw==
|
||||
dependencies:
|
||||
"@angular-devkit/architect" "0.9.0-rc.2"
|
||||
"@angular-devkit/core" "7.0.0-rc.2"
|
||||
"@angular-devkit/architect" "0.10.1"
|
||||
"@angular-devkit/core" "7.0.1"
|
||||
rxjs "6.3.3"
|
||||
|
||||
"@angular-devkit/core@7.0.0-rc.2":
|
||||
version "7.0.0-rc.2"
|
||||
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-7.0.0-rc.2.tgz#5fe63ff17d6cfd6029507802e3d88b500c4e4e1e"
|
||||
integrity sha512-c2ODPqnc40Wz9Oerjdi3gHa+XBCvGj1rAZd38NdweCSFejUogbppB4MDoKOFuQi7qp+kXfJpXSX4aocDm6T67g==
|
||||
dependencies:
|
||||
ajv "6.5.3"
|
||||
chokidar "2.0.4"
|
||||
fast-json-stable-stringify "2.0.0"
|
||||
rxjs "6.3.3"
|
||||
source-map "0.7.3"
|
||||
|
||||
"@angular-devkit/core@7.0.1":
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-7.0.1.tgz#78e6af0be6364532186bf4ac2e1da0f1685d95cb"
|
||||
|
@ -318,12 +299,12 @@
|
|||
string-format-obj "^1.0.0"
|
||||
through2 "^2.0.0"
|
||||
|
||||
"@ngtools/webpack@7.0.0-rc.2":
|
||||
version "7.0.0-rc.2"
|
||||
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-7.0.0-rc.2.tgz#d5d4b67f012ced74e4d82c1a7449fe3cb83f561b"
|
||||
integrity sha512-82Db96cThozF0LGnSD6BQAzVbBTD/dYnQxSMIYSXbK1tp+oGiO6ggPypA1wLbze71H1Qf0XeSFg7184MbMFyfw==
|
||||
"@ngtools/webpack@7.0.1":
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-7.0.1.tgz#c3a341674808e9d7938abb36e8eeeed0818acd23"
|
||||
integrity sha512-2s/uqEOfCJ2afrmtN1aNHXgDhCTNWWYnO9WVg4WzBTN3v6wEWgDV4gtuSeGdgKt17gxfCG2g3hsAgLt5LrpTZg==
|
||||
dependencies:
|
||||
"@angular-devkit/core" "7.0.0-rc.2"
|
||||
"@angular-devkit/core" "7.0.1"
|
||||
enhanced-resolve "4.1.0"
|
||||
rxjs "6.3.3"
|
||||
tree-kill "1.2.0"
|
||||
|
@ -11229,11 +11210,6 @@ typedarray@^0.0.6:
|
|||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
||||
|
||||
typescript@3.1.1:
|
||||
version "3.1.1"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.1.tgz#3362ba9dd1e482ebb2355b02dfe8bcd19a2c7c96"
|
||||
integrity sha512-Veu0w4dTc/9wlWNf2jeRInNodKlcdLgemvPsrNpfu5Pq39sgfFjvIIgTsvUHCoLBnMhPoUA+tFxsXjU6VexVRQ==
|
||||
|
||||
typescript@3.1.3, typescript@^3.1.3:
|
||||
version "3.1.3"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.3.tgz#01b70247a6d3c2467f70c45795ef5ea18ce191d5"
|
||||
|
|
Loading…
Reference in New Issue