From 3b0b6f3dae3ef5a857bd71b18b3b9f403d380770 Mon Sep 17 00:00:00 2001 From: Benjamin Koltes Date: Tue, 2 Nov 2021 19:55:05 +0100 Subject: [PATCH 1/2] Add @types/unist in dependencies Related to https://github.com/syntax-tree/unist-util-select/issues/12 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7561e3d..2778c6a 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "index.js" ], "dependencies": { + "@types/unist": "^2.0.6", "css-selector-parser": "^1.0.0", "nth-check": "^2.0.0", "unist-util-is": "^5.0.0", From 4d8334a6639fbd601072456cfc799b8aab6c287e Mon Sep 17 00:00:00 2001 From: Benjamin Koltes Date: Tue, 2 Nov 2021 15:33:38 -0400 Subject: [PATCH 2/2] Update package.json Co-authored-by: Christian Murphy --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2778c6a..c4df76b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "index.js" ], "dependencies": { - "@types/unist": "^2.0.6", + "@types/unist": "^2.0.0", "css-selector-parser": "^1.0.0", "nth-check": "^2.0.0", "unist-util-is": "^5.0.0",