summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bun.lock1
-rw-r--r--package.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/bun.lock b/bun.lock
index 64ac448..6c36957 100644
--- a/bun.lock
+++ b/bun.lock
@@ -15,6 +15,7 @@
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
+ "react-hook-form": "^7.56.3",
"react-server-dom-webpack": "19.1.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
diff --git a/package.json b/package.json
index 4d2eb6e..31f7965 100644
--- a/package.json
+++ b/package.json
@@ -20,6 +20,7 @@
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
+ "react-hook-form": "^7.56.3",
"react-server-dom-webpack": "19.1.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",