Skip to content

Commit

Permalink
⬆️ Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Dec 25, 2022
1 parent 9f126c7 commit 3318412
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 3 deletions.
51 changes: 51 additions & 0 deletions deno.lock

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

6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * as Colors from "https://deno.land/std@0.159.0/fmt/colors.ts";
export * from "https://deno.land/std@0.159.0/testing/asserts.ts";
export * as Colors from "https://deno.land/std@0.170.0/fmt/colors.ts";
export * from "https://deno.land/std@0.170.0/testing/asserts.ts";
export * from "https://deno.land/x/expect@v0.2.10/mod.ts";
export * from "https://deno.land/std@0.159.0/streams/conversion.ts";
export * from "https://deno.land/std@0.170.0/streams/conversion.ts";

0 comments on commit 3318412

Please sign in to comment.