From cb9f8b515b6178a228991fad7c0578be6b65bf10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:16:28 +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 ede46dc..96cea97 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "eslint-config-mitodl": "^2.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react": "^7.33.2", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^5.0.0", "typescript": "^5.3.3" } }