From 3a23b2ccc7bc5c8df690d8dadcabfffaf46fa821 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Thu, 9 Nov 2023 23:57:23 -0600 Subject: [PATCH] Upgrade to HAST types 3.0 --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index b5b9590..4cda4d0 100644 --- a/deps.ts +++ b/deps.ts @@ -1 +1 @@ -export type * from "npm:@types/hast@2.3.4"; +export type * from "npm:@types/hast@^3.0.0";