Skip to content

Commit

Permalink
chore(deps): update dependency https://deno.land/std to v0.221.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 28, 2024
1 parent e7deef8 commit c20c84d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/* --- core --- */
export { Buffer } from "node:buffer";
export { parse } from "https://deno.land/std@0.210.0/csv/parse.ts";
export { parse } from "https://deno.land/std@0.221.0/csv/parse.ts";
export { z } from "https://deno.land/x/zod@v3.22.4/mod.ts";
export { compress } from "https://deno.land/x/zip@v1.2.5/mod.ts";

/* --- cli --- */
export { ensureDir } from "https://deno.land/std@0.210.0/fs/mod.ts";
export { parseArgs } from "https://deno.land/std@0.210.0/cli/parse_args.ts";
export { walk } from "https://deno.land/std@0.210.0/fs/walk.ts";
export { extname, join } from "https://deno.land/std@0.210.0/path/mod.ts";
export { ensureDir } from "https://deno.land/std@0.221.0/fs/mod.ts";
export { parseArgs } from "https://deno.land/std@0.221.0/cli/parse_args.ts";
export { walk } from "https://deno.land/std@0.221.0/fs/walk.ts";
export { extname, join } from "https://deno.land/std@0.221.0/path/mod.ts";

/* --- test --- */
export { assertEquals } from "https://deno.land/std@0.210.0/assert/assert_equals.ts";
export { assertEquals } from "https://deno.land/std@0.221.0/assert/assert_equals.ts";

0 comments on commit c20c84d

Please sign in to comment.