When trying to install graphiql@^0.9 we receive this error:
peer invalid: codemirror@^5.25.2, required by codemirror-graphql@0.6.4
This happens because the latest graphiql version installs codemirror@5.23.0 but the latest (patch-)version of codemirror-graphql wants ^5.25.2
We also cannot upgrade yet to graphiql@0.10 as we do not yet use react@15.5 which is now required.
Can you please release a new 0.9 version that works? thanks.