Skip to content

Commit 0402583

Browse files
authored
Merge pull request #99 from vim-denops/update-deno-dependencies
📦 Update deno dependencies
2 parents d4a3a61 + e2b266e commit 0402583

File tree

7 files changed

+10
-387
lines changed

7 files changed

+10
-387
lines changed

denops_std/deps.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
export * as fs from "https://deno.land/std@0.106.0/fs/mod.ts#^";
2-
export * as hash from "https://deno.land/std@0.106.0/hash/mod.ts#^";
3-
export * as path from "https://deno.land/std@0.106.0/path/mod.ts#^";
4-
export { deferred } from "https://deno.land/std@0.106.0/async/mod.ts#^";
1+
export * as fs from "https://deno.land/std@0.107.0/fs/mod.ts#^";
2+
export * as hash from "https://deno.land/std@0.107.0/hash/mod.ts#^";
3+
export * as path from "https://deno.land/std@0.107.0/path/mod.ts#^";
4+
export { deferred } from "https://deno.land/std@0.107.0/async/mod.ts#^";
55

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

8-
export * from "https://deno.land/x/unknownutil@v1.1.0/mod.ts";
8+
export * from "https://deno.land/x/unknownutil@v1.1.1/mod.ts";

denops_std/deps_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export * from "https://deno.land/std@0.106.0/testing/asserts.ts#^";
1+
export * from "https://deno.land/std@0.107.0/testing/asserts.ts#^";
22

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

denops_std/function/vim/_generated.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ export function balloon_split(
6767
return denops.call("balloon_split", ...args);
6868
}
6969

70-
/**
71-
*
72-
*/
70+
/**/
7371
export function buffer_exists(denops: Denops): Promise<unknown>;
7472
export function buffer_exists(
7573
denops: Denops,
@@ -100,9 +98,7 @@ export function buffer_number(
10098
return denops.call("buffer_number", ...args);
10199
}
102100

103-
/**
104-
*
105-
*/
101+
/**/
106102
export function last_buffer_nr(denops: Denops): Promise<unknown>;
107103
export function last_buffer_nr(
108104
denops: Denops,

0 commit comments

Comments
 (0)