Skip to content

Commit

Permalink
Upgrade @nestjs/swagger peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLorantfy committed Nov 1, 2024
1 parent 538e3c0 commit a422a7d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/nestjs-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@golevelup/ts-jest": "^0.3.3",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/swagger": "^7.4.2",
"@nestjs/swagger": "^8.0.1",
"@types/jest": "^29.5.2",
"@types/merge-deep": "^3.0.0",
"@types/node": "^22.7.5",
Expand All @@ -64,7 +64,7 @@
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/swagger": "^7.4.2",
"@nestjs/swagger": "^7.4.2 || ^8.0.0",
"zod": ">= 3.14.3"
},
"peerDependenciesMeta": {
Expand Down
32 changes: 30 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a422a7d

Please sign in to comment.