-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
GraphQL as peerDep #7
Comments
The appropriate thing to do here is to update the dependency. I am not familiar though with what were the breaking changes. |
It should be a peer dep, along with |
I think its safe to assume that people who implement this plugin would install graphql and graphql-tag themselves, just as you'd assume people will install react when you create and publish some react component. Thats why most react components will have react in their peerDependencies. |
@gajus Awesome 🙌 Any chance we could bump the |
No clue. Didn't touch it as part of this change. |
Hey, I'm getting
I suppose its due to the babel-plugin using 0.10.5 while my app uses >1.0.0. Could we get rid of the dependency in the plugin?
The text was updated successfully, but these errors were encountered: