From 024c36898b660ccc99f78cbd5831e96ba668e547 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 26 Feb 2026 15:53:37 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(frontend-public):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20npm=20packages=20in=20status=20dashboard?= =?UTF-8?q?=20frontend=20to=20latest=20stable=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/status-dashboard/frontend-public/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/status-dashboard/frontend-public/package.json b/features/status-dashboard/frontend-public/package.json index 7e7ee420a..41327995c 100755 --- a/features/status-dashboard/frontend-public/package.json +++ b/features/status-dashboard/frontend-public/package.json @@ -20,21 +20,21 @@ "dependencies": { "@lilith/auth-provider": "*", "@lilith/nestjs-health": "^0.0.26", - "@lilith/service-react-bootstrap": "^1.2.0", + "@lilith/service-react-bootstrap": "1.2.3", "@lilith/service-registry": "^1.3.0", "@lilith/types": "*", "@lilith/ui-error-pages": "^1.1.8", "@lilith/ui-primitives": "^1.2.10", "@lilith/ui-router": "^1.2.0", "@lilith/ui-styled-components": "^6.3.8", - "styled-components": "6.3.8", "@lilith/ui-theme": "^1.3.0", "@lilith/websocket-client": "^1.0.0", "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" + "socket.io-client": "^4.8.3", + "styled-components": "6.3.8" }, "devDependencies": { "@lilith/build-core": "^1.3.0",