From e04a2f26f513b11563846f8b4d547afff2adfff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcell=20T=C3=B3th?= Date: Sat, 28 Feb 2026 18:11:16 +0100 Subject: [PATCH] add missing, but required top-level dependency `unist-util-visit` Previously this package was only installed as a dependency of another dependency, meaning package managers not using a flat node_modules (e.g. pnpm) didn't properly install it --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dd56e17..60334d8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "rehype-autolink-headings": "^7.1.0", "rehype-external-links": "^3.0.0", "rehype-slug": "^6.0.0", - "remark-custom-heading-id": "^2.0.0" + "remark-custom-heading-id": "^2.0.0", + "unist-util-visit": "^5.1.0" }, "devDependencies": { "@rollup/plugin-yaml": "^4.1.2"