diff options
author | 2023-01-23 16:51:48 -0800 | |
---|---|---|
committer | 2023-01-23 16:51:48 -0800 | |
commit | efc024cfc4e6e6216325ea796063329ea5892067 (patch) | |
tree | 6c81b9430526384b02386862c0d05b47b1f61d12 /test | |
parent | b3533fb3a88b33da50e58ad9594a0559af575035 (diff) | |
download | bun-efc024cfc4e6e6216325ea796063329ea5892067.tar.gz bun-efc024cfc4e6e6216325ea796063329ea5892067.tar.zst bun-efc024cfc4e6e6216325ea796063329ea5892067.zip |
clean up deps
Diffstat (limited to 'test')
-rwxr-xr-x | test/bun.js/bun.lockb | bin | 9014 -> 10094 bytes | |||
-rw-r--r-- | test/bun.js/package.json | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/bun.js/bun.lockb b/test/bun.js/bun.lockb Binary files differindex e7242571f..25785042f 100755 --- a/test/bun.js/bun.lockb +++ b/test/bun.js/bun.lockb 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" } } |