From 5385230914bb1a56bd3b1c32a9daf147a86ae44d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 15 May 2021 19:56:08 +0000 Subject: [PATCH] Update dependency eslint-plugin-react-hooks to v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54cf968..abed997 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.19.0", - "eslint-plugin-react-hooks": "^2.5.1", + "eslint-plugin-react-hooks": "4.2.0", "husky": "^4.2.3", "jest": "^24.9.0", "lint-staged": "^10.1.1",