Skip to content

Commit 8424fa4

Browse files
committed
chore: bump RHF
1 parent d441f34 commit 8424fa4

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

ajv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "^7.0.0",
14+
"react-hook-form": "7.55.0-next.9",
1515
"@hookform/resolvers": "^2.0.0",
1616
"ajv": "^8.12.0",
1717
"ajv-errors": "^3.0.0"

arktype/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "^7.0.0",
14+
"react-hook-form": "7.55.0-next.9",
1515
"@hookform/resolvers": "^2.0.0",
1616
"arktype": "^2.0.0"
1717
}

computed-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "^7.0.0",
14+
"react-hook-form": "7.55.0-next.9",
1515
"@hookform/resolvers": "^2.0.0"
1616
}
1717
}

effect-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"peerDependencies": {
1414
"@hookform/resolvers": "^2.0.0",
1515
"effect": "^3.10.3",
16-
"react-hook-form": "^7.0.0"
16+
"react-hook-form": "7.55.0-next.9"
1717
}
1818
}

fluentvalidation-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "^7.0.0",
14+
"react-hook-form": "7.55.0-next.9",
1515
"@hookform/resolvers": "^2.0.0",
1616
"fluentvalidation-ts": "^3.0.0"
1717
}

io-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "^7.0.0",
14+
"react-hook-form": "7.55.0-next.9",
1515
"@hookform/resolvers": "^2.0.0",
1616
"io-ts": "^2.0.0",
1717
"fp-ts": "^2.7.0"

joi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "^7.0.0",
14+
"react-hook-form": "7.55.0-next.9",
1515
"@hookform/resolvers": "^2.0.0"
1616
}
1717
}

nope/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "^7.0.0",
14+
"react-hook-form": "7.55.0-next.9",
1515
"@hookform/resolvers": "^2.0.0",
1616
"nope-validator": "^0.12.0"
1717
}

package.json

Lines changed: 2 additions & 2 deletions
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.55.0-next.8",
306+
"react-hook-form": "7.55.0-next.9",
307307
"reflect-metadata": "^0.2.2",
308308
"superstruct": "^2.0.2",
309309
"typanion": "^3.14.0",
@@ -317,7 +317,7 @@
317317
"zod": "^3.24.2"
318318
},
319319
"peerDependencies": {
320-
"react-hook-form": "7.55.0-next.8"
320+
"react-hook-form": "7.55.0-next.9"
321321
},
322322
"dependencies": {
323323
"@standard-schema/utils": "^0.3.0"

standard-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"types": "dist/index.d.ts",
1212
"license": "MIT",
1313
"peerDependencies": {
14-
"react-hook-form": "^7.0.0",
14+
"react-hook-form": "7.55.0-next.9",
1515
"@standard-schema/spec": "^1.0.0",
1616
"@standard-schema/utils": "^0.3.0",
1717
"@hookform/resolvers": "^2.0.0"

0 commit comments

Comments
 (0)