Skip to content

Commit 07738a9

Browse files
authored
Merge pull request #220 from KubrickCode/develop/shlee/219
refactor: zod version upgrade
2 parents 5e602a1 + bd467e8 commit 07738a9

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,6 @@
401401
},
402402
"dependencies": {
403403
"es-toolkit": "1.42.0",
404-
"zod": "3.22.4"
404+
"zod": "4.1.12"
405405
}
406406
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"convert-layout": "0.11.1",
1010
"tiny-pinyin": "1.3.2",
1111
"wanakana": "5.3.1",
12-
"zod": "3.22.4",
12+
"zod": "4.1.12",
1313
"zundo": "2.3.0",
1414
"zustand": "5.0.8"
1515
}

src/extension/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)