From 16390c7a991365324f6185d1b2c6c368dd1ad256 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 14:42:37 +0000 Subject: [PATCH] Update dependency eslint-plugin-react-hooks to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02f57d1..a6ec263 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-jsx-a11y": "6.9.0", "eslint-plugin-react": "7.32.2", - "eslint-plugin-react-hooks": "4.6.2", + "eslint-plugin-react-hooks": "5.0.0", "jest-axe": "9.0.0", "jest-styled-components": "7.2.0", "redux-mock-store": "1.5.4",