Pinned esint and babel-eslint versions

Summary:Tests seem to be broken on CI due to failing dependency of `babel-eslint` on `eslint` < `2.0.0`.

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

Differential Revision: D3102085

fb-gh-sync-id: a9fe36725aac293fbe60f282342297f776d715b2
fbshipit-source-id: a9fe36725aac293fbe60f282342297f776d715b2
This commit is contained in:
Satyajit Sahoo 2016-03-26 10:59:39 -07:00 committed by Facebook Github Bot 2
parent ce5dce9cd5
commit 230e7c0b31
1 changed files with 2 additions and 2 deletions

View File

@ -179,8 +179,8 @@
"yeoman-generator": "^0.20.3" "yeoman-generator": "^0.20.3"
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "^5.0.0", "babel-eslint": "5.0.0",
"eslint": "~2.2.0", "eslint": "2.2.0",
"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",