mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
fix(eslint-plugin-react-hooks): node engine updated to version 7 because of object.entries (#14951)
This commit is contained in:
committed by
Dan Abramov
parent
1d6b1660a2
commit
412f882968
@@ -25,7 +25,7 @@
|
||||
"url": "https://github.com/facebook/react/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
"node": ">=7"
|
||||
},
|
||||
"homepage": "https://reactjs.org/",
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user