From a963c6755e92792ddb838bcb6b30e13c3d6570fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 19:16:20 +0000 Subject: [PATCH] build(deps): update eslint-plugin-react requirement Updates the requirements on [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) to permit the latest version. - [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.37.2...v7.37.5) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint/package.json b/packages/eslint/package.json index f656b63f..8c816d79 100644 --- a/packages/eslint/package.json +++ b/packages/eslint/package.json @@ -13,7 +13,7 @@ "@next/eslint-plugin-next": "^16.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-only-warn": "^1.1.0", - "eslint-plugin-react": "^7.37.2", + "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.0.0", "globals": "^15.12.0", "typescript-eslint": "^8.15.0"