From e8de396e99adc0a0a044957acf076d6e63637e6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 07:57:48 +0000 Subject: [PATCH] npm: bump eslint-plugin-react from 7.21.5 to 7.32.2 Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.21.5 to 7.32.2. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.21.5...v7.32.2) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fa0bf8..e9ca034 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "eslint-config-prettier": "7.0.0", "eslint-plugin-jest": "24.1.3", "eslint-plugin-prettier": "3.2.0", - "eslint-plugin-react": "7.21.5", + "eslint-plugin-react": "7.32.2", "eslint-plugin-react-hooks": "4.2.0", "eslint-plugin-unicorn": "23.0.0", "generate-changelog": "1.8.0",