From 17f724748fcc3b6f832cf699d4ff83041c3cd7c4 Mon Sep 17 00:00:00 2001 From: GyDi Date: Mon, 28 Nov 2022 22:27:23 +0800 Subject: [PATCH] chore: deps --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 7fca9be..54fbe34 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-error-boundary": "^3.1.4", + "react-hook-form": "^7.39.5", "react-i18next": "^12.0.0", "react-router-dom": "^6.4.3", "react-virtuoso": "^3.1.3", diff --git a/yarn.lock b/yarn.lock index f1ff069..18e969d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1983,6 +1983,11 @@ react-error-boundary@^3.1.4: dependencies: "@babel/runtime" "^7.12.5" +react-hook-form@^7.39.5: + version "7.39.5" + resolved "https://registry.npmmirror.com/react-hook-form/-/react-hook-form-7.39.5.tgz#a4272b60288ef5e1bb42bbb6ba3b36d243ab2879" + integrity sha512-OE0HKyz5IPc6svN2wd+e+evidZrw4O4WZWAWYzQVZuHi+hYnHFSLnxOq0ddjbdmaLIsLHut/ab7j72y2QT3+KA== + react-i18next@^12.0.0: version "12.0.0" resolved "https://registry.npmmirror.com/react-i18next/-/react-i18next-12.0.0.tgz#634015a2c035779c5736ae4c2e5c34c1659753b1"