From feced42feae3eab5483d9a6f0999c86aaca88c60 Mon Sep 17 00:00:00 2001 From: Tim Yung Date: Sat, 1 Oct 2016 17:46:03 -0700 Subject: [PATCH] RN: Upgrade ESLint Packages Reviewed By: vjeux Differential Revision: D3946990 fbshipit-source-id: f1be05ee7efed63e54c133d790b193b61e40ea36 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8001bfce6..d68600c14 100644 --- a/package.json +++ b/package.json @@ -205,12 +205,12 @@ "yeoman-generator": "0.21.2" }, "devDependencies": { - "babel-eslint": "^6.0.0", - "eslint": "^2.13.1", - "eslint-plugin-babel": "^3.2.0", - "eslint-plugin-flow-vars": "^0.2.1", - "eslint-plugin-react": "^4.2.1", - "flow-bin": "^0.33.0", + "babel-eslint": "^7.0.0", + "eslint": "^3.7.0", + "eslint-plugin-babel": "^3.3.0", + "eslint-plugin-flowtype": "^2.19.0", + "eslint-plugin-react": "^6.3.0", + "flow-bin": "^0.32.0", "jest": "15.1.0", "jest-repl": "15.1.0", "jest-runtime": "15.1.0",