From 06fced56892b5af78808a517153e003932da1f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:43:30 +0000 Subject: [PATCH] Update eslint-plugin-react requirement in /src-widgets 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.34.3...v7.37.3) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-widgets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-widgets/package.json b/src-widgets/package.json index 2796b27..d0cfcd1 100644 --- a/src-widgets/package.json +++ b/src-widgets/package.json @@ -20,7 +20,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-only-warn": "^1.1.0", - "eslint-plugin-react": "^7.34.3", + "eslint-plugin-react": "^7.37.3", "eslint-plugin-react-hooks": "^4.6.2", "prop-types": "^15.8.1", "react": "^18.3.1",