Skip to content

Commit c23ecf6

Browse files
authored
Add missing dependency for types
Closes GH-675. Reviewed-by: Titus Wormer <[email protected]>
1 parent bd8e53b commit c23ecf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
],
8181
"dependencies": {
8282
"@types/hast": "^2.0.0",
83+
"@types/prop-types": "^15.0.0",
8384
"@types/unist": "^2.0.0",
8485
"comma-separated-tokens": "^2.0.0",
8586
"hast-util-whitespace": "^2.0.0",

0 commit comments

Comments
 (0)