OneGraph / graphiql-explorer

Explorer plugin for GraphiQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jvega190 opened this issue · comments

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

The PR already exists: #16.

That's great, thanks!