diff options
author | 2022-02-25 00:54:59 -0800 | |
---|---|---|
committer | 2022-02-25 00:54:59 -0800 | |
commit | fe5ef864f1de46e77772fb05a9980d7b6d8db3a6 (patch) | |
tree | 9b036dfc77aa08811a9b2aac5b1c3154fcb40f3b | |
parent | 0d56e91e004a3cbfa5be2d9168dfe5b3bf2b1164 (diff) | |
download | bun-fe5ef864f1de46e77772fb05a9980d7b6d8db3a6.tar.gz bun-fe5ef864f1de46e77772fb05a9980d7b6d8db3a6.tar.zst bun-fe5ef864f1de46e77772fb05a9980d7b6d8db3a6.zip |
hopefully no more unnecessary git status
-rwxr-xr-x | bun.lockb | bin | 7412 -> 7934 bytes | |||
-rwxr-xr-x | integration/bunjs-only-snippets/bun.lockb | bin | 0 -> 109914 bytes | |||
-rwxr-xr-x | integration/scripts/bun.lockb | bin | 17219 -> 15683 bytes | |||
-rw-r--r-- | package.json | 2 | ||||
-rwxr-xr-x | packages/bun-error/bun.lockb | bin | 12297 -> 12182 bytes | |||
-rwxr-xr-x | src/node-fallbacks/bun.lockb | bin | 42948 -> 38580 bytes |
6 files changed, 1 insertions, 1 deletions
Binary files differ diff --git a/integration/bunjs-only-snippets/bun.lockb b/integration/bunjs-only-snippets/bun.lockb Binary files differnew file mode 100755 index 000000000..cff7a8ddc --- /dev/null +++ b/integration/bunjs-only-snippets/bun.lockb diff --git a/integration/scripts/bun.lockb b/integration/scripts/bun.lockb Binary files differindex a7b9d31b2..0dd841934 100755 --- a/integration/scripts/bun.lockb +++ b/integration/scripts/bun.lockb diff --git a/package.json b/package.json index eddf20acb..2eeea0108 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "peechy": "0.4.24", - "react": "latest" + "react": "^17.0.2" }, "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", diff --git a/packages/bun-error/bun.lockb b/packages/bun-error/bun.lockb Binary files differindex d9e875bed..5ef464286 100755 --- a/packages/bun-error/bun.lockb +++ b/packages/bun-error/bun.lockb diff --git a/src/node-fallbacks/bun.lockb b/src/node-fallbacks/bun.lockb Binary files differindex ce6674a02..10fc0c82f 100755 --- a/src/node-fallbacks/bun.lockb +++ b/src/node-fallbacks/bun.lockb |