From 0549f02a5cce85f4b9ca7e9aa54b95205ba9c525 Mon Sep 17 00:00:00 2001 From: Lorenzo Palmes 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5007fbe635..20f3ff814ac 100644 --- a/package.json +++ b/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",