From 2fcc8af287c5e944e9bf8d56f90fd77748ceca87 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 14:19:32 +0000 Subject: [PATCH] Bump eslint-plugin-react from 7.20.2 to 7.20.3 Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.2 to 7.20.3. - [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.2...v7.20.3) 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 1ab9ee8d..2ab6bea0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8446,9 +8446,9 @@ } }, "eslint-plugin-react": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.20.2.tgz", - "integrity": "sha512-J3BdtsPNbcF/CG9HdyLx7jEtC7tuODODGldkS9P1zU2WMoHPdcsN2enUopgIaec5f9eYhSFI5zQAaWA/dgv2zw==", + "version": "7.20.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.20.3.tgz", + "integrity": "sha512-txbo090buDeyV0ugF3YMWrzLIUqpYTsWSDZV9xLSmExE1P/Kmgg9++PD931r+KEWS66O1c9R4srLVVHmeHpoAg==", "dev": true, "requires": { "array-includes": "^3.1.1", diff --git a/package.json b/package.json index 47e40d5b..90e9d4b2 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,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.2", + "eslint-plugin-react": "7.20.3", "eslint-plugin-react-hooks": "^4.0.5", "file-loader": "6.0.0", "fs-extra": "9.0.1",