Update @angular/material and @angular/cdk to 12.x

This commit is contained in:
Phillip Kühne 2022-09-24 02:47:31 +02:00
parent ba982001ba
commit b3670aa0e0
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA
2 changed files with 29 additions and 27 deletions

View File

@ -9,12 +9,12 @@
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@angular/animations": "~12.2.16", "@angular/animations": "~12.2.16",
"@angular/cdk": "~11.2.13", "@angular/cdk": "~12.2.13",
"@angular/common": "~12.2.16", "@angular/common": "~12.2.16",
"@angular/compiler": "~12.2.16", "@angular/compiler": "~12.2.16",
"@angular/core": "~12.2.16", "@angular/core": "~12.2.16",
"@angular/forms": "~12.2.16", "@angular/forms": "~12.2.16",
"@angular/material": "^11.2.13", "@angular/material": "^12.2.13",
"@angular/platform-browser": "~12.2.16", "@angular/platform-browser": "~12.2.16",
"@angular/platform-browser-dynamic": "~12.2.16", "@angular/platform-browser-dynamic": "~12.2.16",
"@angular/router": "~12.2.16", "@angular/router": "~12.2.16",
@ -186,18 +186,19 @@
} }
}, },
"node_modules/@angular/cdk": { "node_modules/@angular/cdk": {
"version": "11.2.13", "version": "12.2.13",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-11.2.13.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-12.2.13.tgz",
"integrity": "sha512-FkE4iCwoLbQxLDUOjV1I7M/6hmpyb7erAjEdWgch7nGRNxF1hqX5Bqf1lvLFKPNCbx5NRI5K7YVAdIUQUR8vug==", "integrity": "sha512-zSKRhECyFqhingIeyRInIyTvYErt4gWo+x5DQr0b7YLUbU8DZSwWnG4w76Ke2s4U8T7ry1jpJBHoX/e8YBpGMg==",
"dependencies": { "dependencies": {
"tslib": "^2.0.0" "tslib": "^2.2.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"parse5": "^5.0.0" "parse5": "^5.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": "^11.0.0 || ^12.0.0-0", "@angular/common": "^12.0.0 || ^13.0.0-0",
"@angular/core": "^11.0.0 || ^12.0.0-0" "@angular/core": "^12.0.0 || ^13.0.0-0",
"rxjs": "^6.5.3 || ^7.0.0"
} }
}, },
"node_modules/@angular/cdk/node_modules/parse5": { "node_modules/@angular/cdk/node_modules/parse5": {
@ -403,18 +404,19 @@
} }
}, },
"node_modules/@angular/material": { "node_modules/@angular/material": {
"version": "11.2.13", "version": "12.2.13",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-11.2.13.tgz", "resolved": "https://registry.npmjs.org/@angular/material/-/material-12.2.13.tgz",
"integrity": "sha512-FqFdGSkOtqsmeLyTSousodDGUy2NqbtxCIKv2rwbsIRwHNKB0KpR/UQhA2gMRuGa5hxhMJ0DW0Tf9neMRuLCTg==", "integrity": "sha512-6g2GyN4qp2D+DqY2AwrQuPB3cd9gybvQVXvNRbTPXEulHr+LgGei00ySdFHFp6RvdGSMZ4i3LM1Fq3VkFxhCfQ==",
"dependencies": { "dependencies": {
"tslib": "^2.0.0" "tslib": "^2.2.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/animations": "^11.0.0 || ^12.0.0-0", "@angular/animations": "^12.0.0 || ^13.0.0-0",
"@angular/cdk": "11.2.13", "@angular/cdk": "12.2.13",
"@angular/common": "^11.0.0 || ^12.0.0-0", "@angular/common": "^12.0.0 || ^13.0.0-0",
"@angular/core": "^11.0.0 || ^12.0.0-0", "@angular/core": "^12.0.0 || ^13.0.0-0",
"@angular/forms": "^11.0.0 || ^12.0.0-0" "@angular/forms": "^12.0.0 || ^13.0.0-0",
"rxjs": "^6.5.3 || ^7.0.0"
} }
}, },
"node_modules/@angular/platform-browser": { "node_modules/@angular/platform-browser": {
@ -6607,12 +6609,12 @@
} }
}, },
"@angular/cdk": { "@angular/cdk": {
"version": "11.2.13", "version": "12.2.13",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-11.2.13.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-12.2.13.tgz",
"integrity": "sha512-FkE4iCwoLbQxLDUOjV1I7M/6hmpyb7erAjEdWgch7nGRNxF1hqX5Bqf1lvLFKPNCbx5NRI5K7YVAdIUQUR8vug==", "integrity": "sha512-zSKRhECyFqhingIeyRInIyTvYErt4gWo+x5DQr0b7YLUbU8DZSwWnG4w76Ke2s4U8T7ry1jpJBHoX/e8YBpGMg==",
"requires": { "requires": {
"parse5": "^5.0.0", "parse5": "^5.0.0",
"tslib": "^2.0.0" "tslib": "^2.2.0"
}, },
"dependencies": { "dependencies": {
"parse5": { "parse5": {
@ -6758,11 +6760,11 @@
"dev": true "dev": true
}, },
"@angular/material": { "@angular/material": {
"version": "11.2.13", "version": "12.2.13",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-11.2.13.tgz", "resolved": "https://registry.npmjs.org/@angular/material/-/material-12.2.13.tgz",
"integrity": "sha512-FqFdGSkOtqsmeLyTSousodDGUy2NqbtxCIKv2rwbsIRwHNKB0KpR/UQhA2gMRuGa5hxhMJ0DW0Tf9neMRuLCTg==", "integrity": "sha512-6g2GyN4qp2D+DqY2AwrQuPB3cd9gybvQVXvNRbTPXEulHr+LgGei00ySdFHFp6RvdGSMZ4i3LM1Fq3VkFxhCfQ==",
"requires": { "requires": {
"tslib": "^2.0.0" "tslib": "^2.2.0"
} }
}, },
"@angular/platform-browser": { "@angular/platform-browser": {

View File

@ -13,12 +13,12 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "~12.2.16", "@angular/animations": "~12.2.16",
"@angular/cdk": "~11.2.13", "@angular/cdk": "~12.2.13",
"@angular/common": "~12.2.16", "@angular/common": "~12.2.16",
"@angular/compiler": "~12.2.16", "@angular/compiler": "~12.2.16",
"@angular/core": "~12.2.16", "@angular/core": "~12.2.16",
"@angular/forms": "~12.2.16", "@angular/forms": "~12.2.16",
"@angular/material": "^11.2.13", "@angular/material": "^12.2.13",
"@angular/platform-browser": "~12.2.16", "@angular/platform-browser": "~12.2.16",
"@angular/platform-browser-dynamic": "~12.2.16", "@angular/platform-browser-dynamic": "~12.2.16",
"@angular/router": "~12.2.16", "@angular/router": "~12.2.16",