Skip to content

Commit

Permalink
chore: change peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wahyubucil committed Oct 31, 2023
1 parent 50c90cf commit 7360b1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"openapi3-ts": "^4.1.2"
},
"peerDependencies": {
"@nestjs/common": "^10.2.7",
"@nestjs/swagger": "^7.1.14",
"zod": "^3.22.4"
"@nestjs/common": "^10",
"@nestjs/swagger": "^7",
"zod": "^3"
},
"devDependencies": {
"@nestjs/common": "^10.2.7",
Expand Down

0 comments on commit 7360b1b

Please sign in to comment.