diff --git a/bun.lockb b/bun.lockb index e8c3464ae7..5866592f9b 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/integration/bunjs-only-snippets/bun.lockb b/integration/bunjs-only-snippets/bun.lockb new file mode 100755 index 0000000000..cff7a8ddc9 Binary files /dev/null and b/integration/bunjs-only-snippets/bun.lockb differ diff --git a/integration/scripts/bun.lockb b/integration/scripts/bun.lockb index a7b9d31b2f..0dd8419341 100755 Binary files a/integration/scripts/bun.lockb and b/integration/scripts/bun.lockb differ diff --git a/package.json b/package.json index eddf20acbf..2eeea01086 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 index d9e875bed1..5ef4642866 100755 Binary files a/packages/bun-error/bun.lockb and b/packages/bun-error/bun.lockb differ diff --git a/src/node-fallbacks/bun.lockb b/src/node-fallbacks/bun.lockb index ce6674a023..10fc0c82fd 100755 Binary files a/src/node-fallbacks/bun.lockb and b/src/node-fallbacks/bun.lockb differ