Skip to content

Commit

Permalink
Refactor: Add @hookform/resolvers and react-hook-form package for imp…
Browse files Browse the repository at this point in the history
…roved form functionality
  • Loading branch information
joywin2003 committed Sep 25, 2024
1 parent 31fe434 commit 3f84fac
Show file tree
Hide file tree
Showing 4 changed files with 395 additions and 125 deletions.
28 changes: 28 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"migrate-latest": "export $(grep -v '^#' .env | xargs) && LATEST_MIGRATION=$(find prisma/migrations/*/ -type d -name '[0-9]*_*' | sort -r | head -n 1) && turso db shell $TURSO_DB_NAME < ${LATEST_MIGRATION}migration.sql"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@libsql/client": "^0.8.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/adapter-libsql": "^5.19.1",
Expand Down Expand Up @@ -47,6 +48,7 @@
"react": "^18.3.1",
"react-dom": "^18",
"react-email": "^3.0.1",
"react-hook-form": "^7.53.0",
"resend": "^4.0.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
Expand Down
Loading

0 comments on commit 3f84fac

Please sign in to comment.