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/bridge/bridge-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"vite-plugin-dts": "^4.3.0",
"@module-federation/runtime": "workspace:*",
"@module-federation/runtime-core": "workspace:*",
"hono": "4.12.7",
"hono": "4.12.12",
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 after version bump

packages/bridge/bridge-react/package.json now requests hono: 4.12.12, but this commit does not update the matching importer entry in pnpm-lock.yaml (it still records hono as 4.12.7 under packages/bridge/bridge-react). Because this repo’s CI/install paths use frozen lockfiles (for example .github/workflows/build-and-test.yml:38 and tools/scripts/ci-local.mjs:32), pnpm install --frozen-lockfile will fail until the lockfile is regenerated, and the dependency upgrade cannot be consumed.

Useful? React with 👍 / 👎.

"vitest": "1.6.0"
}
}
Loading