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 @@ -181,7 +181,7 @@
"vite-plugin-dts": "^4.3.0",
"@module-federation/runtime": "workspace:*",
"@module-federation/runtime-core": "workspace:*",
"hono": "4.12.7",
"hono": "4.12.21",

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 pnpm lockfile with the hono bump

This version bump only changes package.json; the pnpm-lock.yaml importer for packages/bridge/bridge-react still has hono with specifier: 4.12.7 and version: 4.12.7, and the lockfile has no hono@4.12.21 entry. In this state a frozen pnpm install in CI will reject the package manifest/lockfile mismatch, so this dependency update cannot be consumed until the lockfile is regenerated and committed.

Useful? React with 👍 / 👎.

"vitest": "1.6.0"
}
}
Loading