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.

Graphql 14 dependency issues

See original GitHub issue

codemirror@0.8.3 specifies

"graphql": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"

However, the dependencies of codemirror@0.8.3 do NOT support graphql 14:

"graphql-language-service-interface": "^1.3.2", "graphql-language-service-parser": "^1.2.2"

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
benjiecommented, Aug 21, 2019

Hi @austinnichols101; since this is now a monorepo (and the packages within it are independently versioned) we can’t have one over-arching version any more.

Please refer to the CHANGELOG instead:

https://github.com/graphql/graphiql/blob/master/CHANGELOG.md

0reactions
austinnichols101commented, Aug 21, 2019
Read more comments on GitHub >

github_iconTop Results From Across the Web

GraphQL ERESOLVE unable to resolve dependency tree ...
In your specific case the problem seems to be with the graphql package. The latest graphql package is v15, which is also a...
Read more >
peer dependency issue when installing #585 - GitHub
When installing the latest version of the package I'm getting a peer dependency issue among other warnings: $ npm install --save ...
Read more >
graphql - npm
A Query Language and Runtime which can target any service.. Latest version: 16.6.0, last published: 4 months ago. Start using graphql in ...
Read more >
GraphQL Code Libraries, Tools and Services
Stars14k. LicenseMIT License. An interactive in-browser GraphQL IDE. ... Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol ...
Read more >
Migrating to Apollo Server 4 - Apollo GraphQL Docs
js 14 supported by our minimum supported version of graphql , as described in the next section.) graphql. Apollo Server has a peer...
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