Skip to content

Commit

Permalink
Fix pipeline errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLorantfy committed Feb 7, 2025
1 parent a9fc5b7 commit 37af676
Show file tree
Hide file tree
Showing 3 changed files with 4,436 additions and 5,236 deletions.
14 changes: 7 additions & 7 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^8.0.1",
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/platform-express": "^11.0.0",
"@nestjs/swagger": "^11.0.1",
"@nest-zod/z": "workspace:*",
"nestjs-zod": "workspace:*",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@nestjs/cli": "^11.0.0",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/node": "^22.7.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
},
"dependencies": {
"deepmerge": "^4.3.1",
"@nest-zod/z": "workspace:*"
"@nest-zod/z": "*"
}
}
Loading

0 comments on commit 37af676

Please sign in to comment.