From 855a98488f189bcfca0c88a043308766d4d51b49 Mon Sep 17 00:00:00 2001 From: Minh Nguyen Date: Mon, 27 Apr 2020 15:10:48 +0100 Subject: [PATCH] Widen eslint-config-react-app peer dependency versions (#8892) See #7790 for a previous similar PR. --- packages/eslint-config-react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-react-app/package.json b/packages/eslint-config-react-app/package.json index 14c11fa0f6f..a0be232231c 100644 --- a/packages/eslint-config-react-app/package.json +++ b/packages/eslint-config-react-app/package.json @@ -23,7 +23,7 @@ "eslint-plugin-import": "2.x", "eslint-plugin-jsx-a11y": "6.x", "eslint-plugin-react": "7.x", - "eslint-plugin-react-hooks": "1.x || 2.x" + "eslint-plugin-react-hooks": "1.x || 2.x || 3.x" }, "dependencies": { "confusing-browser-globals": "^1.0.9"