Update dependency @angular/cdk to v14 #457

Merged
administrator merged 1 commits from renovate/angular-cdk-14.x into main 2022-09-18 12:58:32 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit bcfdaeddf0 - Show all commits

View File

@ -670,9 +670,9 @@
} }
}, },
"@angular/cdk": { "@angular/cdk": {
"version": "13.3.6", "version": "14.2.2",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.6.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.2.2.tgz",
"integrity": "sha512-sPwEGCHARxuUMzPLRiiN51GQP0P39ev+eL06NcyYXZ3AxyZIH5N/PWmGKf7EDOXIof4ata13jsIeW38mFe+wvg==", "integrity": "sha512-PXEnhX+QDOsmHVVnqTuoGaK7Wn9hFd5kWAmHTTU7lZr3XVu/AtDcEU+LB19wOFU0fY+kSYHMgN+BYo1TiR8vbw==",
"requires": { "requires": {
"parse5": "^5.0.0", "parse5": "^5.0.0",
"tslib": "^2.3.0" "tslib": "^2.3.0"

View File

@ -13,7 +13,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "~14.2.0", "@angular/animations": "~14.2.0",
"@angular/cdk": "^13.2.6", "@angular/cdk": "^14.0.0",
"@angular/common": "~14.2.0", "@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0", "@angular/compiler": "~14.2.0",
"@angular/core": "~14.2.0", "@angular/core": "~14.2.0",