We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad533ed commit f46c739Copy full SHA for f46c739
package.json
@@ -36,7 +36,7 @@
36
"@typescript-eslint/eslint-plugin": "^1.3.0",
37
"@typescript-eslint/parser": "^1.3.0",
38
"babel-eslint": ">=8.2.0",
39
- "eslint-config-prettier": "^5.1.0",
+ "eslint-config-prettier": "^6.0.0",
40
"eslint-plugin-eslint-comments": ">=3.0.1",
41
"eslint-plugin-flowtype": ">=2.49.3",
42
"eslint-plugin-graphql": ">=3.0.1",
@@ -63,9 +63,9 @@
63
"prettier.config.js"
64
],
65
"devDependencies": {
66
- "eslint": "^5.16.0",
67
- "flow-bin": "^0.74.0",
+ "eslint": "^6.0.1",
+ "flow-bin": "^0.102.0",
68
"graphql": "^14.0.2",
69
- "mocha": "^5.1.0"
+ "mocha": "^6.1.4"
70
}
71
0 commit comments