deps-upgrade(frontend-public): ⬆️ Update npm packages in status dashboard frontend to latest stable versions

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-26 15:53:37 -08:00
parent 7d7bfa7211
commit 024c36898b

View file

@ -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",