Skip to content

Commit 507d8b0

Browse files
committed
chore: update dependencies
1 parent f28fae3 commit 507d8b0

File tree

2 files changed

+542
-504
lines changed

2 files changed

+542
-504
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,32 @@
2525
"graphql-compose": "^7.0.4"
2626
},
2727
"devDependencies": {
28-
"@types/express": "^4.17.3",
28+
"@types/express": "4.17.4",
2929
"@types/express-graphql": "^0.9.0",
3030
"@types/graphql": "^14.5.0",
31-
"@types/jest": "^25.1.4",
32-
"@types/node": "^13.9.0",
31+
"@types/jest": "25.2.1",
32+
"@types/node": "13.11.0",
3333
"@types/node-fetch": "^2.5.5",
34-
"@typescript-eslint/eslint-plugin": "^2.23.0",
35-
"@typescript-eslint/parser": "^2.23.0",
34+
"@typescript-eslint/eslint-plugin": "2.26.0",
35+
"@typescript-eslint/parser": "2.26.0",
3636
"cross-env": "7.0.2",
3737
"eslint": "6.8.0",
38-
"eslint-config-airbnb-base": "^14.0.0",
39-
"eslint-config-prettier": "6.10.0",
40-
"eslint-plugin-flowtype": "4.6.0",
41-
"eslint-plugin-import": "2.20.1",
38+
"eslint-config-airbnb-base": "14.1.0",
39+
"eslint-config-prettier": "6.10.1",
40+
"eslint-plugin-flowtype": "4.7.0",
41+
"eslint-plugin-import": "2.20.2",
4242
"eslint-plugin-prettier": "3.1.2",
4343
"express": "^4.17.1",
4444
"express-graphql": "^0.9.0",
45-
"graphql": "14.6.0",
46-
"graphql-compose": "7.14.0",
47-
"jest": "25.1.0",
45+
"graphql": "15.0.0",
46+
"graphql-compose": "7.14.1",
47+
"jest": "25.2.7",
4848
"node-fetch": "^2.6.0",
49-
"prettier": "1.19.1",
49+
"prettier": "2.0.2",
5050
"rimraf": "3.0.2",
5151
"semantic-release": "17.0.4",
52-
"ts-jest": "^25.2.1",
53-
"ts-node": "^8.6.2",
52+
"ts-jest": "25.3.1",
53+
"ts-node": "8.8.2",
5454
"typescript": "^3.8.3"
5555
},
5656
"scripts": {

0 commit comments

Comments
 (0)