-
Notifications
You must be signed in to change notification settings - Fork 464
Open
Description
Intended outcome:
No warnings, no wrong deps installation.
Actual outcome:
Warning:
apollo > apollo-language-server > @apollographql/graphql-language-service-interface > @apollographql/graphql-language-service-utils@2.0.2" has incorrect peer dependency "graphql@^0.12.0 || ^0.13.0 || ^14.0.0".
How to reproduce the issue:
apollo install graphql v15 and installs apollo-language-server that includes @apollographql/graphql-language-service-interface but requires:
"peerDependencies": {
"graphql": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
Package.json:
{
"name": "apollo-language-server",
"dependencies": {
"@apollographql/graphql-language-service-interface": "^2.0.2",
"graphql": "14.0.2 - 14.2.0 || ^14.3.1 || ^15.0.0",
Versions
verified with:
apollo v2.32.11 and v2.32.13 (latest)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels