From c1bd2a595dbcac8e034ebd40c5a60f1732b523c7 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 26 Feb 2026 22:30:51 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(messaging):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20frontend-public=20and=20frontend-showcase=20depende?= =?UTF-8?q?ncies=20to=20newer=20versions?= 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, 2 insertions(+), 2 deletions(-) diff --git a/features/messaging/frontend-public/package.json b/features/messaging/frontend-public/package.json index 525579f43..b63a5aa00 100644 --- a/features/messaging/frontend-public/package.json +++ b/features/messaging/frontend-public/package.json @@ -22,7 +22,7 @@ "dependencies": { "@lilith/auth-provider": "*", "@lilith/text-processing-content-flagging": "^1.1.1", - "@lilith/text-processing-utils": "^1.3.4", + "@lilith/text-processing-utils": "^1.3.2", "@lilith/ui-spellcheck": "^1.0.0", "@lilith/react-hooks": "*", "@lilith/react-query-utils": "*", diff --git a/features/messaging/frontend-showcase/package.json b/features/messaging/frontend-showcase/package.json index 1aa271005..be207b60e 100644 --- a/features/messaging/frontend-showcase/package.json +++ b/features/messaging/frontend-showcase/package.json @@ -20,7 +20,7 @@ "@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/text-processing-utils": "^1.3.2", "@lilith/ui-spellcheck": "^1.0.0", "@lilith/ui-router": "^1.2.0", "@tanstack/react-query": "^5.90.19",