From 3f57903f6b3bb6deafc6cfa165b69120506d25ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:17:25 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-react to v7.34.3 --- configs/eslint-config-custom/package.json | 4 ++-- pnpm-lock.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/eslint-config-custom/package.json b/configs/eslint-config-custom/package.json index 88c8f048..498dbaa9 100644 --- a/configs/eslint-config-custom/package.json +++ b/configs/eslint-config-custom/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-custom", - "version": "1.5.5", + "version": "1.5.6", "private": true, "license": "MIT", "scripts": { @@ -20,7 +20,7 @@ "eslint-plugin-lit": "1.13.0", "eslint-plugin-lit-a11y": "1.1.0", "eslint-plugin-mdx": "3.1.5", - "eslint-plugin-react": "7.34.2", + "eslint-plugin-react": "7.34.3", "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-refresh": "0.4.7", "eslint-plugin-storybook": "0.8.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bb0963fe..948362b7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -160,8 +160,8 @@ importers: specifier: 3.1.5 version: 3.1.5(eslint@8.57.0) eslint-plugin-react: - specifier: 7.34.2 - version: 7.34.2(eslint@8.57.0) + specifier: 7.34.3 + version: 7.34.3(eslint@8.57.0) eslint-plugin-react-hooks: specifier: 4.6.2 version: 4.6.2(eslint@8.57.0) @@ -11200,8 +11200,8 @@ packages: eslint: 8.57.0 dev: false - /eslint-plugin-react@7.34.2(eslint@8.57.0): - resolution: {integrity: sha512-2HCmrU+/JNigDN6tg55cRDKCQWicYAPB38JGSFDQt95jDm8rrvSUo7YPkOIm5l6ts1j1zCvysNcasvfTMQzUOw==} + /eslint-plugin-react@7.34.3(eslint@8.57.0): + resolution: {integrity: sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8