Skip to content

Commit

Permalink
build(deps): bump std from 0.211.0 to 0.224.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denopendabot committed Jan 6, 2025
1 parent d1d7eb0 commit 2672156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nublar.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { join, resolve } from "https://deno.land/std@0.211.0/path/mod.ts";
import { ensureDir } from "https://deno.land/std@0.211.0/fs/ensure_dir.ts";
import { join, resolve } from "https://deno.land/std@0.224.0/path/mod.ts";
import { ensureDir } from "https://deno.land/std@0.224.0/fs/ensure_dir.ts";
import { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
import { Table } from "https://deno.land/x/cliffy@v0.25.7/table/mod.ts";
import dir from "https://deno.land/x/dir@1.5.2/mod.ts";
Expand Down
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
assertEquals,
assertMatch,
assertNotMatch,
} from "https://deno.land/std@0.211.0/assert/mod.ts";
} from "https://deno.land/std@0.224.0/assert/mod.ts";
import { $, CommandBuilder } from "https://deno.land/x/dax@0.36.0/mod.ts";

const isWindows = Deno.build.os === "windows";
Expand Down

0 comments on commit 2672156

Please sign in to comment.