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 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.18",
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 dependency bump

This changes the manifest to require the exact hono version 4.12.18, but pnpm-lock.yaml still records packages/treeshake-server with hono specifier/version 4.12.7 (and peer resolutions against hono@4.12.7). The repo’s CI install steps, including .github/workflows/e2e-treeshake.yml, run pnpm install --frozen-lockfile, so any workflow that installs dependencies will reject the out-of-date lockfile before tests/builds run. Please regenerate and commit the lockfile alongside this manifest change.

Useful? React with 👍 / 👎.

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