From 1f8b7c5a149716daa6b741b0270eb503cbbc815b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 23:45:00 +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 5.2.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-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..638a1e5 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": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.9", "typescript": "^5.5.4", "vite": "^6.2.2",