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

This package manifest now asks for hono 4.12.16, but the root pnpm-lock.yaml importer for packages/bridge/bridge-react still records both the specifier and resolved version as 4.12.7. In this repo the documented install path uses pnpm install --frozen-lockfile, and pnpm's install docs state that frozen installs fail when the lockfile is out of sync with the manifest (https://pnpm.io/cli/install#--frozen-lockfile), so CI/fresh installs will stop before tests until the lockfile is regenerated and committed.

Useful? React with 👍 / 👎.

"vitest": "1.6.0"
}
}
Loading