Skip to content

Commit

Permalink
Upgrade @nestjs/swagger peer dependency (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLorantfy authored Nov 1, 2024
1 parent 538e3c0 commit f6911cf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^7.4.2",
"@nestjs/swagger": "^8.0.1",
"@nest-zod/z": "workspace:*",
"nestjs-zod": "workspace:*",
"reflect-metadata": "^0.2.0",
Expand Down
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
4 changes: 2 additions & 2 deletions packages/z/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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
16 changes: 8 additions & 8 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 f6911cf

Please sign in to comment.