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 @@ -151,7 +151,7 @@
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-easy-crop": "^5.5.6",
"react-easy-crop": "^6.0.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update bun.lock with the dependency bump

This updates the manifest to react-easy-crop ^6.0.2, but the committed root lockfile still records the root spec as ^5.5.6 and resolves react-easy-crop@5.5.7 (bun.lock:78 and bun.lock:2256). I checked bun install --help, where --frozen-lockfile is documented as “Disallow changes to lockfile”; the inspected CI and Docker paths run bun install --frozen-lockfile (.github/workflows/ci.yml:45-46, docker/Dockerfile:8-11), so those installs cannot accept this stale lockfile for the new manifest. Please regenerate and commit bun.lock with the package change.

Useful? React with 👍 / 👎.

"react-hook-form": "^7.71.1",
"react-i18next": "^16.5.4",
"react-icons": "^5.5.0",
Expand Down
Loading