Skip to content

Commit

Permalink
Merge pull request #40 from UltiRequiem/update-deno-dependencies
Browse files Browse the repository at this point in the history
Update Deno Dependencies
  • Loading branch information
UltiRequiem authored Feb 2, 2023
2 parents 61c284d + 7cdd265 commit 7660847
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.170.0/testing/asserts.ts";
} from "https://deno.land/std@0.175.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.6/command/mod.ts";
import { colors } from "https://deno.land/x/cliffy@v0.25.6/ansi/colors.ts";
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 { latestXkcd, xkcd } from "./mod.ts";

const command = new Command()
Expand Down

0 comments on commit 7660847

Please sign in to comment.