fix: add zod to all workspaces as is used individually by each

This commit is contained in:
Danny Avila 2023-09-06 11:23:47 -04:00 committed by Danny Avila
parent 94330446f5
commit c72bb5a6d3
4 changed files with 10 additions and 6 deletions

View file

@ -78,7 +78,8 @@
"tailwind-merge": "^1.9.1",
"tailwindcss-animate": "^1.0.5",
"tailwindcss-radix": "^2.8.0",
"url": "^0.11.0"
"url": "^0.11.0",
"zod": "^3.22.2"
},
"devDependencies": {
"@babel/cli": "^7.20.7",