OneGraph / graphiql-explorer

Explorer plugin for GraphiQL
MIT License
904 stars 97 forks source link

Add graphql version 14 into peer deps to avoid `has incorrect peer dependency` warning #23

Closed jvega190 closed 5 years ago

jvega190 commented 5 years ago

Hi, I'm using the graphiql-explorer with graphql version 14 and it all works fine, but when building, or installing deps, it shows a warning saying @graphiql-explorer@0.4.3 has incorrect peer dependency.... So if it newer versions are added into peerDependencies then warning will go away. I can also send a PR if needed.

Thanks

alanpoulain commented 5 years ago

The PR already exists: https://github.com/OneGraph/graphiql-explorer/pull/16.

jvega190 commented 5 years ago

That's great, thanks!