From 31be42f29c9ee848ca82a2eb169997bfa47cf9b5 Mon Sep 17 00:00:00 2001 From: Guy Carmeli <> Date: Mon, 18 Mar 2024 18:18:14 +0200 Subject: [PATCH] Fix missing transitive dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6f41bef..0a9ec6ff 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "eslint-plugin-local-rules": "^1.3.2", "eslint-plugin-react": "^7.26.1", "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-unused-imports": "2.x.x", + "eslint-plugin-unused-imports": "3.1.x", "husky": "8.0.1", "jest": "29.5.x", "jest-create-mock-instance": "2.0.0",