Add react-hook-form pkg

This commit is contained in:
Xevion
2023-02-19 23:28:14 -06:00
parent bf6f942b39
commit 9994f76dd9
2 changed files with 6 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",
"sass": "^1.57.1",
"usehooks-ts": "^2.9.1",
"zod": "^3.20.2"

View File

@@ -2057,6 +2057,11 @@ react-dom@18.2.0:
loose-envify "^1.1.0"
scheduler "^0.23.0"
react-hook-form@^7.42.1:
version "7.42.1"
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.42.1.tgz#c6396ca684716d89abc1c7e64343badfd30c56c6"
integrity sha512-2UIGqwMZksd5HS55crTT1ATLTr0rAI4jS7yVuqTaoRVDhY2Qc4IyjskCmpnmdYqUNOYFy04vW253tb2JRVh+IQ==
react-is@^16.13.1:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"