Skip to content

Commit

Permalink
Merge pull request #23 from windchime-yk/renovate/https-deno.land-std…
Browse files Browse the repository at this point in the history
…-0.x

chore(deps): update dependency https://deno.land/std to v0.210.0
  • Loading branch information
windchime-yk authored Dec 30, 2023
2 parents d2c1737 + 417a6be commit 9d5e442
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,3 +1,3 @@
export { Buffer } from "node:buffer";
export { ensureDir } from "https://deno.land/std@0.184.0/fs/mod.ts";
export { assertEquals } from "https://deno.land/std@0.184.0/testing/asserts.ts";
export { ensureDir } from "https://deno.land/std@0.210.0/fs/mod.ts";
export { assertEquals } from "https://deno.land/std@0.210.0/testing/asserts.ts";

0 comments on commit 9d5e442

Please sign in to comment.