Skip to content

Commit

Permalink
⬆️ Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Nov 13, 2022
1 parent 9f126c7 commit 5c880c0
Showing 1 changed file with 3 additions and 3 deletions.
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.163.0/fmt/colors.ts";
export * from "https://deno.land/std@0.163.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.163.0/streams/conversion.ts";

0 comments on commit 5c880c0

Please sign in to comment.