Skip to content

Commit

Permalink
feat(eslint-plugin-react-hooks): update engines declaration (#32458)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
michaelfaith and poteto authored Feb 28, 2025
1 parent 56c7d10 commit 11ca4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"main": "./index.js",
"types": "./index.d.ts",
"engines": {
"node": ">=10"
"node": ">=18"
},
"homepage": "https://react.dev/",
"peerDependencies": {
Expand Down

0 comments on commit 11ca4f6

Please sign in to comment.