Skip to content

Commit 0147bb8

Browse files
authored
Merge pull request #111 from vim-denops/automation/update-dependencies
📦 Update Deno dependencies
2 parents 06577eb + b74087c commit 0147bb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

denops_std/deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ export * as hash from "https://deno.land/std@0.111.0/hash/mod.ts";
33
export * as path from "https://deno.land/std@0.111.0/path/mod.ts";
44
export { deferred } from "https://deno.land/std@0.111.0/async/mod.ts";
55

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

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

denops_std/deps_test.ts

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

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

0 commit comments

Comments
 (0)