Fixing Samples - NestJS compatibility with nest/swagger 7.2.0

In this sample next/swagger 7.2.0 is used as a dependency, but its no more compatible with the latest version so bumping to 7.3.0
This commit is contained in:
Shalva Kakauridze
2024-06-02 20:28:02 -07:00
committed by GitHub
parent 94e449a8d6
commit 10a97c25e5

View File

@@ -22,7 +22,7 @@
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
"@nestjs/platform-express": "10.3.8",
"@nestjs/swagger": "7.2.0",
"@nestjs/swagger": "7.3.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"reflect-metadata": "0.2.1",