From ddff9a0552b8ba6f6394881327b49f3c94302cfa Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 1 Dec 2023 00:02:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Update=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.ts | 2 +- xkcd.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test.ts b/test.ts index a79c388..c147a17 100644 --- a/test.ts +++ b/test.ts @@ -1,7 +1,7 @@ import { assert, assertEquals, -} from "https://deno.land/std@0.175.0/testing/asserts.ts"; +} from "https://deno.land/std@0.208.0/testing/asserts.ts"; import { latestXkcd, xkcd } from "./mod.ts"; diff --git a/xkcd.ts b/xkcd.ts index 9a867fb..135a75b 100644 --- a/xkcd.ts +++ b/xkcd.ts @@ -1,5 +1,5 @@ -import { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts"; -import { colors } from "https://deno.land/x/cliffy@v0.25.7/ansi/colors.ts"; +import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/mod.ts"; +import { colors } from "https://deno.land/x/cliffy@v1.0.0-rc.3/ansi/colors.ts"; import { latestXkcd, xkcd } from "./mod.ts"; const command = new Command()