From 330f73a84225ba985a4caf5066d3c7e9ba6a3bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 03:02:39 +0000 Subject: [PATCH] Update eslint-plugin-react requirement from ^7.32.2 to ^7.33.2 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.32.2...v7.33.2) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95533a5..cc716f3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "chai": "^4.3.7", "eslint-plugin-eqeqeq-fix": "^1.0.3", "eslint-plugin-only-warn": "^1.1.0", - "eslint-plugin-react": "^7.32.2", + "eslint-plugin-react": "^7.33.2", "gulp": "^4.0.2", "mocha": "^10.2.0" },