From 8cec4755ccd36350e4b5ba04968d67387e9edd8f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 06:44:20 +0000 Subject: [PATCH] Bump eslint-plugin-react from 7.21.1 to 7.21.2 Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.1 to 7.21.2. - [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/commits) 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 37427c97..c203993b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7353,9 +7353,9 @@ } }, "eslint-plugin-react": { - "version": "7.21.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.21.1.tgz", - "integrity": "sha512-TGtWzWrFjZtrD1giMz0O6a9ul++YR9vZSzIL/a7qlb5I/ra/O5RkMGMJK+KKYnJrzz884kyAkEyWiU4Hg2HTrg==", + "version": "7.21.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.21.2.tgz", + "integrity": "sha512-j3XKvrK3rpBzveKFbgAeGsWb9uz6iUOrR0jixRfjwdFeGSRsXvVTFtHDQYCjsd1/6Z/xvb8Vy3LiI5Reo7fDrg==", "dev": true, "requires": { "array-includes": "^3.1.1", diff --git a/package.json b/package.json index 3b0a397a..9d17f52b 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.21.1", + "eslint-plugin-react": "7.21.2", "eslint-plugin-react-hooks": "^4.1.2", "file-loader": "6.1.0", "fs-extra": "9.0.1",