Skip to content

Commit

Permalink
Add missing dependency for types
Browse files Browse the repository at this point in the history
Closes GH-675.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
Methuselah96 committed Mar 14, 2022
1 parent bd8e53b commit c23ecf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -80,6 +80,7 @@
],
"dependencies": {
"@types/hast": "^2.0.0",
"@types/prop-types": "^15.0.0",
"@types/unist": "^2.0.0",
"comma-separated-tokens": "^2.0.0",
"hast-util-whitespace": "^2.0.0",
Expand Down

0 comments on commit c23ecf6

Please sign in to comment.