Skip to content

Commit

Permalink
chore: bump deps (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: Elias Sjögreen <[email protected]>
  • Loading branch information
load1n9 and eliassjogreen authored May 21, 2023
1 parent 0781308 commit 9e38c65
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
31 changes: 30 additions & 1 deletion deno.lock

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

8 changes: 4 additions & 4 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export {
normalize,
resolve,
toFileUrl,
} from "https://deno.land/std@0.184.0/path/mod.ts";
export { ensureDir } from "https://deno.land/std@0.184.0/fs/mod.ts";
export { encode as hex } from "https://deno.land/std@0.184.0/encoding/hex.ts";
export { green } from "https://deno.land/std@0.184.0/fmt/colors.ts";
} from "https://deno.land/std@0.188.0/path/mod.ts";
export { ensureDir } from "https://deno.land/std@0.188.0/fs/mod.ts";
export { encode as hex } from "https://deno.land/std@0.188.0/encoding/hex.ts";
export { green } from "https://deno.land/std@0.188.0/fmt/colors.ts";
4 changes: 2 additions & 2 deletions test_deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "https://deno.land/std@0.184.0/testing/asserts.ts";
export * from "https://deno.land/std@0.184.0/path/mod.ts";
export * from "https://deno.land/std@0.188.0/testing/asserts.ts";
export * from "https://deno.land/std@0.188.0/path/mod.ts";

0 comments on commit 9e38c65

Please sign in to comment.