Skip to content

Commit 416abbf

Browse files
committed
update deps
1 parent 86f71ea commit 416abbf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
File renamed without changes.

denops/ddc-file/deps.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
export type {
22
Candidate,
33
Context,
4-
} from "https://deno.land/x/ddc_vim@v0.12.0/types.ts";
5-
export { BaseSource } from "https://deno.land/x/ddc_vim@v0.12.0/types.ts";
6-
export type { Denops } from "https://deno.land/x/ddc_vim@v0.12.0/deps.ts";
7-
export { fn, vars } from "https://deno.land/x/ddc_vim@v0.12.0/deps.ts";
4+
} from "https://deno.land/x/ddc_vim@v0.13.0/types.ts";
5+
export { BaseSource } from "https://deno.land/x/ddc_vim@v0.13.0/types.ts";
6+
export type { Denops } from "https://deno.land/x/ddc_vim@v0.13.0/deps.ts";
7+
export { fn, vars } from "https://deno.land/x/ddc_vim@v0.13.0/deps.ts";
88
export type {
99
GatherCandidatesArguments,
10-
} from "https://deno.land/x/ddc_vim@v0.12.0/base/source.ts";
10+
} from "https://deno.land/x/ddc_vim@v0.13.0/base/source.ts";
1111
export * as path from "https://deno.land/std@0.107.0/path/mod.ts";
1212
export * as io from "https://deno.land/std@0.107.0/io/mod.ts";
1313
export * as fs from "https://deno.land/std@0.107.0/fs/mod.ts";

test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import "./denops/ddc-sources/file.ts";
1+
import "./denops/@ddc-sources/file.ts";
22
import "./denops/ddc-file/util.spec.ts";

0 commit comments

Comments
 (0)