Closed AleksandrTermenzhy closed 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
.
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.
Thanks @AleksandrTermenzhy There's another PR pending that I'd like to include in the next release. Should be ready soon.
date-fns
version as a peerDependencydate-fns
version indevDependencies
andpeerDependencies
Addresses #367