Skip to content

Commit

Permalink
fix: update field decorators when upgrade nestjs swagger deps (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamngockhuong authored Oct 29, 2024
1 parent d8d7ff2 commit 962c91f
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 125 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/platform-express": "^10.4.6",
"@nestjs/swagger": "^7.4.2",
"@nestjs/swagger": "^8.0.1",
"@nestjs/terminus": "^10.2.3",
"@nestjs/typeorm": "^10.0.2",
"argon2": "^0.41.1",
Expand Down Expand Up @@ -78,11 +78,11 @@
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.6",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.26",
"@swc/core": "^1.7.40",
"@types/compression": "^1.7.5",
"@types/eslint__js": "^8.42.3",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/ms": "^0.7.34",
"@types/node": "^22.8.2",
"@types/nodemailer": "^6.4.16",
Expand Down
Loading

0 comments on commit 962c91f

Please sign in to comment.