Skip to content

Commit eb53b6e

Browse files
alan-agius4profanis
authored andcommitted
build: update CLI packages to the latest RC version for v10 (angular#37456)
With this change we update the Angular CLI repo and aio packages to the latest RC version for version 10. PR Close angular#37456
1 parent 93df5f6 commit eb53b6e

File tree

4 files changed

+1954
-1128
lines changed

4 files changed

+1954
-1128
lines changed

aio/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -87,28 +87,28 @@
8787
},
8888
"private": true,
8989
"dependencies": {
90-
"@angular/animations": "10.0.0-next.5",
90+
"@angular/animations": "10.0.0-rc.2",
9191
"@angular/cdk": "^9.2.2",
92-
"@angular/common": "10.0.0-next.5",
93-
"@angular/compiler": "10.0.0-next.5",
94-
"@angular/core": "10.0.0-next.5",
95-
"@angular/elements": "10.0.0-next.5",
96-
"@angular/forms": "10.0.0-next.5",
92+
"@angular/common": "10.0.0-rc.2",
93+
"@angular/compiler": "10.0.0-rc.2",
94+
"@angular/core": "10.0.0-rc.2",
95+
"@angular/elements": "10.0.0-rc.2",
96+
"@angular/forms": "10.0.0-rc.2",
9797
"@angular/material": "^9.2.2",
98-
"@angular/platform-browser": "10.0.0-next.5",
99-
"@angular/platform-browser-dynamic": "10.0.0-next.5",
100-
"@angular/router": "10.0.0-next.5",
101-
"@angular/service-worker": "10.0.0-next.5",
98+
"@angular/platform-browser": "10.0.0-rc.2",
99+
"@angular/platform-browser-dynamic": "10.0.0-rc.2",
100+
"@angular/router": "10.0.0-rc.2",
101+
"@angular/service-worker": "10.0.0-rc.2",
102102
"@webcomponents/custom-elements": "1.2.1",
103103
"rxjs": "^6.5.3",
104104
"tslib": "^1.10.0",
105105
"zone.js": "~0.10.3"
106106
},
107107
"devDependencies": {
108-
"@angular-devkit/build-angular": "0.1000.0-next.3",
109-
"@angular/cli": "10.0.0-next.3",
110-
"@angular/compiler-cli": "10.0.0-next.5",
111-
"@angular/language-service": "10.0.0-next.5",
108+
"@angular-devkit/build-angular": "0.1000.0-rc.2",
109+
"@angular/cli": "10.0.0-rc.2",
110+
"@angular/compiler-cli": "10.0.0-rc.2",
111+
"@angular/language-service": "10.0.0-rc.2",
112112
"@types/jasmine": "^3.4.2",
113113
"@types/jasminewd2": "^2.0.8",
114114
"@types/lunr": "^2.3.2",
@@ -165,7 +165,7 @@
165165
"tree-kill": "^1.1.0",
166166
"ts-node": "^8.4.1",
167167
"tslint": "~6.1.0",
168-
"typescript": "~3.8.3",
168+
"typescript": "~3.9.5",
169169
"uglify-js": "^3.0.15",
170170
"unist-util-filter": "^0.2.1",
171171
"unist-util-source": "^1.0.1",

0 commit comments

Comments
 (0)