Skip to content

Commit 961abdc

Browse files
committed
fix: relax version constraint for react-hook-form 7.55.0 β†’ ^7.55.0
1 parent a54d05a commit 961abdc

20 files changed

Lines changed: 20 additions & 20 deletions

File tree

β€Ž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.55.0",
14+
"react-hook-form": "^7.55.0",
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.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0",
1616
"arktype": "^2.0.0"
1717
}

β€Žbun.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž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.55.0",
14+
"react-hook-form": "^7.55.0",
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.55.0"
16+
"react-hook-form": "^7.55.0"
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.55.0",
14+
"react-hook-form": "^7.55.0",
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.55.0",
14+
"react-hook-form": "^7.55.0",
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.55.0",
14+
"react-hook-form": "^7.55.0",
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.55.0",
14+
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0",
1616
"nope-validator": "^0.12.0"
1717
}

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
"zod": "^3.24.2"
318318
},
319319
"peerDependencies": {
320-
"react-hook-form": "7.55.0"
320+
"react-hook-form": "^7.55.0"
321321
},
322322
"dependencies": {
323323
"@standard-schema/utils": "^0.3.0"

0 commit comments

Comments
Β (0)