Skip to content

Commit 5fd76b3

Browse files
authored
Merge pull request #102 from vim-denops/update-deno-dependencies
📦 Update deno dependencies
2 parents 27b9173 + 9129e1c commit 5fd76b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

denops_std/deps.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
export * as fs from "https://deno.land/std@0.108.0/fs/mod.ts";
2-
export * as hash from "https://deno.land/std@0.108.0/hash/mod.ts";
3-
export * as path from "https://deno.land/std@0.108.0/path/mod.ts";
4-
export { deferred } from "https://deno.land/std@0.108.0/async/mod.ts";
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";
55

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

denops_std/deps_test.ts

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

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

0 commit comments

Comments
 (0)