From 3a8b28198e51fff0a6f7d97b0ae2f6e0d3b73d47 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 16 Jan 2023 17:06:25 +0700 Subject: Fix delay input form --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index b560c22b..645510b2 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,9 @@ }, "dependencies": { "@heroicons/react": "^2.0.13", + "@hookform/resolvers": "^2.9.10", "axios": "^1.1.3", "cookies-next": "^2.1.1", - "formik": "^2.2.9", "framer-motion": "^7.6.7", "lodash": "^4.17.21", "next": "13.0.0", @@ -20,6 +20,7 @@ "nodemailer": "^6.8.0", "react": "18.2.0", "react-dom": "18.2.0", + "react-hook-form": "^7.42.1", "react-hot-toast": "^2.4.0", "react-infinite-scroll-component": "^6.1.0", "react-lazy-load-image-component": "^1.5.5", -- cgit v1.2.3