fix(@queue): 🐛 resolve typos and update dependencies in package.json diff files
This commit is contained in:
parent
f9498bc76c
commit
8242f73dce
2 changed files with 19 additions and 19 deletions
|
|
@ -15,13 +15,13 @@
|
|||
"prepublishOnly": "pnpm build"
|
||||
},
|
||||
"dependencies": {
|
||||
"bullmq": "^5.34.0",
|
||||
"ioredis": "^5.4.0",
|
||||
"commander": "^12.0.0"
|
||||
"bullmq": "^5.66.4",
|
||||
"commander": "^12.1.0",
|
||||
"ioredis": "^5.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.0.0",
|
||||
"typescript": "^5.7.0"
|
||||
"@types/node": "^22.19.5",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
|
||||
|
|
|
|||
28
package.json
28
package.json
|
|
@ -129,11 +129,11 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tanstack/react-query": "^5.59.0",
|
||||
"bullmq": "^5.0.0",
|
||||
"@tanstack/react-query": "^5.90.16",
|
||||
"bullmq": "^5.66.4",
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.3",
|
||||
"typeorm": "^0.3.0"
|
||||
"typeorm": "^0.3.28"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@lilith/ui-data": "workspace:*",
|
||||
|
|
@ -226,21 +226,21 @@
|
|||
"@nestjs/websockets": "^11.1.11",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.1",
|
||||
"@types/node": "^20.0.0",
|
||||
"@types/react": "^18.3.0",
|
||||
"@types/node": "^20.19.28",
|
||||
"@types/react": "^19.2.8",
|
||||
"@vitest/coverage-v8": "^4.0.16",
|
||||
"cron": "^3.0.0",
|
||||
"happy-dom": "^12.0.0",
|
||||
"ioredis": "^5.0.0",
|
||||
"react": "^18.3.0",
|
||||
"cron": "^3.5.0",
|
||||
"happy-dom": "^12.10.3",
|
||||
"ioredis": "^5.9.1",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^7.11.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"reflect-metadata": "^0.1.14",
|
||||
"rxjs": "^7.8.1",
|
||||
"rxjs": "^7.8.2",
|
||||
"socket.io": "^4.8.3",
|
||||
"socket.io-client": "^4.7.0",
|
||||
"styled-components": "^6.1.0",
|
||||
"typescript": "^5.0.0",
|
||||
"socket.io-client": "^4.8.3",
|
||||
"styled-components": "^6.3.5",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^4.0.16"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue