mirror of
https://github.com/nestjs/nest.git
synced 2026-02-22 23:41:40 +00:00
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:
committed by
GitHub
parent
94e449a8d6
commit
10a97c25e5
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user