Skip to content

Commit

Permalink
Expand nestjs peer dependency to include v11 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLorantfy authored Feb 7, 2025
1 parent 2204eef commit 3c5a7ae
Show file tree
Hide file tree
Showing 4 changed files with 760 additions and 540 deletions.
16 changes: 8 additions & 8 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"
"zod": "^3.24.1"
},
"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
16 changes: 8 additions & 8 deletions packages/nestjs-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
},
"devDependencies": {
"@golevelup/ts-jest": "^0.3.3",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/swagger": "^8.0.1",
"@nestjs/common": "^11.0.6",
"@nestjs/core": "^11.0.6",
"@nestjs/swagger": "^11.0.3",
"@types/jest": "^29.5.2",
"@types/merge-deep": "^3.0.0",
"@types/node": "^22.7.5",
Expand All @@ -59,12 +59,12 @@
"rxjs": "^7.8.1",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/swagger": "^7.4.2 || ^8.0.0",
"@nestjs/common": "^10.0.0 || ^11.0.0",
"@nestjs/core": "^10.0.0 || ^11.0.0",
"@nestjs/swagger": "^7.4.2 || ^8.0.0 || ^11.0.0",
"zod": ">= 3.14.3"
},
"peerDependenciesMeta": {
Expand All @@ -85,4 +85,4 @@
"deepmerge": "^4.3.1",
"@nest-zod/z": "*"
}
}
}
16 changes: 8 additions & 8 deletions packages/z/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
},
"devDependencies": {
"@golevelup/ts-jest": "^0.3.3",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/swagger": "^8.0.1",
"@nestjs/common": "^11.0.6",
"@nestjs/core": "^11.0.6",
"@nestjs/swagger": "^11.0.3",
"@types/jest": "^29.5.2",
"@types/merge-deep": "^3.0.0",
"@types/node": "^22.7.5",
Expand All @@ -59,12 +59,12 @@
"rxjs": "^7.8.1",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/swagger": "^7.4.2 || ^8.0.0",
"@nestjs/common": "^10.0.0 || ^11.0.0",
"@nestjs/core": "^10.0.0 || ^11.0.0",
"@nestjs/swagger": "^7.4.2 || ^8.0.0 || ^11.0.0",
"zod": ">= 3.14.3"
},
"peerDependenciesMeta": {
Expand All @@ -81,4 +81,4 @@
"optional": false
}
}
}
}
Loading

0 comments on commit 3c5a7ae

Please sign in to comment.