Skip to content

Commit 7704e81

Browse files
committed
📦 Update denops_core
1 parent 632235a commit 7704e81

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.106.0/hash/mod.ts#=";
33
export * as path from "https://deno.land/std@0.106.0/path/mod.ts#=";
44
export { deferred } from "https://deno.land/std@0.106.0/async/mod.ts#=";
55

6-
export * from "https://deno.land/x/denops_core@v1.10.1/mod.ts#^";
6+
export * from "https://deno.land/x/denops_core@v1.10.2/mod.ts#^";
77

88
export * from "https://deno.land/x/unknownutil@v1.1.1/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.106.0/testing/asserts.ts#=";
22

3-
export * from "https://deno.land/x/denops_core@v1.10.1/test/mod.ts#^";
3+
export * from "https://deno.land/x/denops_core@v1.10.2/test/mod.ts#^";

0 commit comments

Comments
 (0)