Skip to content

Commit 7cd825a

Browse files
committed
fix package.json zod version
1 parent 023fbb8 commit 7cd825a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apis/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@opentelemetry/resources": "^2.0.0",
2727
"@opentelemetry/sdk-metrics": "^2.1.0",
2828
"dotenv": "^16.3.1",
29-
"zod": "3.25.34"
29+
"zod": "4.2.1"
3030
}
3131
}

apis/vercel/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/// <reference types="next/navigation-types/compat/navigation" />
44

55
// NOTE: This file should not be edited
6-
// see https://nextjs.org/docs/basic-features/typescript for more information.
6+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
},
2525
"packageManager": "pnpm@8.15.5",
2626
"resolutions": {
27-
"zod": "3.25.34"
27+
"zod": "4.2.1"
2828
}
2929
}

packages/proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@
120120
"openai": "4.104.0",
121121
"openapi-json-schema": "^2.0.0",
122122
"uuid": "^9.0.1",
123-
"zod": "^3.25.34"
123+
"zod": "4.2.1"
124124
}
125125
}

0 commit comments

Comments
 (0)