Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Aug 17, 2020
1 parent 42cbaa1 commit 0616535
Show file tree
Hide file tree
Showing 3 changed files with 720 additions and 676 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,29 @@
"@types/express": "4.17.4",
"@types/express-graphql": "^0.9.0",
"@types/graphql": "^14.5.0",
"@types/jest": "25.2.2",
"@types/node": "14.0.1",
"@types/jest": "26.0.10",
"@types/node": "14.6.0",
"@types/node-fetch": "2.5.7",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"cross-env": "7.0.2",
"eslint": "7.0.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint": "7.7.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "3.1.4",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "15.0.0",
"graphql-compose": "7.15.0",
"jest": "26.0.1",
"express-graphql": "0.11.0",
"graphql": "15.3.0",
"graphql-compose": "7.19.4",
"jest": "26.4.0",
"node-fetch": "^2.6.0",
"prettier": "2.0.5",
"rimraf": "3.0.2",
"semantic-release": "17.0.7",
"ts-jest": "26.0.0",
"c": "8.10.1",
"typescript": "3.9.2"
"semantic-release": "17.1.1",
"ts-jest": "26.2.0",
"ts-node": "8.10.2",
"typescript": "3.9.7"
},
"scripts": {
"build": "rimraf lib && tsc -p ./tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion src/__fixtures__/app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import express from 'express';
import graphqlHTTP from 'express-graphql';
import { graphqlHTTP } from 'express-graphql';
import schema from './Schema';

const PORT = 4000;
Expand Down
Loading

0 comments on commit 0616535

Please sign in to comment.