@orpc/zod 0.0.0-next.db1f26d → 0.0.0-next.e361acd

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/zod",
3
3
  "type": "module",
4
- "version": "0.0.0-next.db1f26d",
4
+ "version": "0.0.0-next.e361acd",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "json-schema-typed": "^8.0.1",
33
33
  "wildcard-match": "^5.1.3",
34
- "zod": "^3.23.8"
34
+ "zod": "^3.24.1"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsup --clean --sourcemap --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'",