From fd893fe539426ec185d6da3f095d13005a6cc392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:04:45 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-react from 7.28.0 to 7.35.0 Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.28.0 to 7.35.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.28.0...v7.35.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 58694d4bf2..7740f22f91 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.22.0", - "eslint-plugin-react": "~7.28.0", + "eslint-plugin-react": "~7.35.0", "eslint-plugin-react-hooks": "^4.0.0", "glob": "^8.0.3", "gray-matter": "^4.0.3",