From 54f7da9bb92f0c809fb24c7f22d7457acbfe851f Mon Sep 17 00:00:00 2001 From: Lorenzo Palmes <lpalmes@gmail.com> Date: Mon, 23 Oct 2017 17:18:54 -0300 Subject: [PATCH] Update `eslint-plugin-react` (#3146) * update eslint-plugin-react to 7.3.0 * Updated eslint-plugin-react to 7.4.0 --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index f5007fbe6..20f3ff814 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -38,7 +38,7 @@ "eslint-plugin-flowtype": "2.35.0", "eslint-plugin-import": "2.7.0", "eslint-plugin-jsx-a11y": "5.1.1", - "eslint-plugin-react": "7.1.0", + "eslint-plugin-react": "7.4.0", "extract-text-webpack-plugin": "3.0.0", "file-loader": "0.11.2", "fs-extra": "3.0.1", -- GitLab