Skip to content

Commit

Permalink
fix(): Make zod a peer dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Jan 3, 2025
1 parent b28e4e6 commit 488aaf3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@
"react-resizable-panels": "^1.0.5",
"sonner": "^1.3.1",
"tailwind-merge": "^2.1.0",
"vaul": "^0.8.0",
"zod": "^3.23.8"
"vaul": "^0.8.0"
},
"peerDependencies": {
"@hookform/resolvers": "^3.9.0",
Expand All @@ -140,6 +139,7 @@
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
}
}

0 comments on commit 488aaf3

Please sign in to comment.