Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 93f43d9

Browse files
committed
Update deps
1 parent fb6e620 commit 93f43d9

File tree

4 files changed

+491
-407
lines changed

4 files changed

+491
-407
lines changed

.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ rules:
190190
import/dynamic-import-chunkname: off
191191

192192
##############################################################################
193-
# ESLint builtin rules list based on `v7.1.x`
193+
# ESLint builtin rules list based on `v7.2.x`
194194
##############################################################################
195195

196196
# Possible Errors

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
5555
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
5656

5757
[version]
58-
^0.125.0
58+
^0.126.0

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,38 +51,38 @@
5151
"devDependencies": {
5252
"@babel/core": "7.10.2",
5353
"@babel/plugin-transform-flow-strip-types": "7.10.1",
54-
"@babel/preset-env": "^7.10.2",
54+
"@babel/preset-env": "7.10.2",
5555
"@babel/register": "7.10.1",
56-
"@types/node": "14.0.10",
56+
"@types/node": "14.0.11",
5757
"@typescript-eslint/eslint-plugin": "3.1.0",
5858
"@typescript-eslint/parser": "3.1.0",
5959
"babel-eslint": "10.1.0",
6060
"body-parser": "1.19.0",
6161
"chai": "4.2.0",
6262
"connect": "3.7.0",
63-
"coveralls": "3.0.7",
63+
"coveralls": "3.1.0",
6464
"dtslint": "3.6.10",
65-
"eslint": "7.1.0",
65+
"eslint": "7.2.0",
6666
"eslint-plugin-flowtype": "5.1.3",
67-
"eslint-plugin-internal-rules": "file:./resources/eslint-internal-rules",
6867
"eslint-plugin-import": "2.20.2",
68+
"eslint-plugin-internal-rules": "file:./resources/eslint-internal-rules",
6969
"eslint-plugin-istanbul": "0.1.1",
7070
"eslint-plugin-node": "11.1.0",
7171
"express": "4.17.1",
72-
"flow-bin": "0.125.1",
72+
"flow-bin": "0.126.1",
7373
"graphiql": "0.17.5",
74-
"graphql": "15.0.0",
75-
"mocha": "6.2.2",
74+
"graphql": "15.1.0",
75+
"mocha": "7.2.0",
7676
"multer": "1.4.2",
77-
"nyc": "14.1.1",
77+
"nyc": "15.1.0",
7878
"prettier": "2.0.5",
7979
"promise-polyfill": "8.1.3",
8080
"react": "16.13.1",
8181
"react-dom": "16.13.1",
8282
"restify": "4.3.2",
83-
"sinon": "7.5.0",
83+
"sinon": "9.0.2",
8484
"supertest": "4.0.2",
85-
"typescript": "3.9.3",
85+
"typescript": "3.9.5",
8686
"unfetch": "4.1.0"
8787
},
8888
"peerDependencies": {

0 commit comments

Comments
 (0)