Skip to content

Commit

Permalink
fix(): Update react-hook-form deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Feb 23, 2024
1 parent 00a1a88 commit a4a9d54
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
31 changes: 15 additions & 16 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 @@ -118,12 +118,12 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"@hookform/resolvers": "^3.3.4",
"@tailwindcss/typography": "^0.5.10",
"@hookform/resolvers": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"tailwindcss": "^3.3.6",
"tailwindcss-animate": "^1.0.7",
"react-hook-form": "^7.49.2"
"tailwindcss-animate": "^1.0.7"
}
}

0 comments on commit a4a9d54

Please sign in to comment.