Skip to content

Commit a4a9d54

Browse files
committed
fix(): Update react-hook-form deps.
1 parent 00a1a88 commit a4a9d54

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

package-lock.json

+15-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@
118118
"zod": "^3.22.4"
119119
},
120120
"peerDependencies": {
121+
"@hookform/resolvers": "^3.3.4",
121122
"@tailwindcss/typography": "^0.5.10",
122-
"@hookform/resolvers": "^3.3.2",
123123
"react": "^18.2.0",
124124
"react-dom": "^18.2.0",
125+
"react-hook-form": "^7.50.1",
125126
"tailwindcss": "^3.3.6",
126-
"tailwindcss-animate": "^1.0.7",
127-
"react-hook-form": "^7.49.2"
127+
"tailwindcss-animate": "^1.0.7"
128128
}
129129
}

0 commit comments

Comments
 (0)