Skip to content

Commit

Permalink
feat(eslint-plugin-react-hooks): update engines declaration
Browse files Browse the repository at this point in the history
In preparation for the merging of the compiler plugin into this one (facebook#32416), this change proactively updates the plugin's `engines` declaration to require Node versions greater than or equal to 18

BREAKING CHANGE
  • Loading branch information
michaelfaith committed Feb 22, 2025
1 parent fcb4e0f commit 5da872a
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 5da872a

Please sign in to comment.