Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-react-hooks to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 11, 2024
1 parent af13baf commit 397fa9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-qiwi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-sonarjs": "^2.0.3",
"eslint-plugin-unicorn": "^56.0.0"
},
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4023,7 +4023,7 @@ __metadata:
"@typescript-eslint/parser": "npm:^7.16.0"
eslint: "npm:^8.56.0"
eslint-plugin-react: "npm:^7.37.1"
eslint-plugin-react-hooks: "npm:^4.6.2"
eslint-plugin-react-hooks: "npm:^5.0.0"
eslint-plugin-sonarjs: "npm:^2.0.3"
eslint-plugin-unicorn: "npm:^56.0.0"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -4124,7 +4124,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react-hooks@npm:4.6.2, eslint-plugin-react-hooks@npm:^4.6.2":
"eslint-plugin-react-hooks@npm:4.6.2":
version: 4.6.2
resolution: "eslint-plugin-react-hooks@npm:4.6.2"
peerDependencies:
Expand All @@ -4133,6 +4133,15 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react-hooks@npm:^5.0.0":
version: 5.0.0
resolution: "eslint-plugin-react-hooks@npm:5.0.0"
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
checksum: 10/b762789832806b6981e2d910994e72aa7a85136fe0880572334b26cf1274ba37bd3b1365e77d2c2f92465337c4a65c84ef647bc499d33b86fc1110f2df7ef1bb
languageName: node
linkType: hard

"eslint-plugin-react@npm:^7.36.1, eslint-plugin-react@npm:^7.37.1":
version: 7.37.1
resolution: "eslint-plugin-react@npm:7.37.1"
Expand Down

0 comments on commit 397fa9a

Please sign in to comment.