graphql / graphql-playground

🎮 GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)
MIT License
8.75k stars 730 forks source link

Upgrade codemirror-graphql & graphiql #1345

Open vardhanapoorv opened 2 years ago

vardhanapoorv commented 2 years ago

This PR is follow up to #1279 to get GraphQL playground ready for a release.

Changes proposed in this pull request:

acao commented 2 years ago

Thanks for this! We plan on cutting another codemirror-graphql release very soon

the build issues are caused by some old dependencies - meros and fsevents, which aren’t compatible with node 14 now

I will circle back in a week or so

vardhanapoorv commented 2 years ago

Awesome thanks! I will hold off the Electron upgrade change as well then till this gets merged.

acao commented 2 years ago

oops! forgot about this one and created another PR with an electron upgrade as well, so it would work on my m1

vardhanapoorv commented 2 years ago

@acao no worries, let me know if I can help in anyway. Feel free to close this PR then, since you already have another PR which is more up-to-date.