diff --git a/package.json b/package.json index ef79294..23f6cf6 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "next": "13.5.6", "react": "^18", "react-dom": "^18", + "react-hook-form": "^7.49.2", "rehype-sanitize": "^6.0.0", "sass": "^1.69.5", "url-join": "^5.0.0" diff --git a/yarn.lock b/yarn.lock index 6f847b5..7706922 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4775,6 +4775,11 @@ react-dom@^18: loose-envify "^1.1.0" scheduler "^0.23.0" +react-hook-form@^7.49.2: + version "7.49.2" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.49.2.tgz#6fb2742e1308020f26cb1915c7012b6c07b11ade" + integrity sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA== + react-is@^16.13.1: version "16.13.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"