-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to fuzzy dependency versions #166
Comments
Hi @leipert. Regarding Regarding greenkeeper - it is awesome and I want to use it. Sadly we have had issues with latest dependencies not working together well. That was about two months ago so I might try to push to latest of everything soon. If we can get to latest then yes a tool like greenkeeper would be useful #37 |
@treshugart do you see any issues with moving to fuzzy deps? |
@alexreardon There could be unexpected breakages for consumers if a dep is broken. I think it's okay to be optimistic here, though, especially in open source land, so +1 for fuzzy. |
👍 Nice work, thank you. |
The package.json pins down dependencies pretty hard. This leads to duplicate dependencies in our project, e.g.
prop-types
which already has newer releases. Would you consider to updating all dependencies with carets^
or at least tildes~
? Or is there any reason why pinning them down, if you rely on yarn anyway.PS: I see that you have travis-ci in place, you could think about adding greenkeeper as well to update dependencies automatically and report breakages with newer versions of this package.
The text was updated successfully, but these errors were encountered: