Skip to content

Commit

Permalink
feat(deps): update dependency eslint-plugin-react-hooks to v5.1.0 (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 66ee0e8 commit 3c7f93f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion @pob/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0"
"eslint-plugin-react-hooks": "5.1.0"
},
"devDependencies": {
"@types/react": "19.0.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-unicorn": "56.0.1",
"semver": "7.6.3",

Check warning on line 50 in package.json

View workflow job for this annotation

GitHub Actions / build (22.x)

devDependencies > semver Invalid duplicate dependency: "7.6.3" should satisfies "^6.3.1" from eslint-plugin-import in dependencies

Check warning on line 50 in package.json

View workflow job for this annotation

GitHub Actions / build (22.x)

devDependencies > semver Invalid duplicate dependency: "7.6.3" should satisfies "^6.3.1" from eslint-plugin-react in dependencies
"typescript": "5.7.2"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ __metadata:
eslint-plugin-jsx-a11y: "npm:6.10.2"
eslint-plugin-n: "npm:17.15.0"
eslint-plugin-react: "npm:7.37.2"
eslint-plugin-react-hooks: "npm:5.0.0"
eslint-plugin-react-hooks: "npm:5.1.0"
eslint-plugin-unicorn: "npm:56.0.1"
semver: "npm:7.6.3"
typescript: "npm:5.7.2"
Expand All @@ -646,7 +646,7 @@ __metadata:
eslint-plugin-import: "npm:2.31.0"
eslint-plugin-jsx-a11y: "npm:6.10.2"
eslint-plugin-react: "npm:7.37.2"
eslint-plugin-react-hooks: "npm:5.0.0"
eslint-plugin-react-hooks: "npm:5.1.0"
react: "npm:19.0.0"
typescript: "npm:5.7.2"
peerDependencies:
Expand Down Expand Up @@ -2131,12 +2131,12 @@ __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"
"eslint-plugin-react-hooks@npm:5.1.0":
version: 5.1.0
resolution: "eslint-plugin-react-hooks@npm:5.1.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
checksum: 10c0/37ef76e1d916d46ab8e93a596078efcf2162e2c653614437e0c54e31d02a5dadabec22802fab717effe257aeb4bdc20c2a710666a89ab1cf07e01e614dde75d8
languageName: node
linkType: hard

Expand Down

0 comments on commit 3c7f93f

Please sign in to comment.