From 903e6623a827722af316ca1b4821afd4d4475c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 23:12:41 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-react-hooks Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.6.2 to 7.0.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../react-loading-overlay/examples/sample-vite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-loading-overlay/examples/sample-vite/package.json b/packages/react-loading-overlay/examples/sample-vite/package.json index b492fb4..e595d55 100644 --- a/packages/react-loading-overlay/examples/sample-vite/package.json +++ b/packages/react-loading-overlay/examples/sample-vite/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^8.26.1", "@vitejs/plugin-react-swc": "^3.7.0", "eslint": "^8.57.0", - "eslint-plugin-react-hooks": "^5.0.0", + "eslint-plugin-react-hooks": "^7.0.0", "eslint-plugin-react-refresh": "^0.4.9", "typescript": "^5.5.4", "vite": "^6.2.2",