From dca2d0b826fb802cd3e60481ec07683075c41622 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 22 Jan 2026 12:15:05 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(frontend-public):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20React,=20UI=20libraries,=20and=20related?= =?UTF-8?q?=20dependencies=20in=20status=20dashboard=20frontend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/status-dashboard/frontend-public/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/features/status-dashboard/frontend-public/package.json b/features/status-dashboard/frontend-public/package.json index ce917f830..106e3b756 100755 --- a/features/status-dashboard/frontend-public/package.json +++ b/features/status-dashboard/frontend-public/package.json @@ -26,14 +26,13 @@ "@lilith/ui-error-pages": "^1.1.8", "@lilith/ui-primitives": "^1.2.10", "@lilith/ui-router": "^1.1.0", - "@lilith/ui-styled-components": "1.0.0-dev.1769111751", + "@lilith/ui-styled-components": "^1.0.0", "@lilith/ui-theme": "1.3.3", "react": "^19.2.3", "react-dom": "^19.2.3", "react-router": "^7.12.0", "react-router-dom": "^7.12.0", - "socket.io-client": "^4.8.3", - "styled-components": "^6.3.8" + "socket.io-client": "^4.8.3" }, "devDependencies": { "@lilith/playwright-e2e-docker": "^2.0.2",