From b762889cfec3f93c860e40c9c3726c8d3b655a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 03:28:32 +0000 Subject: [PATCH] Update eslint-plugin-react requirement from ^7.33.2 to ^7.37.4 in /src 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.33.2...v7.37.4) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index bc5ef6c..7cef44c 100644 --- a/src/package.json +++ b/src/package.json @@ -22,7 +22,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-only-warn": "^1.1.0", - "eslint-plugin-react": "^7.33.2" + "eslint-plugin-react": "^7.37.4" }, "scripts": { "start": "react-scripts start",