From b9fd77a4bd2c4a6103003162f5e9002efcbef6b1 Mon Sep 17 00:00:00 2001 From: chico Date: Thu, 5 Nov 2015 05:14:51 +0300 Subject: [PATCH] update eslint and eslint-plugin-react --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4c35d13be1..cb962cffca 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "del": "^1.2.0", "derequire": "^2.0.3", "envify": "^3.0.0", - "eslint": "1.7.3", - "eslint-plugin-react": "3.6.3", + "eslint": "1.8.0", + "eslint-plugin-react": "3.7.0", "eslint-plugin-react-internal": "file:eslint-rules", "fbjs": "^0.4.0", "fbjs-scripts": "^0.3.0",