teamwalnut / graphql-ppx

GraphQL language primitives for ReScript/ReasonML written in ReasonML
https://graphql-ppx.com
MIT License
257 stars 53 forks source link

Support for Rescript 10 #283

Open nireno opened 1 year ago

nireno commented 1 year ago

Having rescript@10.0.1 means npm install @reasonml-community/graphql-ppx will throw this error:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: rescript-nextjs-template@1.0.0
npm ERR! Found: rescript@10.0.1
npm ERR! node_modules/rescript
npm ERR!   dev rescript@"^10.0.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer rescript@"^9.1.0" from @reasonml-community/graphql-ppx@1.2.3
npm ERR! node_modules/@reasonml-community/graphql-ppx
npm ERR!   @reasonml-community/graphql-ppx@"*" from the root project
renovatorruler commented 1 year ago

Can this error be prioritized?