diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-02-04 10:36:09 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-02-04 10:36:09 +0900 |
commit | d166bf07495dd1b617b6c31e61401cd273d93078 (patch) | |
tree | ef6673bfc60df046572682a25a50fddedb1d0754 /package.json | |
parent | 01c58bd337cf330e938c043977c00ed9d51e811c (diff) |
Update eslint
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index ee51d74..2cf4f6c 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "babel-preset-stage-2": "^6.24.1", "chai": "^4.2.0", "css-loader": "^1.0.0", - "eslint": "^5.7.0", - "eslint-plugin-react": "^7.11.1", + "eslint": "^5.13.0", + "eslint-plugin-react": "^7.12.4", "html-webpack-plugin": "^3.2.0", "karma": "^4.0.0", "karma-firefox-launcher": "^1.1.0", |