Skip to content
Closed
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 packages/treeshake-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@hono/node-server": "1.19.10",
"@hono/zod-validator": "0.7.4",
"dotenv": "16.4.5",
"hono": "4.12.7",
"hono": "4.12.16",
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 the lockfile with the Hono bump

Because this changes the package manifest without updating pnpm-lock.yaml, the workspace lockfile still records packages/treeshake-server with hono specifier/version 4.12.7 and peer resolutions against hono@4.12.7. Any CI or developer setup that runs pnpm install --frozen-lockfile for this repo will reject the out-of-sync lockfile before tests/builds can run, so the dependency bump will not be installable until the lockfile is regenerated and committed.

Useful? React with 👍 / 👎.

"json-stable-stringify": "1.3.0",
"nanoid": "5.1.6",
"p-limit": "7.2.0",
Expand Down
Loading