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

Bump @angular/forms from 19.2.0 to 19.2.1 in /web #656

Merged
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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@angular/cdk": "19.2.2",
"@angular/common": "19.2.0",
"@angular/core": "19.2.1",
"@angular/forms": "19.2.0",
"@angular/forms": "19.2.1",
"@angular/material": "19.2.1",
"@angular/platform-browser": "19.2.1",
"@angular/platform-browser-dynamic": "19.2.0",
Expand Down
16 changes: 8 additions & 8 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -737,17 +737,17 @@ __metadata:
languageName: node
linkType: hard

"@angular/forms@npm:19.2.0":
version: 19.2.0
resolution: "@angular/forms@npm:19.2.0"
"@angular/forms@npm:19.2.1":
version: 19.2.1
resolution: "@angular/forms@npm:19.2.1"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": 19.2.0
"@angular/core": 19.2.0
"@angular/platform-browser": 19.2.0
"@angular/common": 19.2.1
"@angular/core": 19.2.1
"@angular/platform-browser": 19.2.1
rxjs: ^6.5.3 || ^7.4.0
checksum: 10c0/eb642dbcae476020fc2e49d11fedcce519b0b6cdcfc3784ff4a812263978f6dcf87df084e84cba35bb7d5544196618fcd3812477243b9ea0e4201a03650f8806
checksum: 10c0/2c29f78651778b4c6faec11aa626e9fea3e6fb1499edd11c6629e6ff062ea7a28d04af176dbb75b7eb0d73cab7425ee106e57ae2b1314e8e55efd47ca4d3bd42
languageName: node
linkType: hard

Expand Down Expand Up @@ -11469,7 +11469,7 @@ __metadata:
"@angular/compiler": "npm:19.2.0"
"@angular/compiler-cli": "npm:19.2.1"
"@angular/core": "npm:19.2.1"
"@angular/forms": "npm:19.2.0"
"@angular/forms": "npm:19.2.1"
"@angular/material": "npm:19.2.1"
"@angular/platform-browser": "npm:19.2.1"
"@angular/platform-browser-dynamic": "npm:19.2.0"
Expand Down
Loading