add zod dep in tanstack start

This commit is contained in:
Aman Varshney
2025-04-20 20:37:25 +05:30
parent b4997a9df4
commit 579d12597c
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
add zod dep in tanstack start

View File

@@ -31,7 +31,8 @@
"tailwind-merge": "^2.6.0",
"tw-animate-css": "^1.2.5",
"vinxi": "^0.5.3",
"vite-tsconfig-paths": "^5.1.4"
"vite-tsconfig-paths": "^5.1.4",
"zod": "^3.24.2"
},
"devDependencies": {
"@tanstack/react-router-devtools": "^1.114.3",