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 @@ -32,7 +32,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@hono/node-server": "1.19.10",
"@hono/node-server": "1.19.13",
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 lockfile for the dependency version bump

Updating @hono/node-server in this manifest without updating pnpm-lock.yaml leaves the workspace importer out of sync (pnpm-lock.yaml still records packages/treeshake-server at 1.19.10), which makes dependency state inconsistent. CI installs with pnpm install --frozen-lockfile (for example, .github/workflows/build-and-test.yml:38), so this drift will cause install to fail before tests/build run; please commit the matching lockfile update with this change.

Useful? React with 👍 / 👎.

"@hono/zod-validator": "0.7.4",
"dotenv": "16.4.5",
"hono": "4.12.7",
Expand Down
Loading