diff --git a/denops/@ddu-kinds/git_commit.ts b/denops/@ddu-kinds/git_commit.ts index ca265a7..38ba899 100644 --- a/denops/@ddu-kinds/git_commit.ts +++ b/denops/@ddu-kinds/git_commit.ts @@ -4,14 +4,14 @@ import { type Actions, BaseKind, type Previewer, -} from "https://deno.land/x/ddu_vim@v4.1.0/types.ts"; +} from "https://deno.land/x/ddu_vim@v4.1.1/types.ts"; import type { DduItem } from "https://deno.land/x/ddu_vim@v4.1.0/types.ts"; import { echoallCommand } from "https://denopkg.com/kyoh86/denops-util@master/command.ts"; import { yank } from "https://denopkg.com/kyoh86/denops-util@master/yank.ts"; import { put } from "https://denopkg.com/kyoh86/denops-util@master/put.ts"; -import type { GetPreviewerArguments } from "https://deno.land/x/ddu_vim@v4.1.0/base/kind.ts"; +import type { GetPreviewerArguments } from "https://deno.land/x/ddu_vim@v4.1.1/base/kind.ts"; import { ensure, is } from "https://deno.land/x/unknownutil@v3.18.1/mod.ts"; -import { fn } from "https://deno.land/x/ddu_vim@v4.1.0/deps.ts"; +import { fn } from "https://deno.land/x/ddu_vim@v4.1.1/deps.ts"; export type ActionData = { kind: "commit"; diff --git a/denops/@ddu-sources/git_log.ts b/denops/@ddu-sources/git_log.ts index 3db0cd6..043fb56 100644 --- a/denops/@ddu-sources/git_log.ts +++ b/denops/@ddu-sources/git_log.ts @@ -1,7 +1,7 @@ -import type { GatherArguments } from "https://deno.land/x/ddu_vim@v4.1.0/base/source.ts"; -import { fn } from "https://deno.land/x/ddu_vim@v4.1.0/deps.ts"; -import { treePath2Filename } from "https://deno.land/x/ddu_vim@v4.1.0/utils.ts"; -import { BaseSource, Item } from "https://deno.land/x/ddu_vim@v4.1.0/types.ts"; +import type { GatherArguments } from "https://deno.land/x/ddu_vim@v4.1.1/base/source.ts"; +import { fn } from "https://deno.land/x/ddu_vim@v4.1.1/deps.ts"; +import { treePath2Filename } from "https://deno.land/x/ddu_vim@v4.1.1/utils.ts"; +import { BaseSource, Item } from "https://deno.land/x/ddu_vim@v4.1.1/types.ts"; import { TextLineStream } from "https://deno.land/std@0.224.0/streams/text_line_stream.ts"; import { ChunkedStream } from "https://deno.land/x/chunked_stream@0.1.4/mod.ts";