Skip to content

Commit 5da872a

Browse files
committed
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
1 parent fcb4e0f commit 5da872a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"main": "./index.js",
3232
"types": "./index.d.ts",
3333
"engines": {
34-
"node": ">=10"
34+
"node": ">=18"
3535
},
3636
"homepage": "https://react.dev/",
3737
"peerDependencies": {

0 commit comments

Comments
 (0)