Skip to content

Commit

Permalink
housekeeping: Fixing Scaffolding resolutions for Gateway (#2912)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdslaugh authored Jan 26, 2024
1 parent a207be6 commit 84c2d94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/scaffolding/templates/gateway/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"react-scripts": "^5.0.1"
},
"resolutions": {
"@types/react": "^17.0.2"
"@types/react": "^17.0.2",
"react-hook-form": "7.25.3"
},
"workspaces": [
"workflows/*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"react-dom": "^17.0.2",
"react-is": "^17.0.2"
},
"resolutions": {
"react-hook-form": "7.25.3"
},
"devDependencies": {
"@clutch-sh/tools": "^2.0.0-beta"
},
Expand Down

0 comments on commit 84c2d94

Please sign in to comment.