Let's change peerDep version for date-fns from >=3.0.0 to ^3.0.0.
Reason: the future major versions of date-fns can introduce breaking changes. This package will try to use those and break. The same thing happened with the previous version.
|
"date-fns": "3.0.6 || >=3.0.0", |
Let's change peerDep version for
date-fnsfrom>=3.0.0to^3.0.0.Reason: the future major versions of
date-fnscan introduce breaking changes. This package will try to use those and break. The same thing happened with the previous version.react-date-range/package.json
Line 47 in b1418dc