fix(package.json): 🐛 resolve missing dependency in package.json
This commit is contained in:
parent
1cb6add2c7
commit
bfda4fcbab
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lilith/domain-events": "^2.3.0",
|
||||
"@lilith/email-shared": "workspace:*",
|
||||
"@lilith/service-addresses": "^3.0.0",
|
||||
"@lilith/service-nestjs-bootstrap": "^1.0.0",
|
||||
"@nestjs/bullmq": "^11.0.4",
|
||||
|
|
@ -34,6 +33,7 @@
|
|||
"@nestjs/jwt": "^11.0.2",
|
||||
"@nestjs/passport": "^11.0.5",
|
||||
"@nestjs/platform-express": "^11.1.11",
|
||||
"@nestjs/schedule": "^5.0.1",
|
||||
"@nestjs/throttler": "^6.5.0",
|
||||
"axios": "^1.6.2",
|
||||
"bcrypt": "^5.1.1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue