Skip to content

Commit 0616535

Browse files
committed
chore: update dependencies
1 parent 42cbaa1 commit 0616535

File tree

3 files changed

+720
-676
lines changed

3 files changed

+720
-676
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,29 @@
2828
"@types/express": "4.17.4",
2929
"@types/express-graphql": "^0.9.0",
3030
"@types/graphql": "^14.5.0",
31-
"@types/jest": "25.2.2",
32-
"@types/node": "14.0.1",
31+
"@types/jest": "26.0.10",
32+
"@types/node": "14.6.0",
3333
"@types/node-fetch": "2.5.7",
34-
"@typescript-eslint/eslint-plugin": "2.34.0",
35-
"@typescript-eslint/parser": "2.34.0",
34+
"@typescript-eslint/eslint-plugin": "3.9.1",
35+
"@typescript-eslint/parser": "3.9.1",
3636
"cross-env": "7.0.2",
37-
"eslint": "7.0.0",
38-
"eslint-config-airbnb-base": "14.1.0",
37+
"eslint": "7.7.0",
38+
"eslint-config-airbnb-base": "14.2.0",
3939
"eslint-config-prettier": "6.11.0",
40-
"eslint-plugin-import": "2.20.2",
41-
"eslint-plugin-prettier": "3.1.3",
40+
"eslint-plugin-import": "2.22.0",
41+
"eslint-plugin-prettier": "3.1.4",
4242
"express": "^4.17.1",
43-
"express-graphql": "^0.9.0",
44-
"graphql": "15.0.0",
45-
"graphql-compose": "7.15.0",
46-
"jest": "26.0.1",
43+
"express-graphql": "0.11.0",
44+
"graphql": "15.3.0",
45+
"graphql-compose": "7.19.4",
46+
"jest": "26.4.0",
4747
"node-fetch": "^2.6.0",
4848
"prettier": "2.0.5",
4949
"rimraf": "3.0.2",
50-
"semantic-release": "17.0.7",
51-
"ts-jest": "26.0.0",
52-
"c": "8.10.1",
53-
"typescript": "3.9.2"
50+
"semantic-release": "17.1.1",
51+
"ts-jest": "26.2.0",
52+
"ts-node": "8.10.2",
53+
"typescript": "3.9.7"
5454
},
5555
"scripts": {
5656
"build": "rimraf lib && tsc -p ./tsconfig.build.json",

src/__fixtures__/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import express from 'express';
2-
import graphqlHTTP from 'express-graphql';
2+
import { graphqlHTTP } from 'express-graphql';
33
import schema from './Schema';
44

55
const PORT = 4000;

0 commit comments

Comments
 (0)