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 @@ -184,7 +184,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.30.3",
"react-router": "7.16.0",
"react-router": "8.3.0",

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 Commit the lockfile update for the router bump

This manifest now asks for react-router 8.3.0, but pnpm-lock.yaml was not changed and still records packages/bridge/bridge-react with react-router specifier/version 7.16.0. The build-and-test workflow install step runs pnpm install --frozen-lockfile (.github/workflows/build-and-test.yml:39-40), so fresh CI/repo setup will abort before any package checks run. Please regenerate and commit pnpm-lock.yaml along with this dependency bump.

Useful? React with 👍 / 👎.

"typescript": "7.0.2",
"vite": "^5.4.21",
"@module-federation/runtime": "workspace:*",
Expand Down
Loading