diff --git a/package.json b/package.json index 8edd609..9840654 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lilith/queue", - "version": "1.3.33", + "version": "1.3.34", "description": "Job queue ecosystem: core types, NestJS integration, ML batching, reporting, and admin dashboard", "type": "module", "exports": { @@ -156,7 +156,7 @@ "cron": "^3.0.0", "ioredis": "^5.0.0", "react": "^18.0.0 || ^19.0.0", - "@lilith/ui-router": "workspace:*", + "@lilith/ui-router": "^1.3.0", "react-router-dom": "^6.0.0 || ^7.0.0", "socket.io": "^4.0.0", "socket.io-client": "^4.7.0", @@ -223,7 +223,7 @@ }, "devDependencies": { "@lilith/ui-data": "workspace:*", - "@lilith/ui-router": "workspace:*", + "@lilith/ui-router": "^1.3.0", "tsup": "^8.5.1", "@lilith/ui-feedback": "workspace:*", "@lilith/ui-layout": "workspace:*",