aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-01-23 16:51:48 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-01-23 16:51:48 -0800
commitefc024cfc4e6e6216325ea796063329ea5892067 (patch)
tree6c81b9430526384b02386862c0d05b47b1f61d12
parentb3533fb3a88b33da50e58ad9594a0559af575035 (diff)
downloadbun-efc024cfc4e6e6216325ea796063329ea5892067.tar.gz
bun-efc024cfc4e6e6216325ea796063329ea5892067.tar.zst
bun-efc024cfc4e6e6216325ea796063329ea5892067.zip
clean up deps
-rwxr-xr-xbun.lockbbin119619 -> 59008 bytes
-rw-r--r--package.json5
-rwxr-xr-xtest/bun.js/bun.lockbbin9014 -> 10094 bytes
-rw-r--r--test/bun.js/package.json3
4 files changed, 3 insertions, 5 deletions
diff --git a/bun.lockb b/bun.lockb
index 342d600cb..7d7bd77b7 100755
--- a/bun.lockb
+++ b/bun.lockb
Binary files differ
diff --git a/package.json b/package.json
index 5c584c6da..c36041466 100644
--- a/package.json
+++ b/package.json
@@ -2,14 +2,11 @@
"dependencies": {
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
- "express": "^4.18.2",
"mitata": "^0.1.3",
- "mongodb": "^4.13.0",
"peechy": "latest",
"prettier": "^2.4.1",
"react": "next",
"react-dom": "next",
- "svelte": "^3.52.0",
"typescript": "latest"
},
"private": true,
@@ -29,4 +26,4 @@
"bun-webkit": "latest"
},
"version": "0.0.0"
-} \ No newline at end of file
+}
diff --git a/test/bun.js/bun.lockb b/test/bun.js/bun.lockb
index e7242571f..25785042f 100755
--- a/test/bun.js/bun.lockb
+++ b/test/bun.js/bun.lockb
Binary files differ
diff --git a/test/bun.js/package.json b/test/bun.js/package.json
index 97b344860..4b47715bb 100644
--- a/test/bun.js/package.json
+++ b/test/bun.js/package.json
@@ -3,6 +3,7 @@
"dependencies": {
"esbuild": "0.15.13",
"uuid": "^9.0.0",
- "tiny-typed-emitter": "^1.0.0"
+ "tiny-typed-emitter": "^1.0.0",
+ "svelte": "^3.52.0"
}
}