Skip to content

chore(deps): widen react-day-picker peer range to v10 - #2

Merged
maherelgamil merged 1 commit into
mainfrom
chore/widen-day-picker-peer
May 28, 2026
Merged

chore(deps): widen react-day-picker peer range to v10#2
maherelgamil merged 1 commit into
mainfrom
chore/widen-day-picker-peer

Conversation

@maherelgamil

Copy link
Copy Markdown
Contributor

Summary

Allow react-day-picker v10 alongside v9 in peerDependencies.

Why

v0.2.0 published with react-day-picker: ^9.4.3 only. Host apps on v10 (current stable) hit ERESOLVE on npm install monorailphp@^0.2.0. The v10 API surface used by calendar.tsx (DayPicker, classNames, month_caption, caption_label) is compatible.

Test plan

  • Fresh install in a host app on react-day-picker v10 — no ERESOLVE.
  • Calendar component renders / clicks through months.

The component code is compatible with the v10 API; existing v9 consumers
remain supported via the OR range.
@maherelgamil
maherelgamil merged commit 8fa5b65 into main May 28, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant