Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

update peer dependencies to support graphql 16 #99

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

villesau
Copy link
Contributor

@villesau villesau commented Apr 22, 2022

Currently updating the stack to graphql16 fails due to graphql-query-complexity-apollo-plugin peer dependencies (causes peer dep mismatch errors). This should enable graphql 16.

this is how apollo-server-core supports multiple peer deps: https://github.com/apollographql/apollo-server/blob/main/packages/apollo-server-core/package.json#L51

@@ -6,6 +6,7 @@
"moduleResolution": "node",
"module": "commonjs",
"noImplicitAny": false,
"esModuleInterop": true,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was required by: apollographql/apollo-server#1189

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant