From c96d854c4126450cb142f74c8bd2189b15e9c566 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:47:30 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react-hooks to v5 (#113) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 32932ed..2354ff0 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-react": "7.37.2", - "eslint-plugin-react-hooks": "4.6.2", + "eslint-plugin-react-hooks": "5.0.0", "globals": "15.13.0", "husky": "9.1.7", "miragejs": "0.1.48", diff --git a/yarn.lock b/yarn.lock index 09046c4..16d3f67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7531,7 +7531,16 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react-hooks@npm:4.6.2, eslint-plugin-react-hooks@npm:^4.3.0": +"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-hooks@npm:^4.3.0": version: 4.6.2 resolution: "eslint-plugin-react-hooks@npm:4.6.2" peerDependencies: @@ -8646,7 +8655,7 @@ __metadata: eslint-plugin-jsx-a11y: "npm:6.10.2" eslint-plugin-prettier: "npm:5.2.1" eslint-plugin-react: "npm:7.37.2" - eslint-plugin-react-hooks: "npm:4.6.2" + eslint-plugin-react-hooks: "npm:5.0.0" globals: "npm:15.13.0" husky: "npm:9.1.7" i18next: "npm:23.16.8"