Skip to content

Commit

Permalink
Merge pull request #39 from kawarimidoll/update-deno-dependencies
Browse files Browse the repository at this point in the history
Update Deno Dependencies
  • Loading branch information
kawarimidoll authored Oct 4, 2023
2 parents d74078f + 2dcfa6c commit 136c8fc
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
@@ -1,10 +1,10 @@
export { assertEquals } from "https://deno.land/std@0.202.0/testing/asserts.ts";
export { assertEquals } from "https://deno.land/std@0.203.0/testing/asserts.ts";

export {
blue,
red,
reset,
yellow,
} from "https://deno.land/std@0.202.0/fmt/colors.ts";
} from "https://deno.land/std@0.203.0/fmt/colors.ts";

export { datetime } from "https://deno.land/x/[email protected]/datetime.ts";

0 comments on commit 136c8fc

Please sign in to comment.