Skip to content

Commit c0048ea

Browse files
committed
fix(): Update zod to latest.
1 parent 488aaf3 commit c0048ea

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package-lock.json

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@
129129
"react-resizable-panels": "^1.0.5",
130130
"sonner": "^1.3.1",
131131
"tailwind-merge": "^2.1.0",
132-
"vaul": "^0.8.0"
132+
"vaul": "^0.8.0",
133+
"zod": "^3.24.1"
133134
},
134135
"peerDependencies": {
135136
"@hookform/resolvers": "^3.9.0",
@@ -139,7 +140,6 @@
139140
"react-dom": "^18.2.0",
140141
"react-hook-form": "^7.50.1",
141142
"tailwindcss": "^3.4.15",
142-
"tailwindcss-animate": "^1.0.7",
143-
"zod": "^3.22.4"
143+
"tailwindcss-animate": "^1.0.7"
144144
}
145145
}

0 commit comments

Comments
 (0)