question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dependency issue please update dependenices for

See original GitHub issue

@graphql-codegen/typescript”: “^2.4.8”,

@graphql-codegen/typescript > @graphql-codegen/visitor-plugin-common > @graphql-tools/relay-operation-optimizer > relay-compiler@12.0.0” has incorrect peer dependency “graphql@^15.0.0”.

Issue workflow progress

Progress of the issue based on the Contributor Workflow

Make sure to fork this template and run yarn generate in the terminal.

Please make sure the Codegen and plugins version under package.json matches yours.

  • 2. A failing test has been provided
  • 3. A local solution has been provided
  • 4. A pull request is pending review

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. My GraphQL schema:
# Put your schema here
  1. My GraphQL operations:
# Put your operations here
  1. My codegen.yml config file:
# Put your YML here

Expected behavior

Environment:

  • OS:
  • @graphql-codegen/...:
  • NodeJS:

Additional context

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:12
  • Comments:5

github_iconTop GitHub Comments

1reaction
TLaddcommented, Jun 8, 2022

I ran into an issue where I was actually using react-relay and relay-compiler in another package within a monorepo that also makes use of graphql-codegen. Having two versions of the relay-compiler in the repo resulted in some resolution issues. Declaring @graphql-tools/relay-operation-optimizer as an optional peer would be nice.

0reactions
Urigocommented, Jun 26, 2022

closing, please reopen if the latest version doesn’t fix it for you

Read more comments on GitHub >

github_iconTop Results From Across the Web

please-update-dependencies/README.md at master - GitHub
please -update-dependencies is a useful addition to Node.js CLI applications. It checks that currently installed dependencies satisfy the requirements set in ...
Read more >
@devicefarmer/please-update-dependencies - NPM Package ...
@devicefarmer/please-update-dependencies is a useful addition to Node.js CLI applications. It checks that currently installed dependencies ...
Read more >
How to update each dependency in package.json to the latest ...
Simply change every dependency's version to * , then run npm update --save . (Note: broken in recent (3.11) versions of npm). Before:...
Read more >
Updating Dependencies in `package.json` - Sentry
The Problem How can you update each dependency in a package.json file? You can manually update each dependency's version number in package.json file....
Read more >
npm-check-updates
npm-check-updates upgrades your package.json dependencies to the latest versions, ignoring specified versions.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found