From c07a3809078bef370af229bb0a74615292fd173d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 09:23:10 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-unused-imports from 2.0.0 to 3.0.0 Bumps [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) from 2.0.0 to 3.0.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-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d58aaee8..515b88ca 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "cli-table3": "0.6.3", "eslint": "^8.41.0", "eslint-config-prettier": "^8.8.0", - "eslint-plugin-unused-imports": "^2.0.0", + "eslint-plugin-unused-imports": "^3.0.0", "husky": "^8.0.3", "jest": "^29.6.2", "npm-run-all": "^4.1.5",