deps-upgrade(deps): ⬆️ Update dependencies to latest stable versions with security patches and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
729dd48a60
commit
9317270caa
1 changed files with 3 additions and 3 deletions
|
|
@ -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:*",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue