diff --git a/ui/package-lock.json b/ui/package-lock.json index f0531d3..9ce65ca 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -28,6 +28,7 @@ "react": "^19.1.0", "react-animate-height": "^3.2.3", "react-dom": "^19.1.0", + "react-hook-form": "^7.62.0", "react-hot-toast": "^2.5.2", "react-icons": "^5.5.0", "react-router-dom": "^6.22.3", @@ -5797,6 +5798,22 @@ "react": "^19.1.0" } }, + "node_modules/react-hook-form": { + "version": "7.62.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.62.0.tgz", + "integrity": "sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA==", + "license": "MIT", + "engines": { + "node": ">=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-hook-form" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17 || ^18 || ^19" + } + }, "node_modules/react-hot-toast": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/react-hot-toast/-/react-hot-toast-2.5.2.tgz", diff --git a/ui/package.json b/ui/package.json index 6b80b9e..48bcb83 100644 --- a/ui/package.json +++ b/ui/package.json @@ -39,6 +39,7 @@ "react": "^19.1.0", "react-animate-height": "^3.2.3", "react-dom": "^19.1.0", + "react-hook-form": "^7.62.0", "react-hot-toast": "^2.5.2", "react-icons": "^5.5.0", "react-router-dom": "^6.22.3",