deps-upgrade(backend-api): ⬆️ Update dependencies in backend API package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
6abc563533
commit
7b08ea9db1
1 changed files with 4 additions and 2 deletions
|
|
@ -17,10 +17,12 @@
|
|||
"@nestjs/common": "^11.1.11",
|
||||
"@nestjs/core": "^11.1.11",
|
||||
"@nestjs/swagger": "^7.4.2",
|
||||
"@nestjs/typeorm": "^11.0.0",
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.1",
|
||||
"redis": "^4.7.0",
|
||||
"redis": "^4.7.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nestjs/typeorm": "^11.0.0",
|
||||
"typeorm": "^0.3.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue