Skip to content

Commit

Permalink
Widen eslint-config-react-app peer dependency versions (#8892)
Browse files Browse the repository at this point in the history
See #7790 for a previous similar PR.
  • Loading branch information
NMinhNguyen committed Apr 27, 2020
1 parent e89f153 commit 855a984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "1.x || 2.x"
"eslint-plugin-react-hooks": "1.x || 2.x || 3.x"
},
"dependencies": {
"confusing-browser-globals": "^1.0.9"
Expand Down

0 comments on commit 855a984

Please sign in to comment.