From a93aee1fac8d11c90c2bec4366d31654461c5b72 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2020 07:10:01 +0000 Subject: [PATCH] Bump eslint-plugin-react from 7.20.6 to 7.21.0 Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.6 to 7.21.0. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.6...v7.21.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index dec267db..a5a5204f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7353,9 +7353,9 @@ } }, "eslint-plugin-react": { - "version": "7.20.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.20.6.tgz", - "integrity": "sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg==", + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.21.0.tgz", + "integrity": "sha512-WaieZZ4cayAfPBmy5KkEqFfLQf/VkzoUsvM5DfD9G1lrz+3LtZ8X6nToEUQiFe1X5ApNIzkMd+7NUy+2OmSTQQ==", "dev": true, "requires": { "array-includes": "^3.1.1", diff --git a/package.json b/package.json index 61f6067c..a1fb3b50 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-flowtype": "4.7.0", "eslint-plugin-import": "2.22.0", "eslint-plugin-jsx-a11y": "6.3.1", - "eslint-plugin-react": "7.20.6", + "eslint-plugin-react": "7.21.0", "eslint-plugin-react-hooks": "^4.1.2", "file-loader": "6.1.0", "fs-extra": "9.0.1",