From ec7b87af61b41b4a6a6bfa37a70ff3121894d42e Mon Sep 17 00:00:00 2001 From: Alvin Leung Date: Fri, 19 Nov 2021 14:46:06 +0000 Subject: [PATCH] Add missing @types/unist dependency in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d37d5af..0c44232 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ ], "dependencies": { "@types/mdast": "^3.0.0", + "@types/unist": "^2.0.0", "mdast-util-to-markdown": "^1.0.0", "parse-entities": "^3.0.0", "stringify-entities": "^4.0.0",