Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Oct 3, 2023
1 parent d8fabff commit 84a4b70
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 69 deletions.
1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"lock": false,
"importMap": "./import_map.json"
}
63 changes: 0 additions & 63 deletions deno.lock

This file was deleted.

8 changes: 4 additions & 4 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export {
normalize,
resolve,
toFileUrl,
} from "https://deno.land/std@0.188.0/path/mod.ts";
export { ensureDir } from "https://deno.land/std@0.188.0/fs/mod.ts";
export { encode as hex } from "https://deno.land/std@0.188.0/encoding/hex.ts";
export { green } from "https://deno.land/std@0.188.0/fmt/colors.ts";
} from "https://deno.land/std@0.203.0/path/mod.ts";
export { ensureDir } from "https://deno.land/std@0.203.0/fs/mod.ts";
export { encode as hex } from "https://deno.land/std@0.203.0/encoding/hex.ts";
export { green } from "https://deno.land/std@0.203.0/fmt/colors.ts";
4 changes: 2 additions & 2 deletions test_deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "https://deno.land/std@0.188.0/testing/asserts.ts";
export * from "https://deno.land/std@0.188.0/path/mod.ts";
export * from "https://deno.land/std@0.203.0/assert/mod.ts";
export * from "https://deno.land/std@0.203.0/path/mod.ts";

0 comments on commit 84a4b70

Please sign in to comment.