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/forms from 19.0.3 to 19.1.4 #12994

Closed
Closed
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 @@ -43,7 +43,7 @@
"@angular/common": "19.0.3",
"@angular/compiler": "19.0.3",
"@angular/core": "19.0.3",
"@angular/forms": "19.0.3",
"@angular/forms": "19.1.4",
"@angular/platform-browser": "19.0.3",
"@angular/platform-browser-dynamic": "19.0.3",
"@angular/router": "19.0.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,17 +536,17 @@ __metadata:
languageName: node
linkType: hard

"@angular/forms@npm:19.0.3":
version: 19.0.3
resolution: "@angular/forms@npm:19.0.3"
"@angular/forms@npm:19.1.4":
version: 19.1.4
resolution: "@angular/forms@npm:19.1.4"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": 19.0.3
"@angular/core": 19.0.3
"@angular/platform-browser": 19.0.3
"@angular/common": 19.1.4
"@angular/core": 19.1.4
"@angular/platform-browser": 19.1.4
rxjs: ^6.5.3 || ^7.4.0
checksum: 10/04fb50f47f11ea6a1bcfdf7810a0edb925974ec77da633c15b9b87d217126cdff7479936d2de97be830abd4a1addfe1f0f5a41754dfff81c09eb775d685c444f
checksum: 10/cab489ba0861d29c2142aeb5df70441f9041c62af13d6084181ef732d21e2b25a5e2e703eef5f9b66d8811efa0d86245501400dc4b07ae43013b121658693034
languageName: node
linkType: hard

Expand Down Expand Up @@ -14774,7 +14774,7 @@ __metadata:
"@angular/compiler": "npm:19.0.3"
"@angular/compiler-cli": "npm:19.0.3"
"@angular/core": "npm:19.0.3"
"@angular/forms": "npm:19.0.3"
"@angular/forms": "npm:19.1.4"
"@angular/language-service": "npm:19.0.3"
"@angular/platform-browser": "npm:19.0.3"
"@angular/platform-browser-dynamic": "npm:19.0.3"
Expand Down
Loading