From 4c52cc338e0bca1d9a80d23a3b409526109206b5 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:35:46 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-react to ^7.35.1 (#1059) Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 14 +++++++------- tooling/eslint/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1ff845ca8..5ad215041 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1463,8 +1463,8 @@ importers: specifier: ^6.9.0 version: 6.9.0(eslint@9.9.1) eslint-plugin-react: - specifier: ^7.35.0 - version: 7.35.0(eslint@9.9.1) + specifier: ^7.35.1 + version: 7.35.1(eslint@9.9.1) eslint-plugin-react-hooks: specifier: ^4.6.2 version: 4.6.2(eslint@9.9.1) @@ -4354,8 +4354,8 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - eslint-plugin-react@7.35.0: - resolution: {integrity: sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==} + eslint-plugin-react@7.35.1: + resolution: {integrity: sha512-B5ok2JgbaaWn/zXbKCGgKDNL2tsID3Pd/c/yvjcpsd9HQDwyYc/TQv3AZMmOvrJgCs3AnYNUHRCQEMMQAYJ7Yg==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 @@ -10732,7 +10732,7 @@ snapshots: dependencies: eslint: 9.9.1 - eslint-plugin-react@7.35.0(eslint@9.9.1): + eslint-plugin-react@7.35.1(eslint@9.9.1): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 @@ -11801,7 +11801,7 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.6.2 + semver: 7.6.3 make-error@1.3.6: {} @@ -12015,7 +12015,7 @@ snapshots: node-abi@3.62.0: dependencies: - semver: 7.6.2 + semver: 7.6.3 node-abort-controller@3.1.1: {} diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index 990b0b32e..00ac37368 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -21,7 +21,7 @@ "eslint-config-turbo": "^2.1.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.9.0", - "eslint-plugin-react": "^7.35.0", + "eslint-plugin-react": "^7.35.1", "eslint-plugin-react-hooks": "^4.6.2", "typescript-eslint": "^8.4.0" },