From 5dd4b69ebf4f407a2ba7ccc53fe43b445ab0684e Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 9 Aug 2023 11:59:15 -0400 Subject: Package updates, lodash-es, release state fixes --- lib/admin/src/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/admin/src/helpers.ts') diff --git a/lib/admin/src/helpers.ts b/lib/admin/src/helpers.ts index 9bb7197..d822200 100644 --- a/lib/admin/src/helpers.ts +++ b/lib/admin/src/helpers.ts @@ -14,7 +14,7 @@ // along with this program. If not, see . import { Ref, WatchSource, ref } from 'vue'; -import { throttle } from 'lodash'; +import { throttle } from 'lodash-es'; import { watchArray } from '@vueuse/core'; -- cgit