Skip to content

Commit d857cdc

Browse files
authored
update hooks plugin (#4566)
1 parent 59f312a commit d857cdc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"eslint-plugin-import": "^2.18.2",
8989
"eslint-plugin-jsx-a11y": "^6.2.3",
9090
"eslint-plugin-react": "~7.14.3",
91-
"eslint-plugin-react-hooks": "^1.7.0",
91+
"eslint-plugin-react-hooks": "^4.0.8",
9292
"gulp": "^3.9.1",
9393
"husky": "^2.2.0",
9494
"lerna": "^3.16.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11926,10 +11926,10 @@ eslint-plugin-react-hooks@1.6.0:
1192611926
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.6.0.tgz#348efcda8fb426399ac7b8609607c7b4025a6f5f"
1192711927
integrity sha512-lHBVRIaz5ibnIgNG07JNiAuBUeKhEf8l4etNx5vfAEwqQ5tcuK3jV9yjmopPgQDagQb7HwIuQVsE3IVcGrRnag==
1192811928

11929-
eslint-plugin-react-hooks@^1.7.0:
11930-
version "1.7.0"
11931-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.7.0.tgz#6210b6d5a37205f0b92858f895a4e827020a7d04"
11932-
integrity sha512-iXTCFcOmlWvw4+TOE8CLWj6yX1GwzT0Y6cUfHHZqWnSk144VmVIRcVGtUAzrLES7C798lmvnt02C7rxaOX1HNA==
11929+
eslint-plugin-react-hooks@^4.0.8:
11930+
version "4.0.8"
11931+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.8.tgz#a9b1e3d57475ccd18276882eff3d6cba00da7a56"
11932+
integrity sha512-6SSb5AiMCPd8FDJrzah+Z4F44P2CdOaK026cXFV+o/xSRzfOiV1FNFeLl2z6xm3yqWOQEZ5OfVgiec90qV2xrQ==
1193311933

1193411934
eslint-plugin-react@^7.8.2, eslint-plugin-react@~7.14.3:
1193511935
version "7.14.3"

0 commit comments

Comments
 (0)