From b543358923b130d9b4dca830f2913a922fb98b49 Mon Sep 17 00:00:00 2001 From: Amit Amrutiya Date: Thu, 3 Oct 2024 17:39:00 +0530 Subject: [PATCH] chore: remove duplicate dependencies Signed-off-by: Amit Amrutiya --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 8d1e1786..5d21feaa 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,6 @@ "rehype-raw": "^6.1.1", "remark-gfm": "^3.0.1", "ts-jest": "^29.1.1", - "@types/lodash": "^4.17.7", "tsup": "^8.2.4", "typescript": "^5.3.3" },