Skip to content

Commit c18559b

Browse files
update esbuild version
to match bundled version
1 parent 8f530a4 commit c18559b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/deno-esbuild-bundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as esbuild from "npm:esbuild@0.20.2";
1+
import * as esbuild from "npm:esbuild@0.25.10";
22
// Import the Wasm build on platforms where running subprocesses is not
33
// permitted, such as Deno Deploy, or when running without `--allow-run`.
44
// import * as esbuild from "https://deno.land/x/[email protected]/wasm.js";

0 commit comments

Comments
 (0)