diff options
-rwxr-xr-x | bun.lockb | bin | 7548 -> 7548 bytes | |||
-rw-r--r-- | package.json | 2 |
2 files changed, 1 insertions, 1 deletions
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", |