Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat(eslint-plugin-react-hooks): update engines declaration
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
  • Loading branch information
michaelfaith committed Feb 22, 2025
commit 2deead2aa018dfa30f484d30fad36571f0791b47
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
Loading