From 3fc26fb0bcaf66161b861493e78bb414e0c6dc37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 04:13:51 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-unused-imports to v3 --- oeq-ts-rest-api/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oeq-ts-rest-api/package.json b/oeq-ts-rest-api/package.json index 7b81afb6f2..e94287a7c4 100644 --- a/oeq-ts-rest-api/package.json +++ b/oeq-ts-rest-api/package.json @@ -50,7 +50,7 @@ "@typescript-eslint/parser": "5.62.0", "core-js": "3.32.1", "eslint": "8.48.0", - "eslint-plugin-unused-imports": "2.0.0", + "eslint-plugin-unused-imports": "3.0.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-jest": "27.2.3", "eslint-plugin-notice": "0.9.10", diff --git a/package.json b/package.json index e895653eaf..fca865dc83 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-unused-imports": "2.0.0", + "eslint-plugin-unused-imports": "3.0.0", "husky": "8.0.3", "licensee": "10.0.0", "lint-staged": "14.0.1",