Skip to content

Commit 269afc4

Browse files
authored
Update deps (#20)
1 parent f10a559 commit 269afc4

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

denops/@ddc-file/deps.ts

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
export type {
22
Context,
33
Item,
4-
} from "https://deno.land/x/ddc_vim@v3.1.0/types.ts";
5-
export { BaseSource } from "https://deno.land/x/ddc_vim@v3.1.0/types.ts";
6-
export type { Denops } from "https://deno.land/x/ddc_vim@v3.1.0/deps.ts";
7-
export { fn, vars } from "https://deno.land/x/ddc_vim@v3.1.0/deps.ts";
4+
} from "https://deno.land/x/ddc_vim@v4.1.0/types.ts";
5+
export { BaseSource } from "https://deno.land/x/ddc_vim@v4.1.0/types.ts";
6+
export type { Denops } from "https://deno.land/x/ddc_vim@v4.1.0/deps.ts";
7+
export { fn, vars } from "https://deno.land/x/ddc_vim@v4.1.0/deps.ts";
88
export type {
99
GatherArguments,
10-
} from "https://deno.land/x/ddc_vim@v3.1.0/base/source.ts";
11-
export * as path from "https://deno.land/std@0.162.0/path/mod.ts";
12-
export * as io from "https://deno.land/std@0.162.0/io/mod.ts";
13-
export * as fs from "https://deno.land/std@0.162.0/fs/mod.ts";
14-
export * as asserts from "https://deno.land/std@0.162.0/testing/asserts.ts";
10+
GetCompletePositionArguments,
11+
} from "https://deno.land/x/ddc_vim@v4.1.0/base/source.ts";
12+
export * as path from "https://deno.land/std@0.205.0/path/mod.ts";
13+
export * as io from "https://deno.land/std@0.205.0/io/mod.ts";
14+
export * as fs from "https://deno.land/std@0.205.0/fs/mod.ts";
15+
export * as asserts from "https://deno.land/std@0.205.0/testing/asserts.ts";
1516
export {
1617
asyncIteratorFrom as fromA,
1718
iteratorFrom as from,
1819
wrapAsyncIterator as wrapA,
1920
wrapIterator as wrap,
2021
} from "https://deno.land/x/iterator_helpers@v0.1.2/mod.ts";
21-
import homeDir from "https://deno.land/x/dir@1.5.1/home_dir/mod.ts";
22+
import homeDir from "https://deno.land/x/dir@1.5.2/home_dir/mod.ts";
2223
export { homeDir };

0 commit comments

Comments
 (0)