Skip to content

Commit 855a984

Browse files
authored
Widen eslint-config-react-app peer dependency versions (#8892)
See #7790 for a previous similar PR.
1 parent e89f153 commit 855a984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/eslint-config-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-import": "2.x",
2424
"eslint-plugin-jsx-a11y": "6.x",
2525
"eslint-plugin-react": "7.x",
26-
"eslint-plugin-react-hooks": "1.x || 2.x"
26+
"eslint-plugin-react-hooks": "1.x || 2.x || 3.x"
2727
},
2828
"dependencies": {
2929
"confusing-browser-globals": "^1.0.9"

0 commit comments

Comments
 (0)