From d4642314943fb6b231ddd8f4a65fcd2e4722d7a6 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Mon, 6 Nov 2023 20:17:54 +0100 Subject: [PATCH] remove export of groupBy from lodash --- src/Umbraco.Web.UI.Client/src/external/lodash/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/external/lodash/index.ts b/src/Umbraco.Web.UI.Client/src/external/lodash/index.ts index a2c005d324..50d5b88be4 100644 --- a/src/Umbraco.Web.UI.Client/src/external/lodash/index.ts +++ b/src/Umbraco.Web.UI.Client/src/external/lodash/index.ts @@ -1 +1 @@ -export { debounce, clamp, groupBy, camelCase } from 'lodash-es'; +export { debounce, clamp, camelCase } from 'lodash-es';