Skip to content

Commit

Permalink
chore: add missing libs
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Feb 5, 2024
1 parent 407655c commit f4fda23
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 312 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@types/cli-progress": "^3.11.5",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"cli-progress": "^3.12.0",
"nest-commander": "^3.12.5",
"nest-winston": "^1.9.4",
Expand Down Expand Up @@ -68,7 +70,7 @@
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
"typescript": "^5.3.3"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit f4fda23

Please sign in to comment.