From 30149c9780b40d4add652319b49be62ee05c86c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 05:29:09 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-react to ^7.36.1 --- pnpm-lock.yaml | 12 ++++++------ tooling/eslint/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 131d40f..4661abd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -549,8 +549,8 @@ importers: specifier: ^6.10.0 version: 6.10.0(eslint@9.9.0(jiti@1.21.6)) eslint-plugin-react: - specifier: ^7.35.0 - version: 7.35.0(eslint@9.9.0(jiti@1.21.6)) + specifier: ^7.36.1 + version: 7.36.1(eslint@9.9.0(jiti@1.21.6)) eslint-plugin-react-hooks: specifier: rc version: 5.1.0-rc-e4953922-20240919(eslint@9.9.0(jiti@1.21.6)) @@ -4431,8 +4431,8 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 - eslint-plugin-react@7.35.0: - resolution: {integrity: sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==} + eslint-plugin-react@7.36.1: + resolution: {integrity: sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 @@ -12570,7 +12570,7 @@ snapshots: dependencies: eslint: 9.9.0(jiti@1.21.6) - eslint-plugin-react@7.35.0(eslint@9.9.0(jiti@1.21.6)): + eslint-plugin-react@7.36.1(eslint@9.9.0(jiti@1.21.6)): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 @@ -15567,7 +15567,7 @@ snapshots: resolve@2.0.0-next.5: dependencies: - is-core-module: 2.15.0 + is-core-module: 2.15.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index 4c4431b..258e282 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -24,7 +24,7 @@ "@next/eslint-plugin-next": "^14.2.13", "eslint-plugin-import": "^2.30.0", "eslint-plugin-jsx-a11y": "^6.10.0", - "eslint-plugin-react": "^7.35.0", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "rc", "eslint-plugin-turbo": "^2.1.2", "typescript-eslint": "^8.3.0"