From 896fb209f30de418c7f59352127e8bb81ef3da25 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 19 Feb 2026 12:40:28 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(blog/frontend-admin):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20dependencies=20in=20frontend=20admin=20com?= =?UTF-8?q?ponent=20for=20security=20patches=20and=20bug=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/blog/frontend-admin/package.json | 2 ++ features/profile/client/display/package.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/features/blog/frontend-admin/package.json b/features/blog/frontend-admin/package.json index 6f7a0bba5..ae28a043c 100644 --- a/features/blog/frontend-admin/package.json +++ b/features/blog/frontend-admin/package.json @@ -17,6 +17,8 @@ "@lilith/service-registry": "^1.3.0", "@lilith/ui-router": "^1.2.0", "@lilith/ui-styled-components": "^6.3.8", + "@lilith/ui-theme": "^1.3.6", + "styled-components": "6.3.8", "@lilith/ui-motion": "^2.1.0", "@tanstack/react-query": "^5.90.19", "date-fns": "^4.1.0", diff --git a/features/profile/client/display/package.json b/features/profile/client/display/package.json index 36ea6f3fa..7108d7324 100644 --- a/features/profile/client/display/package.json +++ b/features/profile/client/display/package.json @@ -18,6 +18,8 @@ }, "dependencies": { "@lilith/ui-styled-components": "*", + "@lilith/ui-theme": "^1.3.5", + "styled-components": "6.3.8", "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^8.0.0", "react": "^19.1.0",