all repos — website @ f7988ab62cfd9e007acb70a0bc6a377d7bfb5378

My website

Replace bun-types with @types/bun
Alan Pearce alan@alanpearce.eu
Mon, 01 Apr 2024 19:16:28 +0200
commit

f7988ab62cfd9e007acb70a0bc6a377d7bfb5378

parent

8f9d0a3ed6117dde5c09c03b804aa4b2fbc80e5a

2 files changed, 1 insertions(+), 1 deletions(-)

jump to
M bun.lockbbun.lockb

Not showing binary file.

M package.jsonpackage.json
@@ -6,7 +6,7 @@ "start": "bun run .",     "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",