-
Notifications
You must be signed in to change notification settings - Fork 31
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
React v0.14.0-rc1 peerDependencie #10
Comments
That sounds interesting. Can you suggest a better pattern? Is there any we can get alpha/beta/rc included? I tried against the online semver checker without any luck. It would suck having to add each alpha/beta/rc separately. I would rather have a range there. |
@LukevdPalen I had interesting conversation about the topic. I don't think there's a neat way to solve this through a range. We could add As far as I can see the simplest solution would be for you to fork the library, tweak/eliminate the range and do |
No the most beautiful solution but There is a threat going on at [https://github.com/facebook/react/issues/4542] |
|
Thx! 👍 |
Could you add react 0.14.0-rc1 to the peerDependencies? Unfortunately
react@>=0.11.0 <1.0.0
doesn't cover it.The text was updated successfully, but these errors were encountered: