Skip to content

Commit

Permalink
chore(deps): update deno dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Mar 4, 2022
1 parent 6638831 commit 9fbe609
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ export {
assert,
assertEquals,
assertThrows,
} from "https://deno.land/std@0.127.0/testing/asserts.ts";
} from "https://deno.land/std@0.128.0/testing/asserts.ts";
export {
decode,
encode,
} from "https://deno.land/std@0.127.0/encoding/base64.ts";
} from "https://deno.land/std@0.128.0/encoding/base64.ts";
export {
parse as parseYaml,
stringify as stringifyYaml,
} from "https://deno.land/std@0.127.0/encoding/yaml.ts";
export { createHash } from "https://deno.land/std@0.127.0/hash/mod.ts";
export { basename, extname } from "https://deno.land/std@0.127.0/path/mod.ts";
export { debounce } from "https://deno.land/std@0.127.0/async/mod.ts";
export { parse as parseCli } from "https://deno.land/std@0.127.0/flags/mod.ts";
export { mapValues } from "https://deno.land/std@0.127.0/collections/mod.ts";
} from "https://deno.land/std@0.128.0/encoding/yaml.ts";
export { createHash } from "https://deno.land/std@0.128.0/hash/mod.ts";
export { basename, extname } from "https://deno.land/std@0.128.0/path/mod.ts";
export { debounce } from "https://deno.land/std@0.128.0/async/mod.ts";
export { parse as parseCli } from "https://deno.land/std@0.128.0/flags/mod.ts";
export { mapValues } from "https://deno.land/std@0.128.0/collections/mod.ts";

export {
json,
Expand Down

0 comments on commit 9fbe609

Please sign in to comment.