From 7bbdf54486238862e073f1d088615a3bd48a0ff6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 23 Sep 2020 06:06:23 +0000 Subject: [PATCH] Update dependency eslint-plugin-react to ^7.21.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 325d36878ef..cc67c5b035c 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-cypress": "^2.11.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^24.0.2", - "eslint-plugin-react": "^7.20.6", + "eslint-plugin-react": "^7.21.0", "eslint-plugin-react-hooks": "^4.1.2", "falsey": "^1.0.0", "is-ci": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index d9a84d46017..4132b3b2293 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11045,10 +11045,10 @@ eslint-plugin-react-hooks@^4.1.2: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz#2eb53731d11c95826ef7a7272303eabb5c9a271e" integrity sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg== -eslint-plugin-react@^7.20.6: - version "7.20.6" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.6.tgz#4d7845311a93c463493ccfa0a19c9c5d0fd69f60" - integrity sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg== +eslint-plugin-react@^7.21.0: + version "7.21.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.0.tgz#aa0699086f586d54a5005c99a703175bc5d21161" + integrity sha512-WaieZZ4cayAfPBmy5KkEqFfLQf/VkzoUsvM5DfD9G1lrz+3LtZ8X6nToEUQiFe1X5ApNIzkMd+7NUy+2OmSTQQ== dependencies: array-includes "^3.1.1" array.prototype.flatmap "^1.2.3"