build(aio): temporarily pin elements to 6.0.0-beta.8 (#22573)
the next step will be to update all of aio to 6.0.0-rc.0 PR Close #22573
This commit is contained in:
parent
b43f8bc7d3
commit
4648597d14
|
@ -75,7 +75,7 @@
|
||||||
"@angular/common": "^5.2.0",
|
"@angular/common": "^5.2.0",
|
||||||
"@angular/compiler": "^5.2.0",
|
"@angular/compiler": "^5.2.0",
|
||||||
"@angular/core": "^5.2.0",
|
"@angular/core": "^5.2.0",
|
||||||
"@angular/elements": "file:../dist/packages-dist/elements",
|
"@angular/elements": "6.0.0-beta.8",
|
||||||
"@angular/forms": "^5.2.0",
|
"@angular/forms": "^5.2.0",
|
||||||
"@angular/http": "^5.2.0",
|
"@angular/http": "^5.2.0",
|
||||||
"@angular/material": "^5.0.0-rc.1",
|
"@angular/material": "^5.0.0-rc.1",
|
||||||
|
|
|
@ -130,8 +130,9 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
tslib "^1.7.1"
|
tslib "^1.7.1"
|
||||||
|
|
||||||
"@angular/elements@file:../dist/packages-dist/elements":
|
"@angular/elements@6.0.0-beta.8":
|
||||||
version "6.0.0-beta.5-0968e9f16a"
|
version "6.0.0-beta.8"
|
||||||
|
resolved "https://registry.yarnpkg.com/@angular/elements/-/elements-6.0.0-beta.8.tgz#54bc566520663819a5e87162bce47a2e9f0fdf0d"
|
||||||
dependencies:
|
dependencies:
|
||||||
tslib "^1.7.1"
|
tslib "^1.7.1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue