From 7890510bd809bac2a169023d2c8e3aebc3797e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 07:21:17 +0000 Subject: [PATCH] npm: bump eslint-plugin-react from 7.21.5 to 7.33.0 Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.21.5 to 7.33.0. - [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.33.0) --- 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..cc3d87e 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.33.0", "eslint-plugin-react-hooks": "4.2.0", "eslint-plugin-unicorn": "23.0.0", "generate-changelog": "1.8.0",