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/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.18",
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 for the hono bump

This package.json now requires hono 4.12.18, but pnpm-lock.yaml was not changed and its packages/bridge/bridge-react importer still records hono with specifier/version 4.12.7. In CI and fresh checkouts, the repo uses pnpm install --frozen-lockfile, so this mismatch will reject the install before tests/builds can run; regenerate and commit the lockfile entry for this dependency bump.

Useful? React with 👍 / 👎.

"vitest": "1.6.0"
}
}
Loading