From dd0a9d033c9a77f51ce660834c878fe15dfba584 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Wed, 5 Jul 2023 10:21:19 -0700 Subject: [PATCH] Revert "Update eslint-plugin-react-hooks to 5.0.0-canary-7118f5dd7-20230705" (#52272) Reverts vercel/next.js#52268 x-ref: [slack thread](https://vercel.slack.com/archives/C04DUD7EB1B/p1688573457803739) --- packages/eslint-config-next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-next/package.json b/packages/eslint-config-next/package.json index 5d54226b9841c..03c08f414bb18 100644 --- a/packages/eslint-config-next/package.json +++ b/packages/eslint-config-next/package.json @@ -18,7 +18,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.31.7", - "eslint-plugin-react-hooks": "5.0.0-canary-7118f5dd7-20230705" + "eslint-plugin-react-hooks": "^4.5.0" }, "peerDependencies": { "eslint": "^7.23.0 || ^8.0.0",