build: update to Angular CLI 9.0.0-rc.3 (#33955)
Followup to https://github.com/angular/angular/pull/33337 PR Close #33955
This commit is contained in:

committed by
Alex Rickabaugh

parent
fc6ad19089
commit
197f042fb1
@ -87,28 +87,28 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^9.0.0-rc.1",
|
||||
"@angular/animations": "^9.0.0-rc.3",
|
||||
"@angular/cdk": "9.0.0-next.0",
|
||||
"@angular/common": "^9.0.0-rc.1",
|
||||
"@angular/compiler": "^9.0.0-rc.1",
|
||||
"@angular/core": "^9.0.0-rc.1",
|
||||
"@angular/elements": "^9.0.0-rc.1",
|
||||
"@angular/forms": "^9.0.0-rc.1",
|
||||
"@angular/common": "^9.0.0-rc.3",
|
||||
"@angular/compiler": "^9.0.0-rc.3",
|
||||
"@angular/core": "^9.0.0-rc.3",
|
||||
"@angular/elements": "^9.0.0-rc.3",
|
||||
"@angular/forms": "^9.0.0-rc.3",
|
||||
"@angular/material": "9.0.0-next.0",
|
||||
"@angular/platform-browser": "^9.0.0-rc.1",
|
||||
"@angular/platform-browser-dynamic": "^9.0.0-rc.1",
|
||||
"@angular/router": "^9.0.0-rc.1",
|
||||
"@angular/service-worker": "^9.0.0-rc.1",
|
||||
"@angular/platform-browser": "^9.0.0-rc.3",
|
||||
"@angular/platform-browser-dynamic": "^9.0.0-rc.3",
|
||||
"@angular/router": "^9.0.0-rc.3",
|
||||
"@angular/service-worker": "^9.0.0-rc.3",
|
||||
"@webcomponents/custom-elements": "^1.2.0",
|
||||
"rxjs": "^6.5.3",
|
||||
"tslib": "^1.10.0",
|
||||
"zone.js": "~0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "0.900.0-rc.0",
|
||||
"@angular/cli": "9.0.0-rc.0",
|
||||
"@angular/compiler-cli": "^9.0.0-rc.1",
|
||||
"@angular/language-service": "^9.0.0-rc.1",
|
||||
"@angular-devkit/build-angular": "0.900.0-rc.3",
|
||||
"@angular/cli": "9.0.0-rc.3",
|
||||
"@angular/compiler-cli": "^9.0.0-rc.3",
|
||||
"@angular/language-service": "^9.0.0-rc.3",
|
||||
"@types/jasmine": "^3.4.2",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
"@types/lunr": "^2.3.2",
|
||||
@ -175,4 +175,4 @@
|
||||
"xregexp": "^4.0.0",
|
||||
"yargs": "^7.0.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 2987,
|
||||
"main-es2015": 506857,
|
||||
"main-es2015": 464734,
|
||||
"polyfills-es2015": 52503
|
||||
}
|
||||
}
|
||||
|
785
aio/yarn.lock
785
aio/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user