Skip to content

Commit

Permalink
fix: add missing @types/mdast dep (#1445)
Browse files Browse the repository at this point in the history
resolves multiple errors of error TS2307: Cannot find module 'mdast' or its corresponding type declarations.
  • Loading branch information
SgtPooki committed Jan 12, 2024
1 parent 889b03a commit 1a3dffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@
"@types/fs-extra": "^11.0.1",
"@types/gh-pages": "^6.1.0",
"@types/listr": "^0.14.2",
"@types/mdast": "^4.0.3",
"@types/pascalcase": "^1.0.0",
"@types/polka": "^0.5.2",
"@types/prompt": "^1.1.2",
Expand Down

0 comments on commit 1a3dffc

Please sign in to comment.