Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-react-hooks to v5 (#642)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 686fa21 commit 411b989
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-webpack-plugin": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"glob": "^11.0.0",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5310,7 +5310,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react-hooks@npm:4.6.0, eslint-plugin-react-hooks@npm:^4.6.0":
"eslint-plugin-react-hooks@npm:4.6.0":
version: 4.6.0
resolution: "eslint-plugin-react-hooks@npm:4.6.0"
peerDependencies:
Expand All @@ -5319,6 +5319,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: 10c0/bcb74b421f32e4203a7100405b57aab85526be4461e5a1da01bc537969a30012d2ee209a2c2a6cac543833a27188ce1e6ad71e4628d0bb4a2e5365cad86c5002
languageName: node
linkType: hard

"eslint-plugin-react@npm:7.33.2, eslint-plugin-react@npm:^7.31.11":
version: 7.33.2
resolution: "eslint-plugin-react@npm:7.33.2"
Expand Down Expand Up @@ -6142,7 +6151,7 @@ __metadata:
eslint-plugin-deprecation: "npm:^3.0.0"
eslint-plugin-jsdoc: "npm:^50.0.0"
eslint-plugin-react: "npm:^7.31.11"
eslint-plugin-react-hooks: "npm:^4.6.0"
eslint-plugin-react-hooks: "npm:^5.0.0"
eslint-webpack-plugin: "npm:^4.0.1"
fork-ts-checker-webpack-plugin: "npm:^9.0.0"
glob: "npm:^11.0.0"
Expand Down

0 comments on commit 411b989

Please sign in to comment.