Update peer dependency version for @thunderid/react to >=0.1.0 in react-router and tanstack-router packages#8
Conversation
…ct-router and tanstack-router packages
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughBoth router package manifests lower the ChangesPeer dependency floor update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Purpose
Fixes the
@thunderid/reactpeer dependency floor in@thunderid/react-routerand@thunderid/tanstack-router. The previous floor of>=0.15.0was outdated — the actual minimum supported version is0.1.0. Updated both packages to>=0.1.0to accurately reflect compatibility.Approach
Updated
peerDependencies["@thunderid/react"]from>=0.15.0to>=0.1.0in:packages/react-router/package.jsonpackages/tanstack-router/package.jsonRelated Issues
Related PRs
Checklist
breaking changelabel added.Security checks
Summary by CodeRabbit
@thunderid/reactfor both router packages, allowing the libraries to work with a wider range of React versions.