Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mod_test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { randomTimeZone, timeZones } from "./mod.ts";
import { assertEquals } from "https://deno.land/std@0.175.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.224.0/testing/asserts.ts";

const date = new Date();

Expand Down
6 changes: 3 additions & 3 deletions timezones.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import Fuse from "https://esm.sh/fuse.js@6.6.2/";
import { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
import Fuse from "https://esm.sh/fuse.js@7.0.0/";
import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.4/command/mod.ts";
import {
bgBlue,
bgGreen,
black,
} from "https://deno.land/std@0.175.0/fmt/colors.ts";
} from "https://deno.land/std@0.224.0/fmt/colors.ts";

import { randomTimeZone, type TimeZone, timeZones } from "./mod.ts";

Expand Down