build(docs-infra): update @angular/* to 12.1.1 (#42776)
Update `@angular/*` packages to latest 12.1.x versions (mainly to take advantage of recent ServiceWorker improvements, such as #42607 and #42622). PR Close #42776
This commit is contained in:
parent
6548a53bfc
commit
40389940f9
|
@ -86,27 +86,27 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "12.0.5",
|
||||
"@angular/cdk": "12.0.5",
|
||||
"@angular/common": "12.0.5",
|
||||
"@angular/compiler": "12.0.5",
|
||||
"@angular/core": "12.0.5",
|
||||
"@angular/elements": "12.0.5",
|
||||
"@angular/forms": "12.0.5",
|
||||
"@angular/material": "12.0.5",
|
||||
"@angular/platform-browser": "12.0.5",
|
||||
"@angular/platform-browser-dynamic": "12.0.5",
|
||||
"@angular/router": "12.0.5",
|
||||
"@angular/service-worker": "12.0.5",
|
||||
"@angular/animations": "12.1.1",
|
||||
"@angular/cdk": "12.1.1",
|
||||
"@angular/common": "12.1.1",
|
||||
"@angular/compiler": "12.1.1",
|
||||
"@angular/core": "12.1.1",
|
||||
"@angular/elements": "12.1.1",
|
||||
"@angular/forms": "12.1.1",
|
||||
"@angular/material": "12.1.1",
|
||||
"@angular/platform-browser": "12.1.1",
|
||||
"@angular/platform-browser-dynamic": "12.1.1",
|
||||
"@angular/router": "12.1.1",
|
||||
"@angular/service-worker": "12.1.1",
|
||||
"@webcomponents/custom-elements": "1.4.3",
|
||||
"rxjs": "^6.6.7",
|
||||
"tslib": "^2.2.0",
|
||||
"zone.js": "~0.11.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "12.0.4",
|
||||
"@angular/cli": "12.0.4",
|
||||
"@angular/compiler-cli": "12.0.5",
|
||||
"@angular-devkit/build-angular": "12.1.1",
|
||||
"@angular/cli": "12.1.1",
|
||||
"@angular/compiler-cli": "12.1.1",
|
||||
"@swc/cli": "^0.1.36",
|
||||
"@swc/core": "^1.2.51",
|
||||
"@types/jasmine": "~3.7.0",
|
||||
|
|
1090
aio/yarn.lock
1090
aio/yarn.lock
File diff suppressed because it is too large
Load Diff
|
@ -2,10 +2,10 @@
|
|||
"aio": {
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2017": 4619,
|
||||
"main-es2017": 456436,
|
||||
"polyfills-es2017": 55210,
|
||||
"styles": 69211,
|
||||
"runtime-es2017": 4841,
|
||||
"main-es2017": 458609,
|
||||
"polyfills-es2017": 55235,
|
||||
"styles": 69213,
|
||||
"light-theme": 79025,
|
||||
"dark-theme": 78924
|
||||
}
|
||||
|
@ -14,10 +14,10 @@
|
|||
"aio-local": {
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2017": 4619,
|
||||
"main-es2017": 456585,
|
||||
"polyfills-es2017": 55348,
|
||||
"styles": 69211,
|
||||
"runtime-es2017": 4841,
|
||||
"main-es2017": 458748,
|
||||
"polyfills-es2017": 55373,
|
||||
"styles": 69213,
|
||||
"light-theme": 79025,
|
||||
"dark-theme": 78924
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue