From 07b773f362248f9e235cb0f2aff429b52d634ef8 Mon Sep 17 00:00:00 2001 From: Lorenzo Palmes Date: Sun, 17 Sep 2017 23:15:57 -0300 Subject: [PATCH] update eslint-plugin-react to 7.3.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 5e7bb276c0..8931d6172d 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.3.0", "extract-text-webpack-plugin": "3.0.0", "file-loader": "0.11.2", "fs-extra": "3.0.1",