Skip to content

Commit

Permalink
Bump React Hooks ESLint plugin to 4.0.0 (#8939)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 4, 2020
1 parent 8b0d21f commit fa93437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 || 3.x"
"eslint-plugin-react-hooks": "1.x || 2.x || 3.x || 4.x"
},
"dependencies": {
"confusing-browser-globals": "^1.0.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-react-hooks": "^4.0.0",
"file-loader": "4.3.0",
"fs-extra": "^8.1.0",
"html-webpack-plugin": "4.3.0",
Expand Down

0 comments on commit fa93437

Please sign in to comment.