feat(eslint-plugin-react-hooks): update engines declaration (#32458)

In preparation for the merging of the compiler plugin into this one
(#32416), this change proactively updates the plugin's `engines`
declaration to require Node versions greater than or equal to 18

BREAKING CHANGE

Co-authored-by: lauren <poteto@users.noreply.github.com>
This commit is contained in:
michael faith 2025-02-28 10:07:13 -06:00 committed by GitHub
parent 56c7d1070a
commit 11ca4f6b69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@
"main": "./index.js",
"types": "./index.d.ts",
"engines": {
"node": ">=10"
"node": ">=18"
},
"homepage": "https://react.dev/",
"peerDependencies": {