Skip to content

Commit

Permalink
chore: update deps (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashbot committed Aug 15, 2023
1 parent 9cd6b0b commit 276c819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export * as Line from "https://deno.land/x/[email protected]/mod.ts";
import { ConsoleLogger } from "https://deno.land/x/[email protected]/mod.ts";
const consoleLogger = new ConsoleLogger({});
export { consoleLogger as ConsoleLogger };
export { assertEquals } from "https://deno.land/std@0.196.0/testing/asserts.ts";
export * as colours from "https://deno.land/std@0.196.0/fmt/colors.ts";
export { assertEquals } from "https://deno.land/std@0.198.0/testing/asserts.ts";
export * as colours from "https://deno.land/std@0.198.0/fmt/colors.ts";

0 comments on commit 276c819

Please sign in to comment.