From c2f230456ca72cc849dd0aec7a7f478a3fd63f47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:55:16 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-unused-imports from 3.1.0 to 3.2.0 Bumps [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) from 3.1.0 to 3.2.0. - [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/commits) --- updated-dependencies: - dependency-name: eslint-plugin-unused-imports dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c919715..1c95f37 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,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": "3.2.0", "husky": "9.0.11", "jsdom": "24.1.0", "lint-staged": "15.2.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f61b0d8..045d9ed 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -131,8 +131,8 @@ devDependencies: specifier: 3.2.0 version: 3.2.0(@typescript-eslint/parser@7.11.0)(eslint@8.57.0)(typescript@5.4.5) eslint-plugin-unused-imports: - specifier: 3.1.0 - version: 3.1.0(@typescript-eslint/eslint-plugin@7.11.0)(eslint@8.57.0) + specifier: 3.2.0 + version: 3.2.0(@typescript-eslint/eslint-plugin@7.11.0)(eslint@8.57.0) husky: specifier: 9.0.11 version: 9.0.11 @@ -6932,8 +6932,8 @@ packages: - supports-color dev: true - /eslint-plugin-unused-imports@3.1.0(@typescript-eslint/eslint-plugin@7.11.0)(eslint@8.57.0): - resolution: {integrity: sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw==} + /eslint-plugin-unused-imports@3.2.0(@typescript-eslint/eslint-plugin@7.11.0)(eslint@8.57.0): + resolution: {integrity: sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': 6 - 7