urql-graphql / urql-devtools

A tool for monitoring and debugging urql during development
https://formidable.com/open-source/urql/docs/advanced/debugging/#devtools
MIT License
255 stars 11 forks source link

Update to graphql 16 blocked #388

Closed frederikhors closed 2 years ago

frederikhors commented 2 years ago

About

I'm trying to update graphql to v16 (from v15) but I get this error:

While resolving: @urql/devtools@2.0.3
npm ERR! Found: graphql@16.1.0
npm ERR! node_modules/graphql
npm ERR!   peer graphql@"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" from @graphql-codegen/core@2.3.0

If I remove @urql/devtools from my package.json the update (rm -rf node_modules && npm i) works.

Additional info

os Windows 10 node 16.13.1

"@urql/devtools": "2.0.3", "@urql/exchange-graphcache": "4.3.5", "@urql/exchange-persisted-fetch": "1.3.3", "@urql/exchange-retry": "0.3.1", "@urql/svelte": "1.3.2",

frederikhors commented 2 years ago

I think this is not due to devtools but to @urql/core. Sorry.