Weird peerDependency issue.
JustFly1984 opened this issue ยท 4 comments
JustFly1984 commented
I'm trying to update my app to graphql@14.0.2, but getting this error from npm i
:
npm WARN graphql-relay@0.5.5 requires a peer of graphql@^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 but none is installed. You must install peer dependencies yourself.
I had forked the repo, and I see correct peerDependency statement in package.json,including graphql@^14.0.2 and version of graphql-relay@0.5.5
Could be there an issue with publishing?
sh commented
the latest changes from master have not been published to npm yet.
would love to see a new release that supports graphql@14!
friendly ping @kassens ๐
JustFly1984 commented
Is there any movement about new release?
julienben commented
Ditto... Would love to see an upgrade. It's holding the rest of our dependencies back.