Skip to content

Commit 1a3dffc

Browse files
authoredJan 12, 2024
fix: add missing @types/mdast dep (#1445)
resolves multiple errors of error TS2307: Cannot find module 'mdast' or its corresponding type declarations.
1 parent 889b03a commit 1a3dffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@
324324
"@types/fs-extra": "^11.0.1",
325325
"@types/gh-pages": "^6.1.0",
326326
"@types/listr": "^0.14.2",
327+
"@types/mdast": "^4.0.3",
327328
"@types/pascalcase": "^1.0.0",
328329
"@types/polka": "^0.5.2",
329330
"@types/prompt": "^1.1.2",

0 commit comments

Comments
 (0)
Please sign in to comment.