diff options
author | 2021-12-31 00:01:17 -0800 | |
---|---|---|
committer | 2021-12-31 00:01:17 -0800 | |
commit | 3083bbadc1437d947824c56ca9c0e03bace73480 (patch) | |
tree | 7e78529d2298b3e9a45a529ffe0b3f7aa58d17ba | |
parent | 150ca5d68668a9ac1d0c5c98e57846f14e8df4ec (diff) | |
download | bun-3083bbadc1437d947824c56ca9c0e03bace73480.tar.gz bun-3083bbadc1437d947824c56ca9c0e03bace73480.tar.zst bun-3083bbadc1437d947824c56ca9c0e03bace73480.zip |
Bump peechy again
-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", |