Graphql 14 dependency issues
See original GitHub issuecodemirror@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:
- Created 4 years ago
- Reactions:2
- Comments:5 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
@acao FYI https://github.com/graphql/graphiql/releases shows
v0.13.2
as the latest release. NPM disagrees: https://www.npmjs.com/package/graphiql/v/0.14.2