Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added react ^19 and ^19.0.0-rc as peer dep
Added react ^19 and ^19.0.0-rc as peer dependency. Some projects like Next.js already utilize react 19 release candidate, so that installing react-datepicker can only be done with `--legacy-peer-deps`. I have tested the `react-datepicker` with Next.js and react 19 release candidate and it works. So I have added react ^19 and ^19.0.0-rc as peer dep
- Loading branch information