Skip to content

Commit

Permalink
⬆️ Bump esbuild from v0.15.16 to v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Feb 5, 2024
1 parent 6eb10ae commit 15ac350
Show file tree
Hide file tree
Showing 6 changed files with 3,550 additions and 2,529 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.33.1/mod.ts";
import { build as esbuild } from "https://deno.land/x/esbuild@v0.15.16/mod.js";
import { build as esbuild } from "https://deno.land/x/esbuild@v0.20.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 "https://deno.land/x/dax@0.35.0/mod.ts";
import { build as esbuild } from "https://deno.land/x/esbuild@v0.15.16/mod.js";
import { build as esbuild } from "https://deno.land/x/esbuild@v0.20.0/mod.js";
import { ghDescribe } from "./core/mod.ts";

console.log("$ gh describe");
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"tasks": {
"build": "deno run --allow-env --allow-net --allow-read --allow-run --allow-write _build.ts",
"compile": "deno run --allow-env --allow-net --allow-read --allow-run --allow-write _compile.ts",
"lock": "! rm deno.lock && deno cache *.ts **/*.ts",
"lock": "(rm deno.lock || true) && deno cache -r *.ts **/*.ts",
"run": "deno task run:deno",
"run:deno": "deno run --allow-run cli/main.ts",
"run:node": "deno task build && node dist/cli.js",
Expand Down
21 changes: 16 additions & 5 deletions deno.lock

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

Loading

0 comments on commit 15ac350

Please sign in to comment.