Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @angular/cdk from 15.2.7 to 16.2.9 in /modules/web #505

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@angular/animations": "15.2.7",
"@angular/cdk": "15.2.7",
"@angular/cdk": "16.2.9",
"@angular/common": "15.2.7",
"@angular/compiler": "15.2.7",
"@angular/core": "15.2.7",
Expand Down
14 changes: 7 additions & 7 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -280,20 +280,20 @@ __metadata:
languageName: node
linkType: hard

"@angular/cdk@npm:15.2.7":
version: 15.2.7
resolution: "@angular/cdk@npm:15.2.7"
"@angular/cdk@npm:16.2.9":
version: 16.2.9
resolution: "@angular/cdk@npm:16.2.9"
dependencies:
parse5: ^7.1.2
tslib: ^2.3.0
peerDependencies:
"@angular/common": ^15.0.0 || ^16.0.0
"@angular/core": ^15.0.0 || ^16.0.0
"@angular/common": ^16.0.0 || ^17.0.0
"@angular/core": ^16.0.0 || ^17.0.0
rxjs: ^6.5.3 || ^7.4.0
dependenciesMeta:
parse5:
optional: true
checksum: f4c802334b4d74031ed8d7a7e268f3fecca672b8a33628f6c2ce94826eecbf2ed5b95d1b5b8669d08cdf4a039669be2352ffe207e7735033c71d745075038661
checksum: 7cc6ef465d26334da8ed1c404f6f5bfb5de9459fe9da7e048ed62a2d0cb0183db103504d31cea79e01b3d00683f0adb86ce3d0a80269ca36b3d9e5e518389f0f
languageName: node
linkType: hard

Expand Down Expand Up @@ -10920,7 +10920,7 @@ __metadata:
dependencies:
"@angular-devkit/build-angular": 15.1.5
"@angular/animations": 15.2.7
"@angular/cdk": 15.2.7
"@angular/cdk": 16.2.9
"@angular/cli": 15.2.6
"@angular/common": 15.2.7
"@angular/compiler": 15.2.7
Expand Down
Loading