Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Nov 2, 2023
1 parent b2a7ab7 commit c30ecd6
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 72 deletions.
79 changes: 40 additions & 39 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

126 changes: 101 additions & 25 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/deps/std_async.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { type Deferred, deferred } from "https://deno.land/std@0.202.0/async/deferred.ts";
export { delay } from "https://deno.land/std@0.202.0/async/delay.ts";
export { type Deferred, deferred } from "https://deno.land/std@0.205.0/async/deferred.ts";
export { delay } from "https://deno.land/std@0.205.0/async/delay.ts";
6 changes: 3 additions & 3 deletions src/deps/std_collections.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { groupBy } from "https://deno.land/std@0.202.0/collections/group_by.ts";
export { chunk } from "https://deno.land/std@0.202.0/collections/chunk.ts";
export { slidingWindows } from "https://deno.land/std@0.202.0/collections/sliding_windows.ts";
export { groupBy } from "https://deno.land/std@0.205.0/collections/group_by.ts";
export { chunk } from "https://deno.land/std@0.205.0/collections/chunk.ts";
export { slidingWindows } from "https://deno.land/std@0.205.0/collections/sliding_windows.ts";
4 changes: 2 additions & 2 deletions src/deps/std_streams.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { TextLineStream } from "https://deno.land/std@0.202.0/streams/text_line_stream.ts";
export { toArrayBuffer } from "https://deno.land/std@0.202.0/streams/to_array_buffer.ts";
export { TextLineStream } from "https://deno.land/std@0.205.0/streams/text_line_stream.ts";
export { toArrayBuffer } from "https://deno.land/std@0.205.0/streams/to_array_buffer.ts";
2 changes: 1 addition & 1 deletion src/deps/std_testing.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.202.0/assert/mod.ts";
export * from "https://deno.land/std@0.205.0/assert/mod.ts";

0 comments on commit c30ecd6

Please sign in to comment.