From b365151b7e1d1911077cba28f7bd59e2b345a452 Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 13 Mar 2026 04:42:39 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(messaging):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20messaging=20frontend=20showcase=20dependencies=20to?= =?UTF-8?q?=20latest=20compatible=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/messaging/frontend-showcase/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/messaging/frontend-showcase/package.json b/features/messaging/frontend-showcase/package.json index d9344e6f3..b3b66d7e6 100644 --- a/features/messaging/frontend-showcase/package.json +++ b/features/messaging/frontend-showcase/package.json @@ -12,7 +12,7 @@ "e2e": "npx playwright test" }, "dependencies": { - "@lilith/content-moderation-inference": "^1.3.1", + "@lilith/content-moderation": "^1.0.0", "@lilith/text-processing-utils": "^1.3.2", "@lilith/ui-feedback": "^1.3.12", "@lilith/ui-forms": "^1.1.6",