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

Update dependency @angular/cdk to v17.3.10 #1740

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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@angular-material-components/datetime-picker": "16.0.1",
"@angular-material-components/moment-adapter": "16.0.1",
"@angular/animations": "~17.3.5",
"@angular/cdk": "17.3.5",
"@angular/cdk": "17.3.10",
"@angular/common": "^17.3.5",
"@angular/compiler": "17.3.5",
"@angular/core": "17.3.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@ __metadata:
languageName: node
linkType: hard

"@angular/cdk@npm:17.3.5":
version: 17.3.5
resolution: "@angular/cdk@npm:17.3.5"
"@angular/cdk@npm:17.3.10":
version: 17.3.10
resolution: "@angular/cdk@npm:17.3.10"
dependencies:
parse5: ^7.1.2
tslib: ^2.3.0
Expand All @@ -335,7 +335,7 @@ __metadata:
dependenciesMeta:
parse5:
optional: true
checksum: 98bb2b70cbef7bccf07d22a2a8f73470964085960ab5ab0820529d6bb92332e08e76c1ae99b976b64a0d7585b6aae4023e31288c584480195e6c19b52207c674
checksum: 6296f816e2f0f8e160bc8a624ff16449a6e509315703bd6463ede2028eb6f3b7b2150b1f9c09ea9d74402d4f156b433f9e120147f0f2bc0e18f8524addcc3581
languageName: node
linkType: hard

Expand Down Expand Up @@ -3321,7 +3321,7 @@ __metadata:
"@angular-material-components/datetime-picker": 16.0.1
"@angular-material-components/moment-adapter": 16.0.1
"@angular/animations": ~17.3.5
"@angular/cdk": 17.3.5
"@angular/cdk": 17.3.10
"@angular/cli": ^17.3.5
"@angular/common": ^17.3.5
"@angular/compiler": 17.3.5
Expand Down
Loading