From 3fd91c78b2ec7836f5714eafbceacda260620fd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:39:13 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-unused-imports to v4 --- package.json | 2 +- yarn.lock | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 65f688c..48b1f10 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "eslint-plugin-sort-class-members": "^1.20.0", "eslint-plugin-storybook": "0.8.0", "eslint-plugin-typescript-sort-keys": "3.2.0", - "eslint-plugin-unused-imports": "3.1.0", + "eslint-plugin-unused-imports": "4.1.4", "husky": "9.0.11", "jsdom": "^24.0.0", "lint-staged": "15.2.2", diff --git a/yarn.lock b/yarn.lock index fffb609..587426b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6498,17 +6498,10 @@ eslint-plugin-typescript-sort-keys@3.2.0: json-schema "^0.4.0" natural-compare-lite "^1.4.0" -eslint-plugin-unused-imports@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.1.0.tgz#db015b569d3774e17a482388c95c17bd303bc602" - integrity sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw== - dependencies: - eslint-rule-composer "^0.3.0" - -eslint-rule-composer@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9" - integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg== +eslint-plugin-unused-imports@4.1.4: + version "4.1.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.1.4.tgz#62ddc7446ccbf9aa7b6f1f0b00a980423cda2738" + integrity sha512-YptD6IzQjDardkl0POxnnRBhU1OEePMV0nd6siHaRBbd+lyh6NAhFEobiznKU7kTsSsDeSD62Pe7kAM1b7dAZQ== eslint-scope@5.1.1, eslint-scope@^5.1.1: version "5.1.1"