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 @@ -168,6 +168,6 @@
"vite-plugin-dts": "^4.3.0",
"@module-federation/runtime": "workspace:*",
"@module-federation/runtime-core": "workspace:*",
"hono": "4.11.10"
"hono": "4.12.4"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate lockfile for the hono version bump

This change updates hono to 4.12.4 in packages/bridge/bridge-react/package.json, but the lockfile entry for the same importer is still pinned to 4.11.10 in pnpm-lock.yaml (packages/bridge/bridge-react devDependency block, lines 2853-2855 in this commit), leaving the manifest and lockfile out of sync. Because CI installs with pnpm install --frozen-lockfile (for example .github/workflows/build-and-test.yml:60), this drift will cause install to fail before any build/test steps unless the lockfile is updated in the same commit.

Useful? React with 👍 / 👎.

}
}
Loading