build(docs-infra): update @angular/material to 11.0.0 (#39600)
This commit updates `@angular/cdk` and `@angular/material` to version 11.0.0. PR Close #39600
This commit is contained in:
parent
882804dd01
commit
b521b5eb39
|
@ -89,13 +89,13 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "11.0.0",
|
||||
"@angular/cdk": "11.0.0-rc.1",
|
||||
"@angular/cdk": "11.0.0",
|
||||
"@angular/common": "11.0.0",
|
||||
"@angular/compiler": "11.0.0",
|
||||
"@angular/core": "11.0.0",
|
||||
"@angular/elements": "11.0.0",
|
||||
"@angular/forms": "11.0.0",
|
||||
"@angular/material": "11.0.0-rc.1",
|
||||
"@angular/material": "11.0.0",
|
||||
"@angular/platform-browser": "11.0.0",
|
||||
"@angular/platform-browser-dynamic": "11.0.0",
|
||||
"@angular/router": "11.0.0",
|
||||
|
|
|
@ -132,10 +132,10 @@
|
|||
dependencies:
|
||||
tslib "^2.0.0"
|
||||
|
||||
"@angular/cdk@11.0.0-rc.1":
|
||||
version "11.0.0-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-11.0.0-rc.1.tgz#a54c57f068c6d423f359a95df3e5213cf750f6f7"
|
||||
integrity sha512-q/BMS7aMQQdh3u72LcSC8PIHzr+OdN7ZQxUl2I1v1jQ3dP4D9W/PM1Jk1zqJrzhNdhI0rQZkeda2FszHm714Tg==
|
||||
"@angular/cdk@11.0.0":
|
||||
version "11.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-11.0.0.tgz#7ec0fc8b5051c54f4a3910e61f1ee7d30796c2d2"
|
||||
integrity sha512-kfgEE/LDYMZB4NICChzWn/nTEeoZ3wxrYsDDcy2Qj+57zUmJcxBLL1h+tawYCy3a1g7ypDLYX7yrbPEBE7/EXQ==
|
||||
dependencies:
|
||||
tslib "^2.0.0"
|
||||
optionalDependencies:
|
||||
|
@ -233,10 +233,10 @@
|
|||
dependencies:
|
||||
tslib "^2.0.0"
|
||||
|
||||
"@angular/material@11.0.0-rc.1":
|
||||
version "11.0.0-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@angular/material/-/material-11.0.0-rc.1.tgz#511ba8c4dc514d23aa681700e9da1f396e354cb5"
|
||||
integrity sha512-2u++vBC0If2+Nre3HqnnEXXZdUm+rKezIsik8SmRd58vOVCeOUhNy1I/Jvea+hreI3fSkKT977wMZagzXPcxrg==
|
||||
"@angular/material@11.0.0":
|
||||
version "11.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@angular/material/-/material-11.0.0.tgz#6ef7048763e7415dabda54d32847b2821bf6413d"
|
||||
integrity sha512-pTwYmBrRXbEzF5J/oayZF0ApA0tLN+CUl/2MaYFNLzvE/Kn6hIdDb7TonWAEBgeSHIzqzyTV8IUQuXwGaPds9A==
|
||||
dependencies:
|
||||
tslib "^2.0.0"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 3033,
|
||||
"main-es2015": 448177,
|
||||
"main-es2015": 448327,
|
||||
"polyfills-es2015": 52343
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
|||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 3033,
|
||||
"main-es2015": 448297,
|
||||
"main-es2015": 448538,
|
||||
"polyfills-es2015": 52493
|
||||
}
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
|||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 3153,
|
||||
"main-es2015": 431490,
|
||||
"main-es2015": 431696,
|
||||
"polyfills-es2015": 52493
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue