Skip to content

Commit

Permalink
Merge pull request #107 from vim-denops/automation/update-dependencie…
Browse files Browse the repository at this point in the history
…s-1633863671

📦 Update Deno dependencies
  • Loading branch information
lambdalisue committed Oct 10, 2021
2 parents c0f77ab + b6654c1 commit 511e1b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions denops_std/deps.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export * as fs from "https://deno.land/std@0.109.0/fs/mod.ts";
export * as hash from "https://deno.land/std@0.109.0/hash/mod.ts";
export * as path from "https://deno.land/std@0.109.0/path/mod.ts";
export { deferred } from "https://deno.land/std@0.109.0/async/mod.ts";
export * as fs from "https://deno.land/std@0.110.0/fs/mod.ts";
export * as hash from "https://deno.land/std@0.110.0/hash/mod.ts";
export * as path from "https://deno.land/std@0.110.0/path/mod.ts";
export { deferred } from "https://deno.land/std@0.110.0/async/mod.ts";

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

export * from "https://deno.land/x/unknownutil@v1.1.2/mod.ts#^";
export * from "https://deno.land/x/unknownutil@v1.1.4/mod.ts#^";
4 changes: 2 additions & 2 deletions denops_std/deps_test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from "https://deno.land/std@0.109.0/testing/asserts.ts";
export * from "https://deno.land/std@0.110.0/testing/asserts.ts";

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

0 comments on commit 511e1b6

Please sign in to comment.