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

build(deps): bump the angular-material group with 2 updates #1120

Merged
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
},
"dependencies": {
"@angular/animations": "^19.0.4",
"@angular/cdk": "^19.0.2",
"@angular/cdk": "^19.0.3",
"@angular/common": "^19.0.4",
"@angular/compiler": "^19.0.4",
"@angular/core": "^19.0.4",
"@angular/forms": "^19.0.4",
"@angular/localize": "^19.0.4",
"@angular/material": "^19.0.2",
"@angular/material": "^19.0.3",
"@angular/platform-browser": "^19.0.4",
"@angular/platform-browser-dynamic": "^19.0.4",
"@angular/router": "^19.0.4",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,9 @@ __metadata:
languageName: node
linkType: hard

"@angular/cdk@npm:^19.0.2":
version: 19.0.2
resolution: "@angular/cdk@npm:19.0.2"
"@angular/cdk@npm:^19.0.3":
version: 19.0.3
resolution: "@angular/cdk@npm:19.0.3"
dependencies:
parse5: "npm:^7.1.2"
tslib: "npm:^2.3.0"
Expand All @@ -472,7 +472,7 @@ __metadata:
dependenciesMeta:
parse5:
optional: true
checksum: 10c0/bec7a74b24c9e4648d1ee17b0773bb6cf1f7fe2ab099f9a0b3e06c493f07a30d6ccd7936bf8e46f5d96585dae62b79b2e0f555bc7d748f1ec2de9e040c299f90
checksum: 10c0/aa9b1cca55b33dd8d94e386be3c6e2b56cba9427d1045803f77339837ffb19e516acbf8f206454315f1a6cddd350bc6e757deb6378d855b7ad7e4cd16cd9624a
languageName: node
linkType: hard

Expand Down Expand Up @@ -609,20 +609,20 @@ __metadata:
languageName: node
linkType: hard

"@angular/material@npm:^19.0.2":
version: 19.0.2
resolution: "@angular/material@npm:19.0.2"
"@angular/material@npm:^19.0.3":
version: 19.0.3
resolution: "@angular/material@npm:19.0.3"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/animations": ^19.0.0 || ^20.0.0
"@angular/cdk": 19.0.2
"@angular/cdk": 19.0.3
"@angular/common": ^19.0.0 || ^20.0.0
"@angular/core": ^19.0.0 || ^20.0.0
"@angular/forms": ^19.0.0 || ^20.0.0
"@angular/platform-browser": ^19.0.0 || ^20.0.0
rxjs: ^6.5.3 || ^7.4.0
checksum: 10c0/c5d50e57a26972219887ade09f5039bc5eb5c4192ba9a79a47abad5574b69a7a5863e8acbe1ad357a9b17cbb645c11dd8c6fae0e400bb0cd1f0e0b9f131a3924
checksum: 10c0/9968afb03c49a9c6c8f645faf411b91c95ddfec9e9bf5199dafa2a5e01c4270a7bfefb694b7c78205bcb0a4b08741a9005a8d995fa5fadb2b08a66195e9f1c76
languageName: node
linkType: hard

Expand Down Expand Up @@ -6372,7 +6372,7 @@ __metadata:
"@angular-eslint/schematics": "npm:^18.4.2"
"@angular-eslint/template-parser": "npm:^18.4.2"
"@angular/animations": "npm:^19.0.4"
"@angular/cdk": "npm:^19.0.2"
"@angular/cdk": "npm:^19.0.3"
"@angular/cli": "npm:^19.0.5"
"@angular/common": "npm:^19.0.4"
"@angular/compiler": "npm:^19.0.4"
Expand All @@ -6381,7 +6381,7 @@ __metadata:
"@angular/forms": "npm:^19.0.4"
"@angular/language-service": "npm:^19.0.4"
"@angular/localize": "npm:^19.0.4"
"@angular/material": "npm:^19.0.2"
"@angular/material": "npm:^19.0.3"
"@angular/platform-browser": "npm:^19.0.4"
"@angular/platform-browser-dynamic": "npm:^19.0.4"
"@angular/router": "npm:^19.0.4"
Expand Down
Loading