From f6e622ac7e7a99d4c32ab31980c6625d55c75fe5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Feb 2020 17:24:46 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-react-hooks to ^2.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f3b4b86..07723953 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,6 @@ "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.18.3", - "eslint-plugin-react-hooks": "^2.3.0" + "eslint-plugin-react-hooks": "^2.5.0" } }