Skip to content

Commit f3d5426

Browse files
build(deps): bump zod from 3.23.0-canary.20240222T232722 to 4.0.0-beta.1
Bumps [zod](https://github.com/colinhacks/zod) from 3.23.0-canary.20240222T232722 to 4.0.0-beta.1. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/commits) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93b470a commit f3d5426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"yakumo-esbuild": "^1.0.0-beta.5",
5757
"yakumo-mocha": "^1.0.0-beta.2",
5858
"yakumo-tsc": "^1.0.0-beta.3",
59-
"zod": "^3.23.0-canary.20240315T001949",
59+
"zod": "^4.0.0-beta.1",
6060
"zod-to-json-schema": "^3.22.4"
6161
},
6262
"repository": "git@github.com:ChatHubLab/core.git",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"user-agents": "^2.0.0-alpha.143",
108108
"useragent": "^2.3.0",
109109
"ws": "^8.16.0",
110-
"zod": "^3.23.0-canary.20240315T001949",
110+
"zod": "^4.0.0-beta.1",
111111
"zod-to-json-schema": "^3.22.4"
112112
},
113113
"devDependencies": {

0 commit comments

Comments
 (0)