diff --git a/denops/@ddu-kinds/cpl.ts b/denops/@ddu-kinds/cpl.ts index 2dd42d2..095bd58 100644 --- a/denops/@ddu-kinds/cpl.ts +++ b/denops/@ddu-kinds/cpl.ts @@ -3,8 +3,8 @@ import { Actions, BaseKind, DduItem, -} from "https://deno.land/x/ddu_vim@v3.9.0/types.ts"; -import { Denops, fn } from "https://deno.land/x/ddu_vim@v3.9.0/deps.ts"; +} from "https://deno.land/x/ddu_vim@v4.1.0/types.ts"; +import { Denops, fn } from "https://deno.land/x/ddu_vim@v4.1.0/deps.ts"; import { ActionData } from "../@ddu-sources/cpl.ts"; type Params = Record; diff --git a/denops/@ddu-sources/cpl.ts b/denops/@ddu-sources/cpl.ts index abd7a3f..4975183 100644 --- a/denops/@ddu-sources/cpl.ts +++ b/denops/@ddu-sources/cpl.ts @@ -1,6 +1,6 @@ -import { BaseSource, Item } from "https://deno.land/x/ddu_vim@v3.9.0/types.ts"; -import { Denops } from "https://deno.land/x/ddu_vim@v3.9.0/deps.ts"; -import { join, resolve } from "https://deno.land/std@0.210.0/path/mod.ts"; +import { BaseSource, Item } from "https://deno.land/x/ddu_vim@v4.1.0/types.ts"; +import { Denops } from "https://deno.land/x/ddu_vim@v4.1.0/deps.ts"; +import { join, resolve } from "https://deno.land/std@0.224.0/path/mod.ts"; type Params = Record; diff --git a/tests/test_runner.ts b/tests/test_runner.ts index 07fedde..9046bb3 100644 --- a/tests/test_runner.ts +++ b/tests/test_runner.ts @@ -1,8 +1,8 @@ -import { parse } from "https://deno.land/std@0.210.0/toml/mod.ts"; -import { dirname, join } from "https://deno.land/std@0.210.0/path/mod.ts"; -import { exists } from "https://deno.land/std@0.210.0/fs/mod.ts"; -import { ensure, is } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts"; -import { writeAll } from "https://deno.land/std@0.210.0/streams/mod.ts"; +import { parse } from "https://deno.land/std@0.224.0/toml/mod.ts"; +import { dirname, join } from "https://deno.land/std@0.224.0/path/mod.ts"; +import { exists } from "https://deno.land/std@0.224.0/fs/mod.ts"; +import { ensure, is } from "https://deno.land/x/unknownutil@v3.18.1/mod.ts"; +import { writeAll } from "https://deno.land/std@0.224.0/streams/mod.ts"; const libPath = Deno.args[0]; const textDecoder = new TextDecoder("utf-8");