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.14",
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 Regenerate pnpm lockfile for hono bump

The dependency spec in packages/treeshake-server/package.json was changed to hono: 4.12.14, but this commit leaves pnpm-lock.yaml unchanged (the packages/treeshake-server importer still records hono specifier/version: 4.12.7). Because this repo’s CI/local parity flows run pnpm install --frozen-lockfile (for example .github/workflows/build-and-test.yml:38 and tools/scripts/ci-local.mjs:32), this lockfile drift will cause install/pipeline failures until the lockfile is updated in the same change.

Useful? React with 👍 / 👎.

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