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): Update dependency @angular/material to ^18.1.4 #2653

Merged
merged 1 commit into from
Aug 8, 2024
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@angular/compiler-cli": "^18.1.3",
"@angular/core": "^18.1.3",
"@angular/forms": "^18.1.3",
"@angular/material": "^18.1.3",
"@angular/material": "^18.1.4",
"@angular/platform-browser": "^18.1.3",
"@angular/platform-browser-dynamic": "^18.1.3",
"@babel/core": "^7.25.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -423,20 +423,20 @@ __metadata:
languageName: node
linkType: hard

"@angular/material@npm:^18.1.3":
version: 18.1.3
resolution: "@angular/material@npm:18.1.3"
"@angular/material@npm:^18.1.4":
version: 18.1.4
resolution: "@angular/material@npm:18.1.4"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/animations": ^18.0.0 || ^19.0.0
"@angular/cdk": 18.1.3
"@angular/cdk": 18.1.4
"@angular/common": ^18.0.0 || ^19.0.0
"@angular/core": ^18.0.0 || ^19.0.0
"@angular/forms": ^18.0.0 || ^19.0.0
"@angular/platform-browser": ^18.0.0 || ^19.0.0
rxjs: ^6.5.3 || ^7.4.0
checksum: 10/548996d7f8b364ac132c1804906d304a9416959becddcb08082611bb0ff66d6c5b16c3e239db432d75721ddbd7ffc2e4dd91aa21f50ac01167d9ade0252bd56e
checksum: 10/328d015b46a4bc735d740654cc3f3970ee77fe66f5ad94664c96987b5cf3c5412d0b9537a7c0cbf3c94ac024ab608065d653d38ccf1902ae18c24c90ba091a36
languageName: node
linkType: hard

Expand Down Expand Up @@ -8547,7 +8547,7 @@ __metadata:
"@angular/compiler-cli": "npm:^18.1.3"
"@angular/core": "npm:^18.1.3"
"@angular/forms": "npm:^18.1.3"
"@angular/material": "npm:^18.1.3"
"@angular/material": "npm:^18.1.4"
"@angular/platform-browser": "npm:^18.1.3"
"@angular/platform-browser-dynamic": "npm:^18.1.3"
"@babel/core": "npm:^7.25.2"
Expand Down