diff --git a/features/streaming/backend-api/package.json b/features/streaming/backend-api/package.json index 1c047c767..5ad3a8e32 100644 --- a/features/streaming/backend-api/package.json +++ b/features/streaming/backend-api/package.json @@ -14,16 +14,16 @@ "dev": "nest start --watch", "start:prod": "node dist/main", "lint": "eslint \"src/**/*.ts\"", - "test": "vitest run --passWithNoTests", - "test:watch": "vitest", - "test:cov": "vitest run --coverage", + "test": "lixtest", + "test:watch": "lixtest --watch", + "test:cov": "lixtest --coverage", "typecheck": "tsc --noEmit", "verify": "bun run build && node scripts/verify-circular-deps.mjs" }, "dependencies": { "@lilith/domain-events": "^2.9.1", "@lilith/nestjs-health": "^1.0.33", - "@lilith/nestjs-sso-guard": "^0.1.16", + "@lilith/nestjs-sso-guard": "^0.1.15", "@lilith/service-nestjs-bootstrap": "^2.2.6", "@lilith/service-registry": "^1.4.0", "@lilith/websocket-server": "^1.0.0", @@ -51,7 +51,7 @@ }, "devDependencies": { "@lilith/configs": "^2.2.0", - "@lilith/test-utils": "^1.0.0", + "@lilith/test-utils": "workspace:*", "@nestjs/cli": "^11.0.16", "@nestjs/schematics": "^11.0.9", "@nestjs/testing": "^11.1.12", diff --git a/features/streaming/frontend-dashboard/package.json b/features/streaming/frontend-dashboard/package.json index 9b26bb013..7098a52b5 100644 --- a/features/streaming/frontend-dashboard/package.json +++ b/features/streaming/frontend-dashboard/package.json @@ -18,18 +18,19 @@ "build": "lixbuild", "dev": "vite", "typecheck": "tsc --noEmit", - "test": "vitest run --passWithNoTests", - "test:watch": "vitest", + "test": "lixtest", + "test:watch": "lixtest --watch", "lint": "eslint \"src/**/*.{ts,tsx}\"" }, "dependencies": { - "@lilith/service-react-bootstrap": "^1.2.6", - "@lilith/service-registry": "^1.4.0", + "@lilith/service-react-bootstrap": "^1.2.3", + "@lilith/service-registry": "^1.3.5", + "@lilith/ui-theme": "^1.3.6", "@lilith/ui-analytics": "^1.1.9", - "@lilith/ui-charts": "^1.5.1", - "@lilith/ui-data": "^1.2.1", - "@lilith/ui-feedback": "^1.3.18", - "@lilith/ui-forms": "^1.2.0", + "@lilith/ui-charts": "^1.5.1-dev.1772080590", + "@lilith/ui-data": "^1.1.8", + "@lilith/ui-feedback": "^1.3.17-dev.1771665959", + "@lilith/ui-forms": "^1.1.10", "@lilith/ui-layout": "^1.2.0", "@lilith/ui-motion": "^2.2.0", "@lilith/ui-primitives": "^1.2.16", @@ -43,10 +44,11 @@ "react-dom": "^19.1.0" }, "devDependencies": { - "@lilith/configs": "^2.2.0", - "@lilith/lix-configs": "^1.0.1", + "@lilith/configs": "^2.3.0", + "@lilith/lix-configs": "^1.0.3", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", + "styled-components": "6.3.8", "tsup": "^8.5.1", "typescript": "^5.9.3", "vite": "^6.3.5",