Closed frederikhors closed 2 years ago
I don't think it's necessary, semantic versioning should be enough, npm upgrade
should always give you the latest one since we don't provide a maximum version (until 5.0 is released, if ever). The only reason to would be if people wanted to use older versions of it, which I don't see the reason for.
If you want to lock the dependency you can add it to your own dependencies and that's the one that your package manager should give you, or you can use a package manager with specific resolutions
like yarn.
What do you think about making flatpickr peer dep?