Skip to content
This repository was archived by the owner on Jul 7, 2024. It is now read-only.

Commit 96faa35

Browse files
authored
Merge pull request #25 from lambdalisue/automation/update-dependencies
📦 Update Deno dependencies
2 parents 68b2707 + e92ff30 commit 96faa35

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

deps.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export { decodeStream, encode } from "https://deno.land/x/msgpack@v1.4/mod.ts";
2-
export { deferred, delay } from "https://deno.land/x/std@0.164.0/async/mod.ts";
3-
export * as streams from "https://deno.land/x/std@0.164.0/streams/mod.ts";
4-
export type { Deferred } from "https://deno.land/x/std@0.164.0/async/mod.ts";
5-
export type { Disposable } from "https://deno.land/x/disposable@v1.0.2/mod.ts";
2+
export { deferred, delay } from "https://deno.land/x/std@0.184.0/async/mod.ts";
3+
export * as streams from "https://deno.land/x/std@0.184.0/streams/mod.ts";
4+
export type { Deferred } from "https://deno.land/x/std@0.184.0/async/mod.ts";
5+
export type { Disposable } from "https://deno.land/x/disposable@v1.1.0/mod.ts";

deps_test.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export * from "https://deno.land/std@0.164.0/testing/asserts.ts";
2-
export { delay } from "https://deno.land/std@0.164.0/async/mod.ts";
3-
export { using } from "https://deno.land/x/disposable@v1.0.2/mod.ts";
1+
export * from "https://deno.land/std@0.184.0/testing/asserts.ts";
2+
export { delay } from "https://deno.land/std@0.184.0/async/mod.ts";
3+
export { using } from "https://deno.land/x/disposable@v1.1.0/mod.ts";

0 commit comments

Comments
 (0)