Skip to content

Commit 9ff91df

Browse files
committed
📦 Update dependencies
1 parent 3f78a69 commit 9ff91df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

denops_std/deps.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
export * as fs from "https://deno.land/std@0.119.0/fs/mod.ts";
2-
export * as hash from "https://deno.land/std@0.119.0/hash/mod.ts";
3-
export * as path from "https://deno.land/std@0.119.0/path/mod.ts";
4-
export { deferred } from "https://deno.land/std@0.119.0/async/mod.ts";
1+
export * as fs from "https://deno.land/std@0.123.0/fs/mod.ts";
2+
export * as hash from "https://deno.land/std@0.123.0/hash/mod.ts";
3+
export * as path from "https://deno.land/std@0.123.0/path/mod.ts";
4+
export { deferred } from "https://deno.land/std@0.123.0/async/mod.ts";
55

66
export * from "https://deno.land/x/denops_core@v2.2.0/mod.ts#^";
77

denops_std/deps_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export * from "https://deno.land/std@0.119.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.123.0/testing/asserts.ts";
22

33
export * from "https://deno.land/x/denops_core@v2.2.0/test/mod.ts#^";

0 commit comments

Comments
 (0)