stephy / CalendarPicker

CalendarPicker Component for React Native
807 stars 372 forks source link

Updated date-fns dependency version #392

Closed AleksandrTermenzhy closed 3 months ago

AleksandrTermenzhy commented 3 months ago

Addresses #367

AleksandrTermenzhy commented 3 months ago

@peacechen I set date-fns dependency version to ^3.0.0 per your suggestion. Please let me know if the current ^3.1.0 is a must, in which case we may adjust peer dependency version to be >=3.1.0.

peacechen commented 3 months ago

Any 3.x is adequate for this project. For future flexibility, I recommend setting it to >=3.0.0 instead of ^3.0.0. While it's possible that 4.x could introduce breaking changes, it's also possible that they might not affect how this library uses it.

peacechen commented 3 months ago

Thanks @AleksandrTermenzhy There's another PR pending that I'd like to include in the next release. Should be ready soon.