Skip to content
Open
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 @@ -121,7 +121,7 @@
"postcss": "8.5.23",
"react-day-picker": "8.10.2",
"react-flagpack": "2.0.6",
"react-hook-form": "7.73.1",
"react-hook-form": "7.88.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lockfile out of sync after upgrade

High Severity

package.json pins react-hook-form to 7.88.0, but package-lock.json still resolves 7.73.1. CI runs npm ci, which requires those files to match, so installs fail and the intended upgrade never applies.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 8ed022c. Configure here.

"tailwind-merge": "3.5.0",
"tailwindcss": "4.2.4",
"tailwindcss-animate": "1.0.7",
Expand Down
Loading