From a79fcd7a7f060bfeb8b7713f5e83e28642ad43ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Thu, 22 Oct 2015 20:06:02 -0700 Subject: [PATCH] [lint] Lock eslint version The automatic updating really sucks here as bugs are fixed / behavior of rules changes. Local versions are updated, cached versions on Travis aren't. It's messy. Now we must explicitly update for any thing to change. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c9d404bfbc..a8f03c4cd0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.15.0-alpha", "devDependencies": { "babel": "^5.8.3", - "babel-eslint": "^4.1.3", + "babel-eslint": "4.1.3", "benchmark": "^1.0.0", "browserify": "^9.0.3", "bundle-collapser": "^1.1.1", @@ -12,8 +12,8 @@ "del": "^1.2.0", "derequire": "^2.0.0", "envify": "^3.0.0", - "eslint": "^1.5.1", - "eslint-plugin-react": "^3.4.2", + "eslint": "1.7.3", + "eslint-plugin-react": "3.6.3", "eslint-plugin-react-internal": "file:eslint-rules", "fbjs": "^0.4.0", "fbjs-scripts": "^0.2.0",