Skip to content

Commit 7413125

Browse files
committed
chore: add @types/testing-library__react-hooks dep
1 parent 6a97b73 commit 7413125

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
@@ -35,7 +35,8 @@
3535
"contributors:add": "all-contributors add"
3636
},
3737
"dependencies": {
38-
"@babel/runtime": "^7.12.5"
38+
"@babel/runtime": "^7.12.5",
39+
"@types/testing-library__react-hooks": "^3.4.0"
3940
},
4041
"devDependencies": {
4142
"@types/jest": "^26.0.15",

0 commit comments

Comments
 (0)