Skip to content

Commit

Permalink
fix(deps): update dependency @angular/cdk to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent b006353 commit 09bc1be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"private": true,
"dependencies": {
"@angular/animations": "^17.3.12",
"@angular/cdk": "^17.3.10",
"@angular/cdk": "^19.0.0",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/portail-admins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"private": true,
"dependencies": {
"@angular/animations": "^17.3.12",
"@angular/cdk": "^17.3.10",
"@angular/cdk": "^19.0.0",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -431,20 +431,20 @@ __metadata:
languageName: node
linkType: hard

"@angular/cdk@npm:^17.3.10":
version: 17.3.10
resolution: "@angular/cdk@npm:17.3.10"
"@angular/cdk@npm:^19.0.0":
version: 19.0.0
resolution: "@angular/cdk@npm:19.0.0"
dependencies:
parse5: "npm:^7.1.2"
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": ^17.0.0 || ^18.0.0
"@angular/core": ^17.0.0 || ^18.0.0
"@angular/common": ^19.0.0 || ^20.0.0
"@angular/core": ^19.0.0 || ^20.0.0
rxjs: ^6.5.3 || ^7.4.0
dependenciesMeta:
parse5:
optional: true
checksum: 10/2e83fc75783750ffa025d1dc31da303e6a5f7da617c33dd190e8294c7fba6c633f6e410f19b6f41382cd0c5c918a59f27fbb9af01a651d753c7e2429c6a2ab65
checksum: 10/10271793ae51eadfa2a1b4b5e976231ccbeaa586a3930a3c22ed5f67a833800288c014485b34b9664a6a941bc738f16287b004152fa131d7de9248738f92b2f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -3942,7 +3942,7 @@ __metadata:
"@angular-eslint/schematics": "npm:17.5.3"
"@angular-eslint/template-parser": "npm:17.5.3"
"@angular/animations": "npm:^17.3.12"
"@angular/cdk": "npm:^17.3.10"
"@angular/cdk": "npm:^19.0.0"
"@angular/cli": "npm:^17.3.11"
"@angular/common": "npm:^17.3.12"
"@angular/compiler": "npm:^17.3.12"
Expand Down Expand Up @@ -4028,7 +4028,7 @@ __metadata:
"@angular-eslint/schematics": "npm:^17.5.3"
"@angular-eslint/template-parser": "npm:^17.5.3"
"@angular/animations": "npm:^17.3.12"
"@angular/cdk": "npm:^17.3.10"
"@angular/cdk": "npm:^19.0.0"
"@angular/cli": "npm:^17.3.11"
"@angular/common": "npm:^17.3.12"
"@angular/compiler": "npm:^17.3.12"
Expand Down

0 comments on commit 09bc1be

Please sign in to comment.