[frontend] Version bump angular/material to 14

This commit is contained in:
ogdbd3h5qze42igcv8wcrqk3 2023-03-18 15:18:15 +01:00
parent c9c1fe029b
commit 74fca41d66
2 changed files with 8 additions and 8 deletions

View file

@ -411,9 +411,9 @@
} }
}, },
"@angular/cdk": { "@angular/cdk": {
"version": "13.3.9", "version": "14.2.7",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.9.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.2.7.tgz",
"integrity": "sha512-XCuCbeuxWFyo3EYrgEYx7eHzwl76vaWcxtWXl00ka8d+WAOtMQ6Tf1D98ybYT5uwF9889fFpXAPw98mVnlo3MA==", "integrity": "sha512-/tEsYaUbDSnfEmKVvAMramIptmhI67O+9STjOV0i+74XR2NospeK0fkbywIANu1n3w6AHGMotvRWJrjmbCElFg==",
"requires": { "requires": {
"parse5": "^5.0.0", "parse5": "^5.0.0",
"tslib": "^2.3.0" "tslib": "^2.3.0"
@ -689,9 +689,9 @@
} }
}, },
"@angular/material": { "@angular/material": {
"version": "13.3.9", "version": "14.2.7",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.9.tgz", "resolved": "https://registry.npmjs.org/@angular/material/-/material-14.2.7.tgz",
"integrity": "sha512-FU8lcMgo+AL8ckd27B4V097ZPoIZNRHiCe3wpgkImT1qC0YwcyXZVn0MqQTTFSdC9a/aI8wPm3AbTClJEVw5Vw==", "integrity": "sha512-WXHh8pEStpgkXZJmYOg2cI8BSHkV82ET4XTJCNPdveumaCn1UYnaNzsXD13kw5z+zmy8CufhFEzdXTrv/yt7KQ==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View file

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