From 5a715038f70806b826876fa4a4d0467757e51262 Mon Sep 17 00:00:00 2001 From: Evgeny Kochetkov Date: Mon, 20 Mar 2017 14:51:09 +0300 Subject: [PATCH] infra(*): use a fixed version of eslint-plugin-react until a bug is fixed see https://github.com/yannickcr/eslint-plugin-react/issues/1118 for details --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f21105c0..3a5ebd104 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-import-resolver-webpack": "^0.6.0", "eslint-plugin-import": "^1.16.0", "eslint-plugin-jsx-a11y": "^2.2.2", - "eslint-plugin-react": "^6.3.0", + "eslint-plugin-react": "6.10.0", "eslint-plugin-xod-fp": "^0.1.1", "exports-loader": "^0.6.3", "file-loader": "^0.9.0",