From f7988ab62cfd9e007acb70a0bc6a377d7bfb5378 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 1 Apr 2024 19:16:28 +0200 Subject: Replace bun-types with @types/bun --- bun.lockb | Bin 14725 -> 16165 bytes package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bun.lockb b/bun.lockb index 1cb7655..bd34a0f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 47922d2..3da8024 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "build": "bun run bin/build.ts" }, "devDependencies": { - "bun-types": "latest", + "@types/bun": "^1.0.12", "cheerio": "1.0.0-rc.12", "highlight.js": "^11.8.0", "marked": "^9.0.3", -- cgit 1.4.1