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:
George Kalpakas 2021-07-07 14:36:03 +03:00 committed by Andrew Scott
parent 6548a53bfc
commit 40389940f9
3 changed files with 521 additions and 615 deletions

View File

@ -86,27 +86,27 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "12.0.5", "@angular/animations": "12.1.1",
"@angular/cdk": "12.0.5", "@angular/cdk": "12.1.1",
"@angular/common": "12.0.5", "@angular/common": "12.1.1",
"@angular/compiler": "12.0.5", "@angular/compiler": "12.1.1",
"@angular/core": "12.0.5", "@angular/core": "12.1.1",
"@angular/elements": "12.0.5", "@angular/elements": "12.1.1",
"@angular/forms": "12.0.5", "@angular/forms": "12.1.1",
"@angular/material": "12.0.5", "@angular/material": "12.1.1",
"@angular/platform-browser": "12.0.5", "@angular/platform-browser": "12.1.1",
"@angular/platform-browser-dynamic": "12.0.5", "@angular/platform-browser-dynamic": "12.1.1",
"@angular/router": "12.0.5", "@angular/router": "12.1.1",
"@angular/service-worker": "12.0.5", "@angular/service-worker": "12.1.1",
"@webcomponents/custom-elements": "1.4.3", "@webcomponents/custom-elements": "1.4.3",
"rxjs": "^6.6.7", "rxjs": "^6.6.7",
"tslib": "^2.2.0", "tslib": "^2.2.0",
"zone.js": "~0.11.4" "zone.js": "~0.11.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "12.0.4", "@angular-devkit/build-angular": "12.1.1",
"@angular/cli": "12.0.4", "@angular/cli": "12.1.1",
"@angular/compiler-cli": "12.0.5", "@angular/compiler-cli": "12.1.1",
"@swc/cli": "^0.1.36", "@swc/cli": "^0.1.36",
"@swc/core": "^1.2.51", "@swc/core": "^1.2.51",
"@types/jasmine": "~3.7.0", "@types/jasmine": "~3.7.0",

File diff suppressed because it is too large Load Diff

View File

@ -2,10 +2,10 @@
"aio": { "aio": {
"master": { "master": {
"uncompressed": { "uncompressed": {
"runtime-es2017": 4619, "runtime-es2017": 4841,
"main-es2017": 456436, "main-es2017": 458609,
"polyfills-es2017": 55210, "polyfills-es2017": 55235,
"styles": 69211, "styles": 69213,
"light-theme": 79025, "light-theme": 79025,
"dark-theme": 78924 "dark-theme": 78924
} }
@ -14,10 +14,10 @@
"aio-local": { "aio-local": {
"master": { "master": {
"uncompressed": { "uncompressed": {
"runtime-es2017": 4619, "runtime-es2017": 4841,
"main-es2017": 456585, "main-es2017": 458748,
"polyfills-es2017": 55348, "polyfills-es2017": 55373,
"styles": 69211, "styles": 69213,
"light-theme": 79025, "light-theme": 79025,
"dark-theme": 78924 "dark-theme": 78924
} }