build: update CLI packages to the latest RC version for v10 (#37456)

With this change we update the Angular CLI repo and aio packages to the latest RC version for version 10.

PR Close #37456
This commit is contained in:
Alan Agius 2020-06-05 13:21:23 +02:00 committed by Misko Hevery
parent 6651b4171d
commit 5dba3bf1fd
4 changed files with 1927 additions and 1101 deletions

View File

@ -87,28 +87,28 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "10.0.0-next.5", "@angular/animations": "10.0.0-rc.2",
"@angular/cdk": "^9.2.2", "@angular/cdk": "^9.2.2",
"@angular/common": "10.0.0-next.5", "@angular/common": "10.0.0-rc.2",
"@angular/compiler": "10.0.0-next.5", "@angular/compiler": "10.0.0-rc.2",
"@angular/core": "10.0.0-next.5", "@angular/core": "10.0.0-rc.2",
"@angular/elements": "10.0.0-next.5", "@angular/elements": "10.0.0-rc.2",
"@angular/forms": "10.0.0-next.5", "@angular/forms": "10.0.0-rc.2",
"@angular/material": "^9.2.2", "@angular/material": "^9.2.2",
"@angular/platform-browser": "10.0.0-next.5", "@angular/platform-browser": "10.0.0-rc.2",
"@angular/platform-browser-dynamic": "10.0.0-next.5", "@angular/platform-browser-dynamic": "10.0.0-rc.2",
"@angular/router": "10.0.0-next.5", "@angular/router": "10.0.0-rc.2",
"@angular/service-worker": "10.0.0-next.5", "@angular/service-worker": "10.0.0-rc.2",
"@webcomponents/custom-elements": "1.2.1", "@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.3" "zone.js": "~0.10.3"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "0.1000.0-next.3", "@angular-devkit/build-angular": "0.1000.0-rc.2",
"@angular/cli": "10.0.0-next.3", "@angular/cli": "10.0.0-rc.2",
"@angular/compiler-cli": "10.0.0-next.5", "@angular/compiler-cli": "10.0.0-rc.2",
"@angular/language-service": "10.0.0-next.5", "@angular/language-service": "10.0.0-rc.2",
"@types/jasmine": "^3.4.2", "@types/jasmine": "^3.4.2",
"@types/jasminewd2": "^2.0.8", "@types/jasminewd2": "^2.0.8",
"@types/lunr": "^2.3.2", "@types/lunr": "^2.3.2",
@ -165,7 +165,7 @@
"tree-kill": "^1.1.0", "tree-kill": "^1.1.0",
"ts-node": "^8.4.1", "ts-node": "^8.4.1",
"tslint": "~6.1.0", "tslint": "~6.1.0",
"typescript": "~3.8.3", "typescript": "~3.9.5",
"uglify-js": "^3.0.15", "uglify-js": "^3.0.15",
"unist-util-filter": "^0.2.1", "unist-util-filter": "^0.2.1",
"unist-util-source": "^1.0.1", "unist-util-source": "^1.0.1",

File diff suppressed because it is too large Load Diff

View File

@ -42,11 +42,11 @@
}, },
"// 1": "dependencies are used locally and by bazel", "// 1": "dependencies are used locally and by bazel",
"dependencies": { "dependencies": {
"@angular-devkit/architect": "0.901.0", "@angular-devkit/architect": "0.1000.0-rc.2",
"@angular-devkit/build-angular": "0.901.0", "@angular-devkit/build-angular": "0.1000.0-rc.2",
"@angular-devkit/build-optimizer": "0.901.0", "@angular-devkit/build-optimizer": "0.1000.0-rc.2",
"@angular-devkit/core": "9.1.0", "@angular-devkit/core": "10.0.0-rc.2",
"@angular-devkit/schematics": "9.1.0", "@angular-devkit/schematics": "10.0.0-rc.2",
"@babel/cli": "^7.8.4", "@babel/cli": "^7.8.4",
"@babel/core": "^7.8.6", "@babel/core": "^7.8.6",
"@babel/generator": "^7.8.6", "@babel/generator": "^7.8.6",
@ -61,7 +61,7 @@
"@bazel/typescript": "1.7.0", "@bazel/typescript": "1.7.0",
"@microsoft/api-extractor": "7.7.11", "@microsoft/api-extractor": "7.7.11",
"@octokit/rest": "16.28.7", "@octokit/rest": "16.28.7",
"@schematics/angular": "9.1.0", "@schematics/angular": "10.0.0-rc.2",
"@types/angular": "^1.6.47", "@types/angular": "^1.6.47",
"@types/babel__core": "^7.1.6", "@types/babel__core": "^7.1.6",
"@types/babel__generator": "^7.6.1", "@types/babel__generator": "^7.6.1",

1644
yarn.lock

File diff suppressed because it is too large Load Diff