Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLorantfy committed Nov 1, 2024
1 parent a422a7d commit 749dab2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 35 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/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
36 changes: 4 additions & 32 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 749dab2

Please sign in to comment.