Skip to content

Commit 6ab0826

Browse files
committed
📦 Update dependencies
1 parent 81bbad4 commit 6ab0826

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

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

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

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

0 commit comments

Comments
 (0)