Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
build(npm): add npm package @hookform/resolvers
Browse files Browse the repository at this point in the history
  ## what
  - add npm package `@hookform/resolvers`

  ## how

  ## why
  - this will be used to connect npm package `zod` with `react-hook-form`

  ## where
  - ./package-lock.json
  - ./package.json

  ## usage
  • Loading branch information
Clumsy-Coder committed Nov 10, 2023
1 parent aaff3a3 commit 32b0499
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.2",
"@mui/icons-material": "^5.14.16",
"@mui/lab": "^5.0.0-alpha.152",
"@mui/material": "^5.14.17",
Expand Down

0 comments on commit 32b0499

Please sign in to comment.