build(docs-infra): pin @webcomponents/custom-elements to 1.2.1 (#35379)
The previous range (^1.2.0) allowed the version 1.3.2 to be installed which caused the ES2015 polyfills.js file to increase in size unwantedly. PR Close #35379
This commit is contained in:
parent
e34c7da830
commit
417ed3aa85
|
@ -99,7 +99,7 @@
|
||||||
"@angular/platform-browser-dynamic": "9.0.0",
|
"@angular/platform-browser-dynamic": "9.0.0",
|
||||||
"@angular/router": "9.0.0",
|
"@angular/router": "9.0.0",
|
||||||
"@angular/service-worker": "9.0.0",
|
"@angular/service-worker": "9.0.0",
|
||||||
"@webcomponents/custom-elements": "^1.2.0",
|
"@webcomponents/custom-elements": "1.2.1",
|
||||||
"rxjs": "^6.5.3",
|
"rxjs": "^6.5.3",
|
||||||
"tslib": "^1.10.0",
|
"tslib": "^1.10.0",
|
||||||
"zone.js": "~0.10.2"
|
"zone.js": "~0.10.2"
|
||||||
|
|
|
@ -1346,10 +1346,10 @@
|
||||||
"@webassemblyjs/wast-parser" "1.8.5"
|
"@webassemblyjs/wast-parser" "1.8.5"
|
||||||
"@xtuc/long" "4.2.2"
|
"@xtuc/long" "4.2.2"
|
||||||
|
|
||||||
"@webcomponents/custom-elements@^1.2.0":
|
"@webcomponents/custom-elements@1.2.1":
|
||||||
version "1.3.2"
|
version "1.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/@webcomponents/custom-elements/-/custom-elements-1.3.2.tgz#22187e3c1b0a18ff1552c489fef423d86972cba3"
|
resolved "https://registry.yarnpkg.com/@webcomponents/custom-elements/-/custom-elements-1.2.1.tgz#0b9c8d06c6d8f059752ff389a6e4418f393338e7"
|
||||||
integrity sha512-0HtVxwE+PLPCIFL2i8/d+vjlrj8fgafmzZvIblZMyMcww9upicXTdfQT7K0Tg7tDlSoWxjmP2xKYP09A2YMocQ==
|
integrity sha512-flmTp4rVbBkcUIF3eBO3LNoAaYvleTdhPZKzdzr6iztWLLrxCctcK+7MAQeC3/SPjc3JDdC3jYLMRF4R6C3f9g==
|
||||||
|
|
||||||
"@xtuc/ieee754@^1.2.0":
|
"@xtuc/ieee754@^1.2.0":
|
||||||
version "1.2.0"
|
version "1.2.0"
|
||||||
|
|
Loading…
Reference in New Issue