We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0d21f commit fa93437Copy full SHA for fa93437
packages/eslint-config-react-app/package.json
@@ -23,7 +23,7 @@
23
"eslint-plugin-import": "2.x",
24
"eslint-plugin-jsx-a11y": "6.x",
25
"eslint-plugin-react": "7.x",
26
- "eslint-plugin-react-hooks": "1.x || 2.x || 3.x"
+ "eslint-plugin-react-hooks": "1.x || 2.x || 3.x || 4.x"
27
},
28
"dependencies": {
29
"confusing-browser-globals": "^1.0.9"
packages/react-scripts/package.json
@@ -50,7 +50,7 @@
50
"eslint-plugin-import": "2.20.2",
51
"eslint-plugin-jsx-a11y": "6.2.3",
52
"eslint-plugin-react": "7.19.0",
53
- "eslint-plugin-react-hooks": "^1.6.1",
+ "eslint-plugin-react-hooks": "^4.0.0",
54
"file-loader": "4.3.0",
55
"fs-extra": "^8.1.0",
56
"html-webpack-plugin": "4.3.0",
0 commit comments