From d7196a8e890576ebfa67b0532edc64026f8870b9 Mon Sep 17 00:00:00 2001 From: MarcoAntonioAG Date: Mon, 20 Mar 2017 15:59:23 -0700 Subject: [PATCH] [Dev Deps] unpin `eslint-plugin-react` - fixed in https://github.com/yannickcr/eslint-plugin-react/issues/1117#issuecomment-287910318 - #383 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08a9923a..45ccb9ee 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", - "eslint-plugin-react": "6.10.0", + "eslint-plugin-react": "^6.10.3", "git-directory-deploy": "^1.5.1", "imports-loader": "^0.7.1", "in-publish": "^2.0.0",