Skip to content

Commit

Permalink
⬆️ Bump esbuild from v0.20.0 to v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Oct 9, 2024
1 parent 77d6593 commit 808e201
Show file tree
Hide file tree
Showing 5 changed files with 573 additions and 1,156 deletions.
2 changes: 1 addition & 1 deletion _build.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { build as dnt } from "https://deno.land/x/dnt@0.40.0/mod.ts";
import { build as esbuild } from "https://deno.land/x/esbuild@v0.20.0/mod.js";
import { build as esbuild } from "https://deno.land/x/esbuild@v0.24.0/mod.js";
import { ghDescribe } from "./core/mod.ts";
import * as git from "./git-wrapper/mod.ts";

Expand Down
2 changes: 1 addition & 1 deletion _compile.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import $ from "jsr:@david/dax@0.42.0";
import { build as esbuild } from "https://deno.land/x/esbuild@v0.20.0/mod.js";
import { build as esbuild } from "https://deno.land/x/esbuild@v0.24.0/mod.js";
import { ghDescribe } from "./core/mod.ts";

console.log("$ gh describe");
Expand Down
2 changes: 1 addition & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 808e201

Please sign in to comment.