Skip to content

Commit

Permalink
Update npm package react-hook-form to v7.53.1 (#5425)
Browse files Browse the repository at this point in the history
Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com>
  • Loading branch information
hash-worker[bot] authored Oct 20, 2024
1 parent 18f8f9c commit a44d3ff
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"react-dom": "18.2.0",
"react-dropzone": "14.2.10",
"react-full-screen": "1.1.1",
"react-hook-form": "7.53.0",
"react-hook-form": "7.53.1",
"react-markdown": "9.0.1",
"react-responsive-carousel": "3.2.23",
"react-transition-group": "4.4.5",
Expand Down
2 changes: 1 addition & 1 deletion blocks/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@mui/material": "5.16.7",
"echarts": "5.5.1",
"lodash.debounce": "4.0.8",
"react-hook-form": "7.53.0"
"react-hook-form": "7.53.1"
},
"devDependencies": {
"@emotion/react": "11.13.3",
Expand Down
4 changes: 2 additions & 2 deletions libs/@hashintel/query-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"@mui/system": "5.16.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.53.0",
"react-hook-form": "7.53.1",
"typescript": "5.6.3"
},
"peerDependencies": {
"@mui/material": "^5.14.0",
"@mui/system": "^5.14.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "7.53.0"
"react-hook-form": "7.53.1"
}
}
4 changes: 2 additions & 2 deletions libs/@hashintel/type-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"@types/lodash.uniqueid": "4.0.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.53.0",
"react-hook-form": "7.53.1",
"typescript": "5.6.3"
},
"peerDependencies": {
"@mui/material": "^5.14.0",
"@mui/system": "^5.14.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "7.53.0"
"react-hook-form": "7.53.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26545,10 +26545,10 @@ [email protected]:
dependencies:
fscreen "^1.0.2"

[email protected].0:
version "7.53.0"
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.0.tgz#3cf70951bf41fa95207b34486203ebefbd3a05ab"
integrity sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==
[email protected].1:
version "7.53.1"
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.1.tgz#3f2cd1ed2b3af99416a4ac674da2d526625add67"
integrity sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg==

react-html-attributes@^1.4.6:
version "1.4.6"
Expand Down

0 comments on commit a44d3ff

Please sign in to comment.