deps-upgrade(streaming): ⬆️ Bump minor/patch versions in streaming dependencies

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-27 15:06:52 -08:00
parent 9b1b3ff08f
commit ff489505be
2 changed files with 17 additions and 15 deletions

View file

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

View file

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