From e7e89e4c4c48c898d2f83563e7b9bb90b4a27ac2 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Tue, 13 Oct 2020 07:05:52 -0500 Subject: [PATCH] Removed lodash from deps --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 53c5da386..1d6a81c37 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "classnames": "^2.2.6", "cookie": "^0.4.1", "js-cookie": "^2.2.1", - "lodash": "^4.17.20", "lodash.debounce": "^4.0.8", "next": "^9.5.4", "next-themes": "^0.0.4",