Skip to content

Commit 8a45add

Browse files
committed
chore: bump dependency versions
Signed-off-by: Gordon Smith<GordonJSmith@gmail.com>
1 parent 8476389 commit 8a45add

16 files changed

Lines changed: 2337 additions & 1799 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/dist
2+
/dist-test
23
/grammar
34
/lib*
5+
/out
46
/node_modules
57
/types
68
/samples/d3/data/*

esbuild.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async function main(tsconfigRaw, entryPoint, platform, format, plugins = [], out
7777
];
7878

7979
const external = platform === "node"
80-
? ["vscode", "fs", "path", "os"]
80+
? ["vscode", "fs", "path", "os", "jsdom"]
8181
: ["vscode", ...npmExternals];
8282

8383
const ctx = await esbuild.context({

0 commit comments

Comments
 (0)