-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update @graphql-typed-document-node/core for graphql@16 support #156
Conversation
This might explains I few of the problems I hit, good spot @SimenB! |
@@ -81,7 +81,7 @@ | |||
"typescript": "^4.4.4" | |||
}, | |||
"dependencies": { | |||
"@graphql-typed-document-node/core": "3.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, ideally it'd just be ^3.1.0
I guess 🙂
@SimenB please run also |
Sorry for accidental close |
Co-authored-by: Oskari Porkka <[email protected]>
👍 |
1 similar comment
👍 |
Thanks! Could you release this as well? 😀 |
@SimenB going out now, thanks for the contribution. |
Awesome, thanks! |
Not sure why the version is locked down, but 3.1.0 does not have
graphql@16
in its peer dependency range