Skip to content

Commit

Permalink
chore: update deps to modern version (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsoft authored Sep 24, 2023
1 parent 4cd26f9 commit 5074e37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { join as joinPath } from "https://deno.land/std@0.177.0/path/mod.ts";
export { join as joinPath } from "https://deno.land/std@0.202.0/path/mod.ts";

export { parse as parseYaml } from "https://deno.land/std@0.177.0/encoding/yaml.ts";
export { parse as parseYaml } from "https://deno.land/std@0.202.0/yaml/mod.ts";

export { TextLineStream } from "https://deno.land/std@0.177.0/streams/text_line_stream.ts";
export { readableStreamFromReader } from "https://deno.land/std@0.177.0/streams/readable_stream_from_reader.ts";
export { TextLineStream } from "https://deno.land/std@0.202.0/streams/text_line_stream.ts";
export { readableStreamFromReader } from "https://deno.land/std@0.202.0/streams/readable_stream_from_reader.ts";

0 comments on commit 5074e37

Please sign in to comment.