Skip to content

Commit 488aaf3

Browse files
committed
fix(): Make zod a peer dep.
1 parent b28e4e6 commit 488aaf3

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package-lock.json

+7-6
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,8 +129,7 @@
129129
"react-resizable-panels": "^1.0.5",
130130
"sonner": "^1.3.1",
131131
"tailwind-merge": "^2.1.0",
132-
"vaul": "^0.8.0",
133-
"zod": "^3.23.8"
132+
"vaul": "^0.8.0"
134133
},
135134
"peerDependencies": {
136135
"@hookform/resolvers": "^3.9.0",
@@ -140,6 +139,7 @@
140139
"react-dom": "^18.2.0",
141140
"react-hook-form": "^7.50.1",
142141
"tailwindcss": "^3.4.15",
143-
"tailwindcss-animate": "^1.0.7"
142+
"tailwindcss-animate": "^1.0.7",
143+
"zod": "^3.22.4"
144144
}
145145
}

0 commit comments

Comments
 (0)