From 06682c0c2aba90d19fe4e2e36666d7b0e666ecd1 Mon Sep 17 00:00:00 2001 From: Jordan Harband 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 08a9923..45ccb9e 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",