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

View File

@@ -13,12 +13,12 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^11.0.2", "@angular/animations": "^11.0.2",
"@angular/cdk": "^10.2.7", "@angular/cdk": "^11.0.0",
"@angular/common": "^11.0.2", "@angular/common": "^11.0.2",
"@angular/compiler": "^11.0.2", "@angular/compiler": "^11.0.2",
"@angular/core": "^11.0.2", "@angular/core": "^11.0.2",
"@angular/forms": "^11.0.2", "@angular/forms": "^11.0.2",
"@angular/material": "^10.2.7", "@angular/material": "^11.0.0",
"@angular/platform-browser": "^11.0.2", "@angular/platform-browser": "^11.0.2",
"@angular/platform-browser-dynamic": "^11.0.2", "@angular/platform-browser-dynamic": "^11.0.2",
"@angular/router": "^11.0.2", "@angular/router": "^11.0.2",