Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning about graphql version during installation #37

Open
khitrenovich opened this issue Aug 3, 2021 · 0 comments · May be fixed by #38
Open

Warning about graphql version during installation #37

khitrenovich opened this issue Aug 3, 2021 · 0 comments · May be fixed by #38

Comments

@khitrenovich
Copy link

I get the following warning during yarn install of the monorepo project, where on of the workspaces uses graphql-schema-utilities:

warning "workspace-aggregator-... > ... > [email protected]" has incorrect peer dependency "graphql@^0.13.0 || ^14.0.0".

We use GraphQL v15, which is out for more than a year and is required by most of the modern tooling.

The warning is issued because the package requires GraphQL v13 or v14 in peer dependencies:

  "peerDependencies": {
    "graphql": "^0.13.0 || ^14.0.0"
  }
khitrenovich added a commit to khitrenovich/graphql-schema-utilities that referenced this issue Aug 3, 2021
@khitrenovich khitrenovich linked a pull request Aug 3, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant