Skip to content

Commit 01fc730

Browse files
chore(deps): update dependency esbuild to v0.19.8 (#62)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6abc3f commit 01fc730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { build, emptyDir } from "https://deno.land/x/dnt@0.39.0/mod.ts";
2-
import * as esbuild from "npm:esbuild@0.19.7";
2+
import * as esbuild from "npm:esbuild@0.19.8";
33

44
console.debug("Start dnt ...");
55

0 commit comments

Comments
 (0)