From f0c09c66e81ff6942fdfa7c7da12def377acd465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 00:15:55 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-react-dom from 2.13.0 to 3.0.0 Bumps [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin-react-dom) from 2.13.0 to 3.0.0. - [Release notes](https://github.com/Rel1cx/eslint-react/releases) - [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/Rel1cx/eslint-react/commits/v3.0.0/packages/plugins/eslint-plugin-react-dom) --- updated-dependencies: - dependency-name: eslint-plugin-react-dom dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f013f641..cfda0cff 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dotenv": "^17.2.3", "eslint": "^10.0.0", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-react-dom": "^2.3.11", + "eslint-plugin-react-dom": "^3.0.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.5.0", "eslint-plugin-react-x": "^2.3.11",