From 8301bae1bd8c3b926492a3e13f6f1509d12034b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 01:52:46 +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 696ef462eef..c3b5ce2ec3f 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 999d651f3aa..24f6bd864a4 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",