From 35b3271183ce206b3834e0235fc07ab70900ce5e Mon Sep 17 00:00:00 2001 From: "squiggler[bot]" <128108030+squiggler[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:17:02 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20react=20compiler=20depend?= =?UTF-8?q?encies=20=F0=9F=A4=96=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- pnpm-lock.yaml | 23 ++++++++++++++++------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index b08e142..d8a0811 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-react": "^7.37.5", - "eslint-plugin-react-hooks": "7.0.0", + "eslint-plugin-react-hooks": "7.0.1", "eslint-plugin-simple-import-sort": "^12.1.1", "http-server": "^14.1.1", "husky": "^8.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d7072dc..b921ccf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -139,8 +139,8 @@ importers: specifier: ^7.37.5 version: 7.37.5(eslint@8.57.1) eslint-plugin-react-hooks: - specifier: 7.0.0 - version: 7.0.0(eslint@8.57.1) + specifier: 7.0.1 + version: 7.0.1(eslint@8.57.1) eslint-plugin-simple-import-sort: specifier: ^12.1.1 version: 12.1.1(eslint@8.57.1) @@ -2313,8 +2313,8 @@ packages: eslint-config-prettier: optional: true - eslint-plugin-react-hooks@7.0.0: - resolution: {integrity: sha512-fNXaOwvKwq2+pXiRpXc825Vd63+KM4DLL40Rtlycb8m7fYpp6efrTp1sa6ZbP/Ap58K2bEKFXRmhURE+CJAQWw==} + eslint-plugin-react-hooks@7.0.1: + resolution: {integrity: sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==} engines: {node: '>=18'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 @@ -4750,6 +4750,9 @@ packages: zod@4.1.12: resolution: {integrity: sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==} + zod@4.1.13: + resolution: {integrity: sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==} + snapshots: '@babel/code-frame@7.27.1': @@ -7100,14 +7103,14 @@ snapshots: optionalDependencies: eslint-config-prettier: 9.1.2(eslint@8.57.1) - eslint-plugin-react-hooks@7.0.0(eslint@8.57.1): + eslint-plugin-react-hooks@7.0.1(eslint@8.57.1): dependencies: '@babel/core': 7.28.5 '@babel/parser': 7.28.5 eslint: 8.57.1 hermes-parser: 0.25.1 - zod: 4.1.12 - zod-validation-error: 4.0.2(zod@4.1.12) + zod: 4.1.13 + zod-validation-error: 4.0.2(zod@4.1.13) transitivePeerDependencies: - supports-color @@ -9778,4 +9781,10 @@ snapshots: dependencies: zod: 4.1.12 + zod-validation-error@4.0.2(zod@4.1.13): + dependencies: + zod: 4.1.13 + zod@4.1.12: {} + + zod@4.1.13: {}