aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbun.lockbbin9208 -> 8947 bytes
-rw-r--r--package.json5
2 files changed, 3 insertions, 2 deletions
diff --git a/bun.lockb b/bun.lockb
index 420da1810..35bf65c4a 100755
--- a/bun.lockb
+++ b/bun.lockb
Binary files differ
diff --git a/package.json b/package.json
index 7cc7eec8c..e565372e5 100644
--- a/package.json
+++ b/package.json
@@ -2,9 +2,10 @@
"dependencies": {
"mitata": "^0.1.3",
"peechy": "0.4.32",
- "react": "^17.0.2",
+ "react": "^18.2.0",
"react-dom": "^18.2.0"
},
+ "private": true,
"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",
"build-fallback": "esbuild --target=esnext --bundle src/fallback.ts --format=iife --platform=browser --minify > src/fallback.out.js"
@@ -16,4 +17,4 @@
"typescript": "4.6.3"
},
"version": "0.0.0"
-} \ No newline at end of file
+}