From d373f8f8a75be0c67314d3631c0861ea67c167ca Mon Sep 17 00:00:00 2001 From: JoGeumJu Date: Wed, 1 Feb 2023 14:14:23 +0900 Subject: [PATCH] =?UTF-8?q?[#1]=20=ED=99=98=EA=B2=BD=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20-=20add=20'react-hook-form'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 22 ++++++++++++++++++++++ package.json | 1 + 2 files changed, 23 insertions(+) diff --git a/package-lock.json b/package-lock.json index f188774..dffd110 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,7 @@ "next": "13.1.1", "react": "18.2.0", "react-dom": "18.2.0", + "react-hook-form": "^7.43.0", "react-icons": "^4.7.1", "styled-components": "^5.3.6", "typescript": "4.9.4" @@ -3056,6 +3057,21 @@ "react": "^18.2.0" } }, + "node_modules/react-hook-form": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.0.tgz", + "integrity": "sha512-/rVEz7T0gLdSFwPqutJ1kn2e0sQNyb9ci/hmwEYr2YG0KF/LSuRLvNrf9QWJM+gj88CjDpDW5Bh/1AD7B2+z9Q==", + "engines": { + "node": ">=12.22.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-hook-form" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17 || ^18" + } + }, "node_modules/react-icons": { "version": "4.7.1", "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", @@ -5767,6 +5783,12 @@ "scheduler": "^0.23.0" } }, + "react-hook-form": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.0.tgz", + "integrity": "sha512-/rVEz7T0gLdSFwPqutJ1kn2e0sQNyb9ci/hmwEYr2YG0KF/LSuRLvNrf9QWJM+gj88CjDpDW5Bh/1AD7B2+z9Q==", + "requires": {} + }, "react-icons": { "version": "4.7.1", "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", diff --git a/package.json b/package.json index b2268a3..615d38c 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "next": "13.1.1", "react": "18.2.0", "react-dom": "18.2.0", + "react-hook-form": "^7.43.0", "react-icons": "^4.7.1", "styled-components": "^5.3.6", "typescript": "4.9.4"