Skip to content

Commit 9ccbee3

Browse files
committed
chore: bump RHF version
1 parent 35e029d commit 9ccbee3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"zod": "^3.24.1",
5555
},
5656
"peerDependencies": {
57-
"react-hook-form": "^7.0.0",
57+
"react-hook-form": "7.55.0-next.8",
5858
},
5959
},
6060
},

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
"npm-run-all": "^4.1.5",
304304
"react": "^19.0.0",
305305
"react-dom": "^19.0.0",
306-
"react-hook-form": "^7.0.0",
306+
"react-hook-form": "7.55.0-next.8",
307307
"reflect-metadata": "^0.2.2",
308308
"superstruct": "^2.0.2",
309309
"typanion": "^3.14.0",
@@ -317,6 +317,6 @@
317317
"zod": "^3.24.1"
318318
},
319319
"peerDependencies": {
320-
"react-hook-form": "^7.0.0"
320+
"react-hook-form": "7.55.0-next.8"
321321
}
322322
}

0 commit comments

Comments
 (0)