Skip to content

Commit ae31427

Browse files
housekeeping: Update dependency react-hook-form to v7.69.0
1 parent b0bb7a1 commit ae31427

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/scaffolding/templates/gateway/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"resolutions": {
3434
"@types/react": "17.0.50",
35-
"react-hook-form": "7.25.3"
35+
"react-hook-form": "7.69.0"
3636
},
3737
"workspaces": [
3838
"workflows/*"

tools/scaffolding/templates/gateway/frontend/workflows/echo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-is": "^17.0.2"
2727
},
2828
"resolutions": {
29-
"react-hook-form": "7.25.3"
29+
"react-hook-form": "7.69.0"
3030
},
3131
"devDependencies": {
3232
"@clutch-sh/tools": "^4.0.0-beta",

0 commit comments

Comments
 (0)