Add graphql to peerDependencies#196
Add graphql to peerDependencies#196jaydenseric merged 3 commits intojaydenseric:masterfrom adriencohen:master
Conversation
|
I'm not so sure, What specific problem would this PR alleviate? I'm not familiar what it has to do with Yarn berry. |
|
PnP strict mode (default one) of yarn berry is now following this rule:
This mean that as this package is using Obviously yarn offers a way to fix this locally with packageExtensions but it's better if it's directly in the package.json of the library. I came across this article if you want more informations: https://dev.to/arcanis/implicit-transitive-peer-dependencies-ed0 |
jaydenseric
left a comment
There was a problem hiding this comment.
Thanks for your contribution, and the additional explanation :)
Quick PR to support yarn berry. As apollo-link and apollo-link-http-common have graphql as a peerDependencies this package should also have it