urql-graphql / urql-devtools-exchange

The exchange for usage with Urql Devtools
https://www.npmjs.com/package/@urql/devtools
MIT License
54 stars 6 forks source link

Update `@urql/core` and `graphql` dependencies #123

Closed KoltonG closed 2 years ago

KoltonG commented 2 years ago

Update the @urql/core dependency to ^2.0.0 as any new project using URQL will incur an console error while it's still funcitonal.

Also updated the graphql peerDependency since the devDependency already stated ^15.0.0

KoltonG commented 2 years ago

Unfortunately, the master branch has failing tests with the wonka package and thus I cannot validate that this change does not introduce bugs. Closing until the master branch is stable.