Skip to content

Commit 024e2bc

Browse files
authored
Merge branch 'master' into make-v26
2 parents be60b22 + 7a553e4 commit 024e2bc

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

express-zod-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"express-fileupload": "^1.5.0",
5959
"http-errors": "^2.0.0",
6060
"typescript": "^5.1.3",
61-
"zod": "^4.0.0"
61+
"zod": "catalog:peer"
6262
},
6363
"peerDependenciesMeta": {
6464
"@types/compression": {

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ publicHoistPattern:
4343
catalogs:
4444
prod:
4545
"ramda": "^0.32.0"
46+
peer:
47+
"zod": "^4.0.0"
4648
dev:
4749
"@types/compression": "^1.8.1"
4850
"@types/express": "^5.0.3"

zod-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"ramda": "catalog:prod"
4343
},
4444
"peerDependencies": {
45-
"zod": "^4.0.0"
45+
"zod": "catalog:peer"
4646
},
4747
"devDependencies": {
4848
"@types/ramda": "catalog:dev",

0 commit comments

Comments
 (0)