Skip to content

Commit 276c819

Browse files
authored
chore: update deps (#171)
1 parent 9cd6b0b commit 276c819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ export * as Line from "https://deno.land/x/line@v1.0.1/mod.ts";
33
import { ConsoleLogger } from "https://deno.land/x/unilogger@v1.1.0/mod.ts";
44
const consoleLogger = new ConsoleLogger({});
55
export { consoleLogger as ConsoleLogger };
6-
export { assertEquals } from "https://deno.land/std@0.196.0/testing/asserts.ts";
7-
export * as colours from "https://deno.land/std@0.196.0/fmt/colors.ts";
6+
export { assertEquals } from "https://deno.land/std@0.198.0/testing/asserts.ts";
7+
export * as colours from "https://deno.land/std@0.198.0/fmt/colors.ts";

0 commit comments

Comments
 (0)