Skip to content

Commit 1eadb93

Browse files
macoljharb
authored andcommitted
[eslint config] [fix] bump eslint-plugin-react-hooks peer dependency version
Fixes airbnb#2355
1 parent 0cf78ac commit 1eadb93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/eslint-config-airbnb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"eslint-plugin-import": "^2.22.1",
6969
"eslint-plugin-jsx-a11y": "^6.4.1",
7070
"eslint-plugin-react": "^7.23.1",
71-
"eslint-plugin-react-hooks": "^4 || ^3 || ^2.3.0 || ^1.7.0",
71+
"eslint-plugin-react-hooks": "^4.0.1 || ^3 || ^2.3.0 || ^1.7.0",
7272
"in-publish": "^2.0.1",
7373
"react": ">= 0.13.0",
7474
"safe-publish-latest": "^1.1.4",
@@ -79,7 +79,7 @@
7979
"eslint-plugin-import": "^2.22.1",
8080
"eslint-plugin-jsx-a11y": "^6.4.1",
8181
"eslint-plugin-react": "^7.23.1",
82-
"eslint-plugin-react-hooks": "^4 || ^3 || ^2.3.0 || ^1.7.0"
82+
"eslint-plugin-react-hooks": "^4.0.1 || ^3 || ^2.3.0 || ^1.7.0"
8383
},
8484
"engines": {
8585
"node": ">= 6"

0 commit comments

Comments
 (0)