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

Commit

Permalink
fix: Regression in react-hook-form
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlhi committed Jul 21, 2023
1 parent 82e88ef commit d0db844
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 74 deletions.
6 changes: 3 additions & 3 deletions packages/react-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@heetch/react-forms-legacy",
"version": "1.2.2",
"version": "1.2.3",
"license": "MIT",
"author": "Heetch",
"devDependencies": {
"@react-hook/window-size": "^3.1.1",
"react-hook-form": "^7.35.0"
"react-hook-form": "~7.44.3"
},
"peerDependencies": {
"@heetch/flamingo-react": "^4.1.3",
"@react-hook/window-size": "^3.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.35.0"
"react-hook-form": "~7.44.3"
}
}
Loading

0 comments on commit d0db844

Please sign in to comment.