From 295ac26a931f83b3e9401ed5c2df6c6c373d0d43 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 31 Aug 2023 15:50:30 +0200 Subject: [PATCH] Update `@types/hast`, `unified`, utilities, etc --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 58f720b..f535850 100644 --- a/package.json +++ b/package.json @@ -32,19 +32,19 @@ "index.js" ], "dependencies": { - "@types/hast": "^2.0.0", + "@types/hast": "^3.0.0", "github-slugger": "^2.0.0", - "hast-util-has-property": "^2.0.0", - "hast-util-heading-rank": "^2.0.0", - "hast-util-to-string": "^2.0.0", - "unified": "^10.0.0", - "unist-util-visit": "^4.0.0" + "hast-util-has-property": "^3.0.0", + "hast-util-heading-rank": "^3.0.0", + "hast-util-to-string": "^3.0.0", + "unified": "^11.0.0", + "unist-util-visit": "^5.0.0" }, "devDependencies": { "@types/tape": "^5.0.0", "c8": "^8.0.0", "prettier": "^3.0.0", - "rehype": "^12.0.0", + "rehype": "^13.0.0", "remark-cli": "^11.0.0", "remark-preset-wooorm": "^9.0.0", "rimraf": "^3.0.0",