Skip to content

Commit f46c739

Browse files
committed
update eslint, flow and mocha
1 parent ad533ed commit f46c739

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@typescript-eslint/eslint-plugin": "^1.3.0",
3737
"@typescript-eslint/parser": "^1.3.0",
3838
"babel-eslint": ">=8.2.0",
39-
"eslint-config-prettier": "^5.1.0",
39+
"eslint-config-prettier": "^6.0.0",
4040
"eslint-plugin-eslint-comments": ">=3.0.1",
4141
"eslint-plugin-flowtype": ">=2.49.3",
4242
"eslint-plugin-graphql": ">=3.0.1",
@@ -63,9 +63,9 @@
6363
"prettier.config.js"
6464
],
6565
"devDependencies": {
66-
"eslint": "^5.16.0",
67-
"flow-bin": "^0.74.0",
66+
"eslint": "^6.0.1",
67+
"flow-bin": "^0.102.0",
6868
"graphql": "^14.0.2",
69-
"mocha": "^5.1.0"
69+
"mocha": "^6.1.4"
7070
}
7171
}

0 commit comments

Comments
 (0)