From 65cffe0588a6710c30f2e069cb6178746f75b8df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Aug 2020 08:06:42 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react to v7.20.5 --- packages/react/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/react/package.json b/packages/react/package.json index 8252974..89628ad 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -47,7 +47,7 @@ "eslint": "7.4.0", "eslint-plugin-import": "2.22.0", "eslint-plugin-prettier": "3.1.4", - "eslint-plugin-react": "7.20.3", + "eslint-plugin-react": "7.20.5", "eslint-plugin-react-hooks": "4.0.8", "fibers": "5.0.0", "fork-ts-checker-notifier-webpack-plugin": "3.0.0", diff --git a/yarn.lock b/yarn.lock index d62c189..81bc63b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5709,10 +5709,10 @@ eslint-plugin-react-hooks@4.0.8: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.8.tgz#a9b1e3d57475ccd18276882eff3d6cba00da7a56" integrity sha512-6SSb5AiMCPd8FDJrzah+Z4F44P2CdOaK026cXFV+o/xSRzfOiV1FNFeLl2z6xm3yqWOQEZ5OfVgiec90qV2xrQ== -eslint-plugin-react@7.20.3: - version "7.20.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.3.tgz#0590525e7eb83890ce71f73c2cf836284ad8c2f1" - integrity sha512-txbo090buDeyV0ugF3YMWrzLIUqpYTsWSDZV9xLSmExE1P/Kmgg9++PD931r+KEWS66O1c9R4srLVVHmeHpoAg== +eslint-plugin-react@7.20.5: + version "7.20.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.5.tgz#29480f3071f64a04b2c3d99d9b460ce0f76fb857" + integrity sha512-ajbJfHuFnpVNJjhyrfq+pH1C0gLc2y94OiCbAXT5O0J0YCKaFEHDV8+3+mDOr+w8WguRX+vSs1bM2BDG0VLvCw== dependencies: array-includes "^3.1.1" array.prototype.flatmap "^1.2.3"