Skip to content

Commit

Permalink
Merge pull request #36 from kawarimidoll/update-deno-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kawarimidoll authored Dec 30, 2022
2 parents 3d665d5 + 9cf200a commit dd10ba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export {
assert,
assertEquals,
assertThrows,
} from "https://deno.land/std@0.168.0/testing/asserts.ts";
} from "https://deno.land/std@0.170.0/testing/asserts.ts";

export { Marked, Renderer } from "https://deno.land/x/[email protected]/mod.ts";

Expand All @@ -16,5 +16,5 @@ import { Log } from "https://deno.land/x/[email protected]/mod.ts";
const minLogLevel = Deno.env.get("DENO_DEPLOYMENT_ID") ? "info" : "debug";
export const log = new Log({ minLogLevel });

export { sortBy } from "https://deno.land/std@0.168.0/collections/mod.ts";
export { parse as parseYaml } from "https://deno.land/std@0.168.0/encoding/yaml.ts";
export { sortBy } from "https://deno.land/std@0.170.0/collections/mod.ts";
export { parse as parseYaml } from "https://deno.land/std@0.170.0/encoding/yaml.ts";

0 comments on commit dd10ba1

Please sign in to comment.