Skip to content

Commit

Permalink
Update npm package react-hook-form to v7.54.2 (#5992)
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 Dec 31, 2024
1 parent b818a6e commit 95eceae
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"react-dom": "19.0.0",
"react-dropzone": "14.3.5",
"react-full-screen": "1.1.1",
"react-hook-form": "7.54.1",
"react-hook-form": "7.54.2",
"react-markdown": "9.0.1",
"react-pdf": "9.2.1",
"react-responsive-carousel": "3.2.23",
Expand Down
2 changes: 1 addition & 1 deletion blocks/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@mui/material": "5.16.13",
"echarts": "5.6.0",
"lodash.debounce": "4.0.8",
"react-hook-form": "7.54.1"
"react-hook-form": "7.54.2"
},
"devDependencies": {
"@emotion/react": "11.14.0",
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 @@ -35,14 +35,14 @@
"eslint-plugin-storybook": "0.11.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.1",
"react-hook-form": "7.54.2",
"typescript": "5.7.2"
},
"peerDependencies": {
"@mui/material": "^5.14.0",
"@mui/system": "^5.14.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "7.54.1"
"react-hook-form": "7.54.2"
}
}
4 changes: 2 additions & 2 deletions libs/@hashintel/type-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"eslint-plugin-storybook": "0.11.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.1",
"react-hook-form": "7.54.2",
"typescript": "5.7.2"
},
"peerDependencies": {
"@mui/material": "^5.14.0",
"@mui/system": "^5.14.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "7.54.1"
"react-hook-form": "7.54.2"
}
}
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ __metadata:
react-dom: "npm:19.0.0"
react-dropzone: "npm:14.3.5"
react-full-screen: "npm:1.1.1"
react-hook-form: "npm:7.54.1"
react-hook-form: "npm:7.54.2"
react-markdown: "npm:9.0.1"
react-pdf: "npm:9.2.1"
react-responsive-carousel: "npm:3.2.23"
Expand Down Expand Up @@ -4798,7 +4798,7 @@ __metadata:
prettier: "npm:3.4.2"
react: "npm:19.0.0"
react-dom: "npm:19.0.0"
react-hook-form: "npm:7.54.1"
react-hook-form: "npm:7.54.2"
typescript: "npm:5.7.2"
peerDependencies:
react: ^19.0.0
Expand Down Expand Up @@ -7974,14 +7974,14 @@ __metadata:
eslint-plugin-storybook: "npm:0.11.1"
react: "npm:19.0.0"
react-dom: "npm:19.0.0"
react-hook-form: "npm:7.54.1"
react-hook-form: "npm:7.54.2"
typescript: "npm:5.7.2"
peerDependencies:
"@mui/material": ^5.14.0
"@mui/system": ^5.14.0
react: ^19.0.0
react-dom: ^19.0.0
react-hook-form: 7.54.1
react-hook-form: 7.54.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8009,7 +8009,7 @@ __metadata:
material-ui-popup-state: "npm:4.1.0"
react: "npm:19.0.0"
react-dom: "npm:19.0.0"
react-hook-form: "npm:7.54.1"
react-hook-form: "npm:7.54.2"
rooks: "npm:7.14.1"
setimmediate: "npm:1.0.5"
typescript: "npm:5.7.2"
Expand All @@ -8018,7 +8018,7 @@ __metadata:
"@mui/system": ^5.14.0
react: ^19.0.0
react-dom: ^19.0.0
react-hook-form: 7.54.1
react-hook-form: 7.54.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -40776,12 +40776,12 @@ __metadata:
languageName: node
linkType: hard

"react-hook-form@npm:7.54.1":
version: 7.54.1
resolution: "react-hook-form@npm:7.54.1"
"react-hook-form@npm:7.54.2":
version: 7.54.2
resolution: "react-hook-form@npm:7.54.2"
peerDependencies:
react: ^16.8.0 || ^17 || ^18 || ^19
checksum: 10c0/2d960ddf8aa654f34e36f5d995f0ec067a4c01340d650eca44f22aa4421e278dcc449c8522e66c5c66b1c61d62fbdf914b9e0a8de9deb4c6346cc3b37ef4eb82
checksum: 10c0/6eebead2900e3d369a989e7a20429f390dc75b3897142aa3107f1f6dabb9ae64fed201ea98cdcd8676e40466c97748aeb0c0d83264f5bd3a84dbc0b8e4863415
languageName: node
linkType: hard

Expand Down

0 comments on commit 95eceae

Please sign in to comment.