Skip to content

Commit

Permalink
chore: bump dependencies (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytakahashi authored Nov 11, 2023
1 parent 050b7c9 commit e8f34cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { Select } from "https://deno.land/x/[email protected]/prompt/mod.ts";
export { parseFlags } from "https://deno.land/x/[email protected]/flags/mod.ts";
export { $ } from "https://deno.land/x/dax@0.33.0/mod.ts";
export { $ } from "https://deno.land/x/dax@0.35.0/mod.ts";
6 changes: 3 additions & 3 deletions test/deps.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { assertEquals } from "https://deno.land/std@0.196.0/assert/assert_equals.ts";
export { assertRejects } from "https://deno.land/std@0.196.0/assert/assert_rejects.ts";
export { assertEquals } from "https://deno.land/std@0.206.0/assert/assert_equals.ts";
export { assertRejects } from "https://deno.land/std@0.206.0/assert/assert_rejects.ts";
export {
dirname,
fromFileUrl,
SEP,
} from "https://deno.land/std@0.196.0/path/mod.ts";
} from "https://deno.land/std@0.206.0/path/mod.ts";

0 comments on commit e8f34cf

Please sign in to comment.