PDavid commented on PR #8307: URL: https://github.com/apache/hbase/pull/8307#issuecomment-4620357733
I used Claude Code to fix this: > The issue is that @react-router/[email protected] requires [email protected] as an exact peer, but this branch only bumped react-router to 7.15.0. > The problem is clear. The dependabot PR bumped react-router to ^7.15.0 (line 69), but @react-router/node and @react-router/serve are on ^7.12.0 which resolves to 7.16.0 — and that version requires exactly [email protected] as a peer. The fix is to update react-router to ^7.16.0 so all @react-router/* packages stay in sync. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
