Skip to content

Commit 3210bf3

Browse files
authored
Merge pull request #118 from vim-denops/automation/update-dependencies
📦 Update Deno dependencies
2 parents a8daf69 + 882a108 commit 3210bf3

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.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";
1+
export * as fs from "https://deno.land/std@0.126.0/fs/mod.ts";
2+
export * as hash from "https://deno.land/std@0.126.0/hash/mod.ts";
3+
export * as path from "https://deno.land/std@0.126.0/path/mod.ts";
4+
export { deferred } from "https://deno.land/std@0.126.0/async/mod.ts";
55

66
export * from "https://deno.land/x/denops_core@v3.0.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.123.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.126.0/testing/asserts.ts";
22

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

0 commit comments

Comments
 (0)