Skip to content

Commit

Permalink
build(deps): bump dax from 0.36.0 to 0.39.2
Browse files Browse the repository at this point in the history
  • Loading branch information
denopendabot committed Jan 6, 2025
1 parent 2672156 commit 7323f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
assertMatch,
assertNotMatch,
} from "https://deno.land/std@0.224.0/assert/mod.ts";
import { $, CommandBuilder } from "https://deno.land/x/dax@0.36.0/mod.ts";
import { $, CommandBuilder } from "https://deno.land/x/dax@0.39.2/mod.ts";

const isWindows = Deno.build.os === "windows";
const cwd = Deno.cwd();
Expand Down

0 comments on commit 7323f90

Please sign in to comment.