Skip to content

Commit f6b51ee

Browse files
devmgnclaude
andauthored
chore(deps): upgrade react-hook-form to 8.0.0-beta.1 (#2666)
Upgrade from v7.72.0 to v8.0.0-beta.1. Add peerDependencyRules to allow @hookform/resolvers to work with the v8 beta. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 28c7baf commit f6b51ee

3 files changed

Lines changed: 142 additions & 107 deletions

File tree

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"react": "19.2.4",
3939
"react-dom": "19.2.4",
4040
"react-error-boundary": "6.1.1",
41-
"react-hook-form": "7.72.0",
41+
"react-hook-form": "8.0.0-beta.1",
4242
"sonner": "2.0.7",
4343
"tailwind-merge": "3.5.0",
4444
"tailwind-variants": "3.2.2",
@@ -87,6 +87,18 @@
8787
"node": "24.14.1"
8888
},
8989
"packageManager": "pnpm@10.33.0",
90+
"pnpm": {
91+
"peerDependencyRules": {
92+
"allowAny": [
93+
"react-hook-form"
94+
]
95+
},
96+
"onlyBuiltDependencies": [
97+
"esbuild",
98+
"msw",
99+
"sharp"
100+
]
101+
},
90102
"msw": {
91103
"workerDirectory": "./public"
92104
}

0 commit comments

Comments
 (0)