update angular materials

step 2 of update Angular 10 -> 11
This commit is contained in:
2020-11-23 11:32:58 +01:00
parent 398774dbd8
commit 34b80a2864
2 changed files with 8 additions and 8 deletions

View File

@@ -219,9 +219,9 @@
}
},
"@angular/cdk": {
"version": "10.2.7",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-10.2.7.tgz",
"integrity": "sha512-ZQjDfTRTn7JuAKsf3jiIdU2XBaxxGBi/ZWYv5Pb3HCl6B4PISsIE5VWRhkoUogoAB0MiFHpjnWeIqknJEm11YQ==",
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-11.0.0.tgz",
"integrity": "sha512-kfgEE/LDYMZB4NICChzWn/nTEeoZ3wxrYsDDcy2Qj+57zUmJcxBLL1h+tawYCy3a1g7ypDLYX7yrbPEBE7/EXQ==",
"requires": {
"parse5": "^5.0.0",
"tslib": "^2.0.0"
@@ -463,9 +463,9 @@
"dev": true
},
"@angular/material": {
"version": "10.2.7",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-10.2.7.tgz",
"integrity": "sha512-uk6JkRrKHaM9VFMzX7pWC83YNLVgXPB3D8U1yjSOafCdWwrRZgUHGr8MPlSILCr3o2nxgg5SsKdWcWwHuXXUZA==",
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-11.0.0.tgz",
"integrity": "sha512-pTwYmBrRXbEzF5J/oayZF0ApA0tLN+CUl/2MaYFNLzvE/Kn6hIdDb7TonWAEBgeSHIzqzyTV8IUQuXwGaPds9A==",
"requires": {
"tslib": "^2.0.0"
}