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 web-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"input-otp": "^1.4.2",
"lucide-react": "^0.577.0",
"motion": "^12.35.1",
"next": "16.1.6",
"next": "16.2.6",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Update bun.lock with the Next bump

In the Docker build path, web-docs/Dockerfile copies package.json and bun.lock and then runs bun install --frozen-lockfile; Bun's help describes this flag as disallowing lockfile changes. This manifest now asks for Next 16.2.6, but web-docs/bun.lock still pins the workspace dependency and resolved next package to 16.1.6, so frozen installs for the docs image either fail when they detect the stale lockfile or do not install the patched version this bump is meant to deploy. Please regenerate and commit web-docs/bun.lock together with this version change.

Useful? React with 👍 / 👎.

"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-day-picker": "^9.14.0",
Expand Down
Loading