From 47fcf9d189f43bcc8d16bf8f2b0e21420a240786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2020 09:29:27 -0600 Subject: [PATCH] Bump eslint-plugin-react from 7.21.0 to 7.21.1 (#614) Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.0 to 7.21.1. - [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.21.0...v7.21.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 616705d..7a2d8f2 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-prettier": "^3.1.4", - "eslint-plugin-react": "^7.21.0", + "eslint-plugin-react": "^7.21.1", "flow-bin": "^0.134.0", "lint-staged": "^10.4.0", "prettier": "^2.1.2", diff --git a/yarn.lock b/yarn.lock index 3cb01af..a521e30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4102,10 +4102,10 @@ eslint-plugin-prettier@^3.1.4: dependencies: prettier-linter-helpers "^1.0.0" -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== +eslint-plugin-react@^7.21.1: + version "7.21.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.1.tgz#3d9fe506eab78756f67c671bb2a9aa9c20990a39" + integrity sha512-TGtWzWrFjZtrD1giMz0O6a9ul++YR9vZSzIL/a7qlb5I/ra/O5RkMGMJK+KKYnJrzz884kyAkEyWiU4Hg2HTrg== dependencies: array-includes "^3.1.1" array.prototype.flatmap "^1.2.3"