From 810b4be268d87ab2eea80c11c521516bfa8eb719 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Mon, 21 Apr 2025 14:12:05 -0400 Subject: [PATCH] [eprh] Bump stable version https://www.npmjs.com/package/eslint-plugin-react-hooks/v/6.0.0 was just released, so we can bump this now. --- ReactVersions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactVersions.js b/ReactVersions.js index a22eaf973630c..79e23e1d4b109 100644 --- a/ReactVersions.js +++ b/ReactVersions.js @@ -33,7 +33,7 @@ const canaryChannelLabel = 'canary'; const rcNumber = 0; const stablePackages = { - 'eslint-plugin-react-hooks': '6.0.0', + 'eslint-plugin-react-hooks': '6.1.0', 'jest-react': '0.17.0', react: ReactVersion, 'react-art': ReactVersion,