From eab0d7f8162cfb56f38fc72e7bf10f90f0fabf89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 08:21:18 +0000 Subject: [PATCH] npm: bump eslint-plugin-react from 7.21.5 to 7.33.1 Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.21.5 to 7.33.1. - [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.1) --- 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..3c8c227 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.1", "eslint-plugin-react-hooks": "4.2.0", "eslint-plugin-unicorn": "23.0.0", "generate-changelog": "1.8.0",