Update dependency @angular/cdk to v15 #527

Merged
H4CK3R-01 merged 1 commits from renovate/angular-cdk-15.x into main 2022-12-12 09:59:11 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -442,9 +442,9 @@
}
},
"@angular/cdk": {
"version": "14.2.2",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.2.2.tgz",
"integrity": "sha512-PXEnhX+QDOsmHVVnqTuoGaK7Wn9hFd5kWAmHTTU7lZr3XVu/AtDcEU+LB19wOFU0fY+kSYHMgN+BYo1TiR8vbw==",
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.0.0.tgz",
"integrity": "sha512-a4AUGfd1iNEGR5A9jmwzEfdRDpOh9KWypFqo85ivC3/KDW4+Z5AGxZpzwqAsRz2WQVdK+8biaz83VBQTMC5IOw==",
"requires": {
"parse5": "^5.0.0",
"tslib": "^2.3.0"

View File

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