diff options
Diffstat (limited to '')
-rw-r--r-- | test/bun.js/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/bun.js/package.json b/test/bun.js/package.json index f4afa79e1..97b344860 100644 --- a/test/bun.js/package.json +++ b/test/bun.js/package.json @@ -1,6 +1,8 @@ { "name": "bun-tests", "dependencies": { - "esbuild": "0.15.13" + "esbuild": "0.15.13", + "uuid": "^9.0.0", + "tiny-typed-emitter": "^1.0.0" } } |