Skip to content

Commit f865f2c

Browse files
authored
📦 Update deno dependencies
1 parent 1a1d8e4 commit f865f2c

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.8.0/mod.ts#^";
6+
export * from "https://deno.land/x/denops_core@v1.9.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.106.0/testing/asserts.ts#^";
22

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

0 commit comments

Comments
 (0)