Skip to content
Merged
Changes from 1 commit
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 @@ -169,6 +169,6 @@
"vite-plugin-dts": "^4.3.0",
"@module-federation/runtime": "workspace:*",
"@module-federation/runtime-core": "workspace:*",
"hono": "4.11.10"
"hono": "4.12.7"

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 lockfile for the hono version bump

This manifest change pins hono to 4.12.7 but does not include the corresponding pnpm-lock.yaml update (the packages/bridge/bridge-react importer still resolves hono as 4.11.10), so the repo is left with an out-of-date lockfile. Because the Install dependencies step in .github/workflows/build-and-test.yml runs pnpm install --frozen-lockfile, this commit will fail CI/local frozen installs until the lockfile is regenerated and committed with the same dependency change.

Useful? React with 👍 / 👎.

}
}
Loading