about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2019-01-02 15:28:53 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-01-02 07:28:53 +0100
commitdc84899fffbee254454e88f3d78848eb6c51beeb (patch)
tree1ad9fa93d6de010fe07a4bedb4dafcc1129a78c7 /package.json
parent70be301d6988c229b18e165b6501f988359181ff (diff)
Upgrade ESLint to v5.x (#9694)
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 7e7d097f6..a7f2fd157 100644
--- a/package.json
+++ b/package.json
@@ -139,11 +139,11 @@
     "babel-jest": "^23.6.0",
     "enzyme": "^3.8.0",
     "enzyme-adapter-react-16": "^1.7.1",
-    "eslint": "^4.19.1",
-    "eslint-plugin-import": "~2.8.0",
+    "eslint": "^5.11.1",
+    "eslint-plugin-import": "~2.14.0",
     "eslint-plugin-jsx-a11y": "~6.1.2",
-    "eslint-plugin-promise": "~3.8.0",
-    "eslint-plugin-react": "~7.8.2",
+    "eslint-plugin-promise": "~4.0.1",
+    "eslint-plugin-react": "~7.12.1",
     "jest": "^23.6.0",
     "raf": "^3.4.1",
     "react-intl-translations-manager": "^5.0.3",