Skip to content

Commit 511e1b6

Browse files
authored
Merge pull request #107 from vim-denops/automation/update-dependencies-1633863671
📦 Update Deno dependencies
2 parents c0f77ab + b6654c1 commit 511e1b6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

denops_std/deps.ts

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

6-
export * from "https://deno.land/x/denops_core@v2.0.0/mod.ts#^";
6+
export * from "https://deno.land/x/denops_core@v2.0.1/mod.ts#^";
77

8-
export * from "https://deno.land/x/unknownutil@v1.1.2/mod.ts#^";
8+
export * from "https://deno.land/x/unknownutil@v1.1.4/mod.ts#^";

denops_std/deps_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export * from "https://deno.land/std@0.109.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.110.0/testing/asserts.ts";
22

3-
export * from "https://deno.land/x/denops_core@v2.0.0/test/mod.ts#^";
3+
export * from "https://deno.land/x/denops_core@v2.0.1/test/mod.ts#^";

0 commit comments

Comments
 (0)