Skip to content

Commit

Permalink
chore: peerDependencies에 react-hook-form 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
grapefruit13 committed Apr 25, 2024
1 parent 1b9a364 commit 1e3fc58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.3",
Expand Down Expand Up @@ -77,7 +78,6 @@
"prettier": "^3.2.5",
"react-day-picker": "^8.10.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.3",
"react-modal": "^3.16.1",
"sass": "^1.75.0",
"sass-loader": "^14.2.0",
Expand Down

0 comments on commit 1e3fc58

Please sign in to comment.