From 20a3e76f5512471989e5ad864ca4ff22add2ca8e Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 26 Feb 2026 22:23:28 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(messaging):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20dependencies=20in=20frontend-public=20and=20fronten?= =?UTF-8?q?d-showcase=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/messaging/frontend-public/package.json | 2 ++ features/messaging/frontend-showcase/package.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/features/messaging/frontend-public/package.json b/features/messaging/frontend-public/package.json index db36148ba..525579f43 100644 --- a/features/messaging/frontend-public/package.json +++ b/features/messaging/frontend-public/package.json @@ -22,6 +22,8 @@ "dependencies": { "@lilith/auth-provider": "*", "@lilith/text-processing-content-flagging": "^1.1.1", + "@lilith/text-processing-utils": "^1.3.4", + "@lilith/ui-spellcheck": "^1.0.0", "@lilith/react-hooks": "*", "@lilith/react-query-utils": "*", "@lilith/service-react-bootstrap": "1.2.0", diff --git a/features/messaging/frontend-showcase/package.json b/features/messaging/frontend-showcase/package.json index ad4aa4977..1aa271005 100644 --- a/features/messaging/frontend-showcase/package.json +++ b/features/messaging/frontend-showcase/package.json @@ -20,6 +20,8 @@ "@lilith/ui-icons": "^1.1.10", "@lilith/ui-primitives": "^1.2.10", "@lilith/text-processing-content-flagging": "^1.0.1", + "@lilith/text-processing-utils": "^1.3.4", + "@lilith/ui-spellcheck": "^1.0.0", "@lilith/ui-router": "^1.2.0", "@tanstack/react-query": "^5.90.19", "date-fns": "^4.1.0",