about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-01 19:16:28 +0200
committerAlan Pearce2024-04-01 19:16:28 +0200
commitf7988ab62cfd9e007acb70a0bc6a377d7bfb5378 (patch)
tree7e705a74098b3777a8ec54b61e04f855940712ca
parent8f9d0a3ed6117dde5c09c03b804aa4b2fbc80e5a (diff)
downloadwebsite-f7988ab62cfd9e007acb70a0bc6a377d7bfb5378.tar.lz
website-f7988ab62cfd9e007acb70a0bc6a377d7bfb5378.tar.zst
website-f7988ab62cfd9e007acb70a0bc6a377d7bfb5378.zip
Replace bun-types with @types/bun
-rwxr-xr-xbun.lockbbin14725 -> 16165 bytes
-rw-r--r--package.json2
2 files changed, 1 insertions, 1 deletions
diff --git a/bun.lockb b/bun.lockb
index 1cb7655..bd34a0f 100755
--- a/bun.lockb
+++ b/bun.lockb
Binary files differdiff --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",