From 72f10afd17e815fb4d05b52a88e5e770b84856b8 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Sun, 14 Jun 2015 10:50:09 -0600 Subject: [PATCH] Locking eslint-plugin-react to 2.5.0 Due to breaking change in the 2.5.1 release. See: yannickcr/eslint-plugin-react#110 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 91c0e227d2..2cae92b838 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "es5-shim": "^4.1.0", "eslint": "0.22.1", "eslint-plugin-mocha": "^0.2.2", - "eslint-plugin-react": "^2.1.0", + "eslint-plugin-react": "2.5.0", "express": "^4.12.3", "extract-text-webpack-plugin": "^0.8.0", "file-loader": "^0.8.1", @@ -102,4 +102,4 @@ "dependencies": { "classnames": "^2.0.0" } -} \ No newline at end of file +}