Skip to content

Commit

Permalink
Update express-graphql (#143)
Browse files Browse the repository at this point in the history
This fixes a peer dep warning for graphql 15
  • Loading branch information
Whoaa512 authored Apr 7, 2021
1 parent a77d08b commit 6be3b30
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 10 deletions.
40 changes: 32 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"chalk": "4.0.0",
"cors": "2.8.5",
"express": "4.17.1",
"express-graphql": "0.9.0",
"express-graphql": "0.10.2",
"faker": "4.1.0",
"graphql": "14.5.8",
"graphql-voyager": "1.0.0-rc.31",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
import { Source, printSchema } from 'graphql';
import { express as voyagerMiddleware } from 'graphql-voyager/middleware';

Expand Down

0 comments on commit 6be3b30

Please sign in to comment.