Skip to content

Commit

Permalink
update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
dojyorin committed Jan 20, 2024
1 parent 36a9b4e commit 7c6bb13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deps.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export {assertEquals} from "https://deno.land/std@0.210.0/assert/mod.ts";
export {dirname, fromFileUrl} from "https://deno.land/std@0.210.0/path/mod.ts";
export {exists} from "https://deno.land/std@0.210.0/fs/mod.ts";
export {assertEquals} from "https://deno.land/std@0.212.0/assert/mod.ts";
export {dirname, fromFileUrl} from "https://deno.land/std@0.212.0/path/mod.ts";
export {exists} from "https://deno.land/std@0.212.0/fs/mod.ts";
6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export {dirname, fromFileUrl} from "https://deno.land/std@0.210.0/path/mod.ts";
export {Logger, handlers} from "https://deno.land/std@0.210.0/log/mod.ts";
export {format} from "https://deno.land/std@0.210.0/datetime/mod.ts";
export {dirname, fromFileUrl} from "https://deno.land/std@0.212.0/path/mod.ts";
export {Logger, handlers} from "https://deno.land/std@0.212.0/log/mod.ts";
export {format} from "https://deno.land/std@0.212.0/datetime/mod.ts";

0 comments on commit 7c6bb13

Please sign in to comment.