Skip to content

Commit

Permalink
fix(deps-eslint): bump eslint-plugin-react-hooks to 4.3.0
Browse files Browse the repository at this point in the history
issue #314
  • Loading branch information
sabertazimi committed Nov 9, 2021
1 parent 96488b4 commit f3a7a23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-bod/package.json
Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-jest": "^25.2.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.0"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -8959,7 +8959,7 @@ __metadata:
eslint-plugin-jest: ^25.2.3
eslint-plugin-jsx-a11y: ^6.4.1
eslint-plugin-react: ^7.26.1
eslint-plugin-react-hooks: ^4.2.0
eslint-plugin-react-hooks: ^4.3.0
eslint-plugin-testing-library: ^5.0.0
peerDependencies:
eslint: ^7.32.0 || ^8.0.0
Expand Down Expand Up @@ -9167,12 +9167,12 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react-hooks@npm:^4.2.0":
version: 4.2.0
resolution: "eslint-plugin-react-hooks@npm:4.2.0"
"eslint-plugin-react-hooks@npm:^4.3.0":
version: 4.3.0
resolution: "eslint-plugin-react-hooks@npm:4.3.0"
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
checksum: ead5c5be3ded82a0cf295b064376adb1998a43e2262b605eecc0efc88283dec4e159ca39307fafb3d8e661dd08e5a4c8cdfed97eea78f923954f72bad6e20397
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
checksum: 0ba1566ba0780bbc75a5921f49188edf232db2085ab32c8d3889592f0db9d6fadc97fcf639775e0101dec6b5409ca3c803ec44213b90c8bacaf0bdf921871c2e
languageName: node
linkType: hard

Expand Down

0 comments on commit f3a7a23

Please sign in to comment.