Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Mar 1, 2024
1 parent 7660847 commit 9c90d1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
assert,
assertEquals,
} from "https://deno.land/std@0.175.0/testing/asserts.ts";
} from "https://deno.land/std@0.218.0/testing/asserts.ts";

import { latestXkcd, xkcd } from "./mod.ts";

Expand Down
4 changes: 2 additions & 2 deletions xkcd.ts
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 9c90d1e

Please sign in to comment.