aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-08-05 22:48:02 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-08-05 22:48:02 +0900
commitff4f0419c31c93399c38a689c2a2c9b0114d7b49 (patch)
tree41f64f7758049f330f0a43b7d0b63d1f60127222 /package.json
parent5ecf8815589726eefc173e9d651e8aef29165589 (diff)
@hookform/resolvers を追加
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index ad9f9f7..aa24457 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
+ "@hookform/resolvers": "^3.9.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",