From c31a209543c07f005a1f0bc09a1902426f34ddfb Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 28 Feb 2026 19:09:14 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(frontend):=20=E2=AC=86=EF=B8=8F=20?= =?UTF-8?q?Update=20frontend=20dependencies=20to=20include=20latest=20stab?= =?UTF-8?q?le=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 | 1 + features/profile/frontend-app/package.json | 1 + features/quality-assurance/frontend-admin/package.json | 1 + features/quality-assurance/frontend-widget/package.json | 3 ++- features/share/frontend-public/package.json | 1 + features/threat-intelligence/frontend-showcase/package.json | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/features/messaging/frontend-public/package.json b/features/messaging/frontend-public/package.json index e20ea7950..477aef175 100644 --- a/features/messaging/frontend-public/package.json +++ b/features/messaging/frontend-public/package.json @@ -21,6 +21,7 @@ }, "dependencies": { "@lilith/auth-provider": "*", + "@lilith/ui-accessibility": "^1.1.4", "@lilith/text-processing-content-flagging": "^1.1.1", "@lilith/text-processing-utils": "1.3.9-dev.1772235970", "@lilith/ui-spellcheck": "^1.0.0", diff --git a/features/profile/frontend-app/package.json b/features/profile/frontend-app/package.json index a6a2874af..c6eafdcb1 100755 --- a/features/profile/frontend-app/package.json +++ b/features/profile/frontend-app/package.json @@ -44,6 +44,7 @@ "@lilith/service-react-bootstrap": "^1.2.0", "@lilith/service-registry": "^1.3.0", "@lilith/types": "*", + "@lilith/ui-accessibility": "^1.1.4", "@lilith/ui-developer-fab": "^1.0.11", "@lilith/ui-primitives": "^1.2.10", "@lilith/ui-router": "^1.2.0", diff --git a/features/quality-assurance/frontend-admin/package.json b/features/quality-assurance/frontend-admin/package.json index e75ef4532..550dfa1cb 100644 --- a/features/quality-assurance/frontend-admin/package.json +++ b/features/quality-assurance/frontend-admin/package.json @@ -17,6 +17,7 @@ }, "dependencies": { "@lilith/qa-shared": "*", + "@lilith/ui-accessibility": "^1.1.4", "@lilith/ui-layout": "^1.1.0", "@lilith/ui-primitives": "^1.2.10", "@lilith/ui-styled-components": "^6.3.8", diff --git a/features/quality-assurance/frontend-widget/package.json b/features/quality-assurance/frontend-widget/package.json index 5738cc7bd..b03a25faa 100644 --- a/features/quality-assurance/frontend-widget/package.json +++ b/features/quality-assurance/frontend-widget/package.json @@ -17,7 +17,8 @@ "test:watch": "vitest" }, "dependencies": { - "@lilith/qa-shared": "*" + "@lilith/qa-shared": "*", + "@lilith/ui-accessibility": "^1.1.4" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/features/share/frontend-public/package.json b/features/share/frontend-public/package.json index 2f658431d..606a2d8eb 100644 --- a/features/share/frontend-public/package.json +++ b/features/share/frontend-public/package.json @@ -11,6 +11,7 @@ "dependencies": { "react": "^19.2.3", "react-dom": "^19.2.3", + "@lilith/ui-accessibility": "^1.1.4", "@lilith/ui-styled-components": "^6.3.8", "@lilith/ui-router": "^1.2.0", "@lilith/ui-theme": "^1.3.6", diff --git a/features/threat-intelligence/frontend-showcase/package.json b/features/threat-intelligence/frontend-showcase/package.json index 8ac9db208..eb945d4f1 100644 --- a/features/threat-intelligence/frontend-showcase/package.json +++ b/features/threat-intelligence/frontend-showcase/package.json @@ -8,6 +8,7 @@ "e2e": "npx playwright test" }, "dependencies": { + "@lilith/ui-accessibility": "^1.1.4", "@lilith/ui-layout": "^1.1.0", "@lilith/ui-primitives": "^1.2.10", "@lilith/ui-styled-components": "^6.3.8",