From ba84a6e21f68947f7b90a330a43525cb28e99bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 11:10:10 +0000 Subject: [PATCH] Update eslint-plugin-react-hooks requirement in /src-admin (#1566) --- src-admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-admin/package.json b/src-admin/package.json index 59f5e492a..81cb2ffca 100644 --- a/src-admin/package.json +++ b/src-admin/package.json @@ -33,7 +33,7 @@ "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-only-warn": "^1.1.0", "eslint-plugin-react": "^7.34.1", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^4.6.2", "leaflet": "^1.9.4", "prop-types": "^15.8.1", "react": "^18.2.0",