From 9e67fbacb15ea5243be930f193ab18018f40b3ca Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 15 Feb 2026 10:13:02 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(frontend-admin):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20dependencies=20in=20frontend-admin=20to=20?= =?UTF-8?q?latest=20versions,=20including=20potential=20new=20features,=20?= =?UTF-8?q?fixes,=20and=20security=20patches?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/attributes/frontend-admin/package.json | 6 ++++++ features/profile/frontend-showcase/package.json | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/features/attributes/frontend-admin/package.json b/features/attributes/frontend-admin/package.json index 28e459ac0..d6ecbfa94 100644 --- a/features/attributes/frontend-admin/package.json +++ b/features/attributes/frontend-admin/package.json @@ -28,7 +28,13 @@ }, "dependencies": { "@lilith/service-registry": "^1.3.0", + "@lilith/ui-animated": "^1.0.0", + "@lilith/ui-feedback": "^1.1.3", "@lilith/ui-icons": "^1.1.10", + "@lilith/ui-layout": "^1.1.2", + "@lilith/ui-motion": "^2.1.0", + "@lilith/ui-primitives": "^1.2.1", + "@lilith/ui-typography": "^1.1.1", "@tanstack/react-query": "^5.90.19", "@tanstack/react-virtual": "^3.13.18" }, diff --git a/features/profile/frontend-showcase/package.json b/features/profile/frontend-showcase/package.json index 9334ac09a..8128bb7d0 100644 --- a/features/profile/frontend-showcase/package.json +++ b/features/profile/frontend-showcase/package.json @@ -8,11 +8,15 @@ "e2e": "npx playwright test" }, "dependencies": { + "@lilith/ui-animated": "^1.1.7", "@lilith/ui-feedback": "^1.3.13", "@lilith/ui-icons": "^1.1.10", + "@lilith/ui-layout": "^1.2.0", + "@lilith/ui-motion": "^2.1.0", "@lilith/ui-primitives": "^1.2.13", "@lilith/ui-styled-components": "^6.3.8", "@lilith/ui-theme": "^1.3.5", + "@lilith/ui-typography": "^1.1.1", "@tanstack/react-query": "^5.90.19", "react": "^19.1.0", "react-dom": "^19.1.0"