From da8c0132c553dfab741842a3941ebbfc338ba693 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Fri, 10 Apr 2015 13:45:39 -0600 Subject: [PATCH] Updated eslint-react-plugin dev dependency --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cb06b3334c..88a11cebe4 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "css-loader": "^0.9.1", "es5-shim": "^4.1.0", "eslint": "^0.18.0", - "eslint-plugin-react": "^2.0.2", + "eslint-plugin-react": "^2.1.0", "express": "^4.12.3", "extract-text-webpack-plugin": "^0.3.8", "file-loader": "^0.8.1", @@ -84,4 +84,4 @@ "dependencies": { "classnames": "^1.1.4" } -} \ No newline at end of file +}