Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit d0db844

Browse files
committed
fix: Regression in react-hook-form
1 parent 82e88ef commit d0db844

File tree

3 files changed

+132
-74
lines changed

3 files changed

+132
-74
lines changed

packages/react-forms/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@heetch/react-forms-legacy",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"license": "MIT",
55
"author": "Heetch",
66
"devDependencies": {
77
"@react-hook/window-size": "^3.1.1",
8-
"react-hook-form": "^7.35.0"
8+
"react-hook-form": "~7.44.3"
99
},
1010
"peerDependencies": {
1111
"@heetch/flamingo-react": "^4.1.3",
1212
"@react-hook/window-size": "^3.1.1",
1313
"react": "17.0.2",
1414
"react-dom": "17.0.2",
15-
"react-hook-form": "^7.35.0"
15+
"react-hook-form": "~7.44.3"
1616
}
1717
}

0 commit comments

Comments
 (0)