Skip to content

Commit 6902736

Browse files
authored
Unpin eslint-config-react-hooks dependency (#6653)
1 parent b0cbf2c commit 6902736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/eslint-config-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eslint-plugin-import": "2.x",
2020
"eslint-plugin-jsx-a11y": "6.x",
2121
"eslint-plugin-react": "7.x",
22-
"eslint-plugin-react-hooks": "1.5.0"
22+
"eslint-plugin-react-hooks": "1.x"
2323
},
2424
"dependencies": {
2525
"confusing-browser-globals": "^1.0.6"

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-plugin-import": "2.16.0",
4747
"eslint-plugin-jsx-a11y": "6.2.1",
4848
"eslint-plugin-react": "7.12.4",
49-
"eslint-plugin-react-hooks": "1.5.0",
49+
"eslint-plugin-react-hooks": "^1.5.0",
5050
"file-loader": "3.0.1",
5151
"fs-extra": "7.0.1",
5252
"html-webpack-plugin": "4.0.0-beta.5",

0 commit comments

Comments
 (0)