From 9d2ebf58f1cc26a2822057751daf3607d31afd6c Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 20 Mar 2017 11:10:30 +0000 Subject: [PATCH] Pin eslint-plugin-react to <6.10.1 (#519) Works around yannickcr/eslint-plugin-react#1117. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f4d5a13d..fc17bb21e 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "enzyme": "^2.5.1", "eslint": "^3.8.1", "eslint-plugin-mocha": "^4.8.0", - "eslint-plugin-react": "^6.4.1", + "eslint-plugin-react": "^6.4.1 <6.10.1", "expect": "^1.20.2", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.9.0",