build(docs-infra): update @angular/material to 10.2.2 (#39017)
This commit updates the version of Angular Components used in angular.io to version 10.2.2. NOTE: The actual size increase for the main bundle in ViewEngine mode is 1.3KB (because the actual size before this commit was 430423B, not 430008B as seen in `aio-payloads.json`). PR Close #39017
This commit is contained in:
parent
387fd89b3f
commit
bf010b9a07
|
@ -88,13 +88,13 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "10.1.3",
|
||||
"@angular/cdk": "10.0.1",
|
||||
"@angular/cdk": "10.2.2",
|
||||
"@angular/common": "10.1.3",
|
||||
"@angular/compiler": "10.1.3",
|
||||
"@angular/core": "10.1.3",
|
||||
"@angular/elements": "10.1.3",
|
||||
"@angular/forms": "10.1.3",
|
||||
"@angular/material": "10.0.1",
|
||||
"@angular/material": "10.2.2",
|
||||
"@angular/platform-browser": "10.1.3",
|
||||
"@angular/platform-browser-dynamic": "10.1.3",
|
||||
"@angular/router": "10.1.3",
|
||||
|
|
|
@ -128,10 +128,10 @@
|
|||
dependencies:
|
||||
tslib "^2.0.0"
|
||||
|
||||
"@angular/cdk@10.0.1":
|
||||
version "10.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-10.0.1.tgz#8e10317cd6fee4d9f8a3794998629496fb60e68b"
|
||||
integrity sha512-tEgaTDQplptbOf4cHHdVScH0h5QNvkWDhabAWpWaT4/dVXEsp+p2E9Pzkemesi/gNmUIetVjGaicX5VqsijZSQ==
|
||||
"@angular/cdk@10.2.2":
|
||||
version "10.2.2"
|
||||
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-10.2.2.tgz#429816d2f8d15d1da99b85ee6810d54bf46e3d05"
|
||||
integrity sha512-DVMnj7QY1prZblRjYfDeyEH79p1TDI0JGgg2D2BAWwzMoPKCgVCqy1uRuvi+WNhYoDR3QJJJ8tXLKucUoShuIw==
|
||||
dependencies:
|
||||
tslib "^2.0.0"
|
||||
optionalDependencies:
|
||||
|
@ -231,10 +231,10 @@
|
|||
dependencies:
|
||||
tslib "^2.0.0"
|
||||
|
||||
"@angular/material@10.0.1":
|
||||
version "10.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@angular/material/-/material-10.0.1.tgz#f59988499d20ee4ab93292d7e9a9d16ce24839f0"
|
||||
integrity sha512-4xGIupOiPbyYG/tTbVhgjATRZSRf+Xj2FGkX3csSlIOvhrFtN1B9gTlcbOjzWHPpWTFChZALzMXA/841KA9QqA==
|
||||
"@angular/material@10.2.2":
|
||||
version "10.2.2"
|
||||
resolved "https://registry.yarnpkg.com/@angular/material/-/material-10.2.2.tgz#224864e3c280ee2e8f0ccf28574c65d788799782"
|
||||
integrity sha512-xRt8FsjY/MdC/dMBhitCXmOfXo4uhzLZ+kBqkKwY8gBsJ7FjhJIPbe/kRPBuzvVkVphrEfi/pMeDOge8v5ETbA==
|
||||
dependencies:
|
||||
tslib "^2.0.0"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 3037,
|
||||
"main-es2015": 448223,
|
||||
"main-es2015": 448243,
|
||||
"polyfills-es2015": 52685
|
||||
}
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
|||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 3157,
|
||||
"main-es2015": 430008,
|
||||
"main-es2015": 431750,
|
||||
"polyfills-es2015": 52415
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue