Update eslint and babel-eslint

Summary:cc bestander
Closes https://github.com/facebook/react-native/pull/6705

Reviewed By: mkonicek

Differential Revision: D3114562

Pulled By: bestander

fb-gh-sync-id: ca9b3af99394f3883c9f7cd7c462b699c4d8ca95
fbshipit-source-id: ca9b3af99394f3883c9f7cd7c462b699c4d8ca95
This commit is contained in:
Satyajit Sahoo 2016-03-30 06:46:22 -07:00 committed by Facebook Github Bot 6
parent 039924ec70
commit f2c647fa75
1 changed files with 2 additions and 2 deletions

View File

@ -180,8 +180,8 @@
"yeoman-generator": "^0.20.3" "yeoman-generator": "^0.20.3"
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "5.0.0", "babel-eslint": "^6.0.0",
"eslint": "2.2.0", "eslint": "^2.5.3",
"eslint-plugin-flow-vars": "^0.2.1", "eslint-plugin-flow-vars": "^0.2.1",
"eslint-plugin-react": "^4.2.1", "eslint-plugin-react": "^4.2.1",
"flow-bin": "0.22.0", "flow-bin": "0.22.0",