build(aio): upgrade to Angular@rc.5 and CLI@rc.3 (#19702)
PR Close #19702
This commit is contained in:
parent
11fd7eaf63
commit
abfc41d661
|
@ -65,18 +65,18 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^5.0.0-beta.3",
|
||||
"@angular/animations": "^5.0.0-rc.5",
|
||||
"@angular/cdk": "2.0.0-beta.12",
|
||||
"@angular/common": "^5.0.0-beta.3",
|
||||
"@angular/compiler": "^5.0.0-beta.3",
|
||||
"@angular/core": "^5.0.0-beta.3",
|
||||
"@angular/forms": "^5.0.0-beta.3",
|
||||
"@angular/http": "^5.0.0-beta.3",
|
||||
"@angular/common": "^5.0.0-rc.5",
|
||||
"@angular/compiler": "^5.0.0-rc.5",
|
||||
"@angular/core": "^5.0.0-rc.5",
|
||||
"@angular/forms": "^5.0.0-rc.5",
|
||||
"@angular/http": "^5.0.0-rc.5",
|
||||
"@angular/material": "2.0.0-beta.12",
|
||||
"@angular/platform-browser": "^5.0.0-beta.3",
|
||||
"@angular/platform-browser-dynamic": "^5.0.0-beta.3",
|
||||
"@angular/platform-server": "^5.0.0-beta.3",
|
||||
"@angular/router": "^5.0.0-beta.3",
|
||||
"@angular/platform-browser": "^5.0.0-rc.5",
|
||||
"@angular/platform-browser-dynamic": "^5.0.0-rc.5",
|
||||
"@angular/platform-server": "^5.0.0-rc.5",
|
||||
"@angular/router": "^5.0.0-rc.5",
|
||||
"@angular/service-worker": "^1.0.0-beta.16",
|
||||
"classlist.js": "^1.1.20150312",
|
||||
"core-js": "^2.4.1",
|
||||
|
@ -88,8 +88,8 @@
|
|||
"zone.js": "^0.8.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/cli": "1.5.0-rc.2",
|
||||
"@angular/compiler-cli": "^5.0.0-beta.3",
|
||||
"@angular/cli": "1.5.0-rc.3",
|
||||
"@angular/compiler-cli": "^5.0.0-rc.5",
|
||||
"@types/jasmine": "^2.5.52",
|
||||
"@types/node": "~6.0.60",
|
||||
"archiver": "^1.3.0",
|
||||
|
@ -145,8 +145,5 @@
|
|||
"vrsource-tslint-rules": "^4.0.1",
|
||||
"watchr": "^3.0.1",
|
||||
"yargs": "^7.0.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"@angular-devkit/build-optimizer": "0.0.29"
|
||||
}
|
||||
}
|
||||
|
|
3133
aio/yarn.lock
3133
aio/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue