aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbun.lockbbin7548 -> 7548 bytes
-rw-r--r--package.json2
2 files changed, 1 insertions, 1 deletions
diff --git a/bun.lockb b/bun.lockb
index 5d6aecd70..18acda402 100755
--- a/bun.lockb
+++ b/bun.lockb
Binary files differ
diff --git a/package.json b/package.json
index 5fa3e08f1..1b77bf914 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "peechy": "0.4.23"
+ "peechy": "0.4.24"
},
"scripts": {
"build-runtime": "esbuild --target=esnext --bundle src/runtime/index.ts --format=iife --platform=browser --global-name=BUN_RUNTIME > src/runtime.out.js; cat src/runtime.footer.js >> src/runtime.out.js",