chore(core): bump zod to ^3.25.76

为即将引入的 InkosProvider / InkosModel zod schema(Task A2)做准备。
zod 3.25+ 有更好的 readonly/deep-partial 类型推导。
This commit is contained in:
fanghanjun
2026-04-23 06:51:11 -07:00
parent 214f209f25
commit 9533284cef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
"dotenv": "^16.4.0",
"epub-gen-memory": "^1.0.10",
"js-yaml": "^4.1.1",
"zod": "^3.24.0"
"zod": "^3.25.76"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
+1 -1
View File
@@ -85,7 +85,7 @@ importers:
specifier: ^4.1.1
version: 4.1.1
zod:
specifier: ^3.24.0
specifier: ^3.25.76
version: 3.25.76
devDependencies:
'@types/js-yaml':