[frontend] Version bump angular/material to 13

This commit is contained in:
ogdbd3h5qze42igcv8wcrqk3 2023-03-18 15:00:39 +01:00
parent d9d75b76f2
commit b256aff872
2 changed files with 10 additions and 10 deletions

View file

@ -396,12 +396,12 @@
}
},
"@angular/cdk": {
"version": "12.2.13",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-12.2.13.tgz",
"integrity": "sha512-zSKRhECyFqhingIeyRInIyTvYErt4gWo+x5DQr0b7YLUbU8DZSwWnG4w76Ke2s4U8T7ry1jpJBHoX/e8YBpGMg==",
"version": "13.3.9",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.9.tgz",
"integrity": "sha512-XCuCbeuxWFyo3EYrgEYx7eHzwl76vaWcxtWXl00ka8d+WAOtMQ6Tf1D98ybYT5uwF9889fFpXAPw98mVnlo3MA==",
"requires": {
"parse5": "^5.0.0",
"tslib": "^2.2.0"
"tslib": "^2.3.0"
},
"dependencies": {
"parse5": {
@ -766,11 +766,11 @@
}
},
"@angular/material": {
"version": "12.2.13",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-12.2.13.tgz",
"integrity": "sha512-6g2GyN4qp2D+DqY2AwrQuPB3cd9gybvQVXvNRbTPXEulHr+LgGei00ySdFHFp6RvdGSMZ4i3LM1Fq3VkFxhCfQ==",
"version": "13.3.9",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.9.tgz",
"integrity": "sha512-FU8lcMgo+AL8ckd27B4V097ZPoIZNRHiCe3wpgkImT1qC0YwcyXZVn0MqQTTFSdC9a/aI8wPm3AbTClJEVw5Vw==",
"requires": {
"tslib": "^2.2.0"
"tslib": "^2.3.0"
}
},
"@angular/platform-browser": {

View file

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