Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 55cb1fd

Browse files
committed
add typescript to peerDeps
1 parent b2f66bd commit 55cb1fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"peerDependencies": {
7979
"react": ">=16.8.0",
8080
"react-dom": ">=16.8.0",
81-
"react-hook-form": ">=6.0.0"
81+
"react-hook-form": ">=6.0.0",
82+
"typescript": ">=3.0.1"
8283
},
8384
"husky": {
8485
"hooks": {

0 commit comments

Comments
 (0)