Skip to content

Commit 7d9e378

Browse files
authored
Update eslint-plugin-react-hooks to version 6.1.1
1 parent 2a5fb73 commit 7d9e378

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint-plugin-jsx-a11y": "6.10.2",
5959
"eslint-plugin-prettier": "5.5.4",
6060
"eslint-plugin-react": "7.37.5",
61-
"eslint-plugin-react-hooks": "4.6.2",
61+
"eslint-plugin-react-hooks": "6.1.1",
6262
"prettier": "3.6.2",
6363
"react": "18.3.1",
6464
"react-dom": "18.3.1",

yarn.lock

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
3838
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
3939

40-
"@babel/core@7.28.4", "@babel/core@^7.7.5":
40+
"@babel/core@7.28.4", "@babel/core@^7.24.4", "@babel/core@^7.7.5":
4141
version "7.28.4"
4242
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
4343
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
@@ -229,7 +229,7 @@
229229
"@babel/template" "^7.27.2"
230230
"@babel/types" "^7.28.4"
231231

232-
"@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4", "@babel/parser@^7.7.0":
232+
"@babel/parser@^7.24.4", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4", "@babel/parser@^7.7.0":
233233
version "7.28.4"
234234
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
235235
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
@@ -2767,10 +2767,15 @@ eslint-plugin-prettier@5.5.4:
27672767
prettier-linter-helpers "^1.0.0"
27682768
synckit "^0.11.7"
27692769

2770-
eslint-plugin-react-hooks@4.6.2:
2771-
version "4.6.2"
2772-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
2773-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
2770+
eslint-plugin-react-hooks@6.1.1:
2771+
version "6.1.1"
2772+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-6.1.1.tgz#c04c051e382444bb62cdca9cf4df68ffe0845b8a"
2773+
integrity sha512-St9EKZzOAQF704nt2oJvAKZHjhrpg25ClQoaAlHmPZuajFldVLqRDW4VBNAS01NzeiQF0m0qhG1ZA807K6aVaQ==
2774+
dependencies:
2775+
"@babel/core" "^7.24.4"
2776+
"@babel/parser" "^7.24.4"
2777+
zod "^3.22.4 || ^4.0.0"
2778+
zod-validation-error "^3.0.3 || ^4.0.0"
27742779

27752780
eslint-plugin-react@7.37.5:
27762781
version "7.37.5"
@@ -6668,6 +6673,16 @@ yocto-queue@^1.0.0:
66686673
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
66696674
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
66706675

6676+
"zod-validation-error@^3.0.3 || ^4.0.0":
6677+
version "4.0.2"
6678+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
6679+
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
6680+
6681+
"zod@^3.22.4 || ^4.0.0":
6682+
version "4.1.11"
6683+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.11.tgz#4aab62f76cfd45e6c6166519ba31b2ea019f75f5"
6684+
integrity sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==
6685+
66716686
zwitch@^1.0.0:
66726687
version "1.0.5"
66736688
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"

0 commit comments

Comments
 (0)