Skip to content

Commit d9bbbd2

Browse files
fix(deps): update dependency zod to ^4.1.12
1 parent 04c48ad commit d9bbbd2

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"react-hook-form": "^7.62.0",
7777
"sonner": "^2.0.7",
7878
"tailwind-merge": "^3.3.1",
79-
"zod": "^4.0.15"
79+
"zod": "^4.1.12"
8080
},
8181
"devDependencies": {
8282
"@line/abc-def-eslint-config": "workspace:^",

pnpm-lock.yaml

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

storybooks/react-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "catalog:react",
1818
"react-dom": "catalog:react",
1919
"react-hook-form": "^7.62.0",
20-
"zod": "^4.0.15"
20+
"zod": "^4.1.12"
2121
},
2222
"devDependencies": {
2323
"@chromatic-com/storybook": "catalog:storybook",

0 commit comments

Comments
 (0)