Skip to content
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

Update express-graphql #143

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

Whoaa512
Copy link
Contributor

This fixes a peer dep warning for graphql 15

Here's the changelog for express-graphql

Highlights of the breaking changes in 0.10.0

This fixes a peer dep warning for graphql 15
@Whoaa512 Whoaa512 force-pushed the bump-express-graphql branch from e7feeb2 to 7405358 Compare March 23, 2021 14:46
@@ -8,7 +8,7 @@ import * as chalk from 'chalk';
import * as open from 'open';
import * as cors from 'cors';
import * as bodyParser from 'body-parser';
import * as graphqlHTTP from 'express-graphql';
import { graphqlHTTP } from 'express-graphql';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Required since the typings were updated

@IvanGoncharov IvanGoncharov merged commit 6be3b30 into graphql-kit:master Apr 7, 2021
@IvanGoncharov
Copy link
Member

@Whoaa512 Thanks a lot for minimal PR 👍
Was a pleasure to merge 🙇

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

Successfully merging this pull request may close these issues.

2 participants