@samitouri / QOS-React-2 / commits / b303610c33

[eprh] Bump stable version (#32978)

https://www.npmjs.com/package/eslint-plugin-react-hooks/v/6.0.0 was just released, so we can bump this now.

lauren committed Apr 21, 2025 at 14:36 UTC b303610c33ab903f6f0d9d1c6297b704781b3678
1 file changed +1 -1
ReactVersions.js
+1 -1
@@ -33,7 +33,7 @@ const canaryChannelLabel = 'canary';
33 const rcNumber = 0;
34
35 const stablePackages = {
36 - 'eslint-plugin-react-hooks': '6.0.0',
36 + 'eslint-plugin-react-hooks': '6.1.0',
37 'jest-react': '0.17.0',
38 react: ReactVersion,
39 'react-art': ReactVersion,