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 17.0.0 in /modules/web #555

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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": "17.0.0",
"@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:17.0.0":
version: 17.0.0
resolution: "@angular/cdk@npm:17.0.0"
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": ^17.0.0 || ^18.0.0
"@angular/core": ^17.0.0 || ^18.0.0
rxjs: ^6.5.3 || ^7.4.0
dependenciesMeta:
parse5:
optional: true
checksum: f4c802334b4d74031ed8d7a7e268f3fecca672b8a33628f6c2ce94826eecbf2ed5b95d1b5b8669d08cdf4a039669be2352ffe207e7735033c71d745075038661
checksum: 3216f2f972ba2b0cd1be3c07328f44fdcf98b3625af2b6c0a08df87111285969eec915595f1e257a65becc81a0beff43761603e2a36c8f78b7760b165c973cae
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": 17.0.0
"@angular/cli": 15.2.6
"@angular/common": 15.2.7
"@angular/compiler": 15.2.7
Expand Down
Loading