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/feedProperties/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/admin/src/feedProperties/index.ts') diff --git a/lib/admin/src/feedProperties/index.ts b/lib/admin/src/feedProperties/index.ts index 733acde..58ee179 100644 --- a/lib/admin/src/feedProperties/index.ts +++ b/lib/admin/src/feedProperties/index.ts @@ -13,7 +13,7 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . -import { cloneDeep, filter, forEach, isEmpty, join, map } from 'lodash'; +import { cloneDeep, filter, forEach, isEmpty, join, map } from 'lodash-es'; import { watch, Ref, ref } from 'vue'; import { FeedProperty, XmlPropertyContainer } from '../types'; -- cgit