Skip to content

Commit 412f882

Browse files
nutboltugaearon
authored andcommitted
fix(eslint-plugin-react-hooks): node engine updated to version 7 because of object.entries (#14951)
1 parent 1d6b166 commit 412f882

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
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/facebook/react/issues"
2626
},
2727
"engines": {
28-
"node": ">=6"
28+
"node": ">=7"
2929
},
3030
"homepage": "https://reactjs.org/",
3131
"peerDependencies": {

0 commit comments

Comments
 (0)