diff --git a/denops/@ddu-kinds/git_commit.ts b/denops/@ddu-kinds/git_commit.ts index e76483e..85e97f1 100644 --- a/denops/@ddu-kinds/git_commit.ts +++ b/denops/@ddu-kinds/git_commit.ts @@ -1,19 +1,19 @@ -import type { Denops } from "https://deno.land/x/ddu_vim@v3.10.2/deps.ts"; +import type { Denops } from "https://deno.land/x/ddu_vim@v3.10.3/deps.ts"; import { ActionFlags, BaseKind, -} from "https://deno.land/x/ddu_vim@v3.10.2/types.ts"; +} from "https://deno.land/x/ddu_vim@v3.10.3/types.ts"; import type { Actions, Previewer, -} from "https://deno.land/x/ddu_vim@v3.10.2/types.ts"; -import type { DduItem } from "https://deno.land/x/ddu_vim@v3.10.2/types.ts"; +} from "https://deno.land/x/ddu_vim@v3.10.3/types.ts"; +import type { DduItem } from "https://deno.land/x/ddu_vim@v3.10.3/types.ts"; import { echoallCommand } from "https://denopkg.com/kyoh86/denops-util@v0.0.6/command.ts"; import { yank } from "https://denopkg.com/kyoh86/denops-util@v0.0.6/yank.ts"; import { put } from "https://denopkg.com/kyoh86/denops-util@v0.0.6/put.ts"; -import type { GetPreviewerArguments } from "https://deno.land/x/ddu_vim@v3.10.2/base/kind.ts"; -import { ensure, is } from "https://deno.land/x/unknownutil@v3.16.3/mod.ts"; -import { fn } from "https://deno.land/x/ddu_vim@v3.10.2/deps.ts"; +import type { GetPreviewerArguments } from "https://deno.land/x/ddu_vim@v3.10.3/base/kind.ts"; +import { ensure, is } from "https://deno.land/x/unknownutil@v3.17.0/mod.ts"; +import { fn } from "https://deno.land/x/ddu_vim@v3.10.3/deps.ts"; export type ActionData = { kind: "commit"; diff --git a/denops/@ddu-sources/git_log.ts b/denops/@ddu-sources/git_log.ts index 3fc4e3c..ade67bf 100644 --- a/denops/@ddu-sources/git_log.ts +++ b/denops/@ddu-sources/git_log.ts @@ -1,8 +1,8 @@ -import type { GatherArguments } from "https://deno.land/x/ddu_vim@v3.10.2/base/source.ts"; -import { fn } from "https://deno.land/x/ddu_vim@v3.10.2/deps.ts"; -import { treePath2Filename } from "https://deno.land/x/ddu_vim@v3.10.2/utils.ts"; -import { BaseSource, Item } from "https://deno.land/x/ddu_vim@v3.10.2/types.ts"; -import { TextLineStream } from "https://deno.land/std@0.217.0/streams/text_line_stream.ts"; +import type { GatherArguments } from "https://deno.land/x/ddu_vim@v3.10.3/base/source.ts"; +import { fn } from "https://deno.land/x/ddu_vim@v3.10.3/deps.ts"; +import { treePath2Filename } from "https://deno.land/x/ddu_vim@v3.10.3/utils.ts"; +import { BaseSource, Item } from "https://deno.land/x/ddu_vim@v3.10.3/types.ts"; +import { TextLineStream } from "https://deno.land/std@0.219.1/streams/text_line_stream.ts"; import { ChunkedStream } from "https://deno.land/x/chunked_stream@0.1.4/mod.ts"; import { ActionData } from "../@ddu-kinds/git_commit.ts"; diff --git a/dummy_test.ts b/dummy_test.ts index c55202f..9d79c21 100644 --- a/dummy_test.ts +++ b/dummy_test.ts @@ -1,5 +1,5 @@ import { test } from "https://deno.land/x/denops_test@v1.6.2/mod.ts"; -import { assert } from "https://deno.land/std@0.217.0/assert/mod.ts"; +import { assert } from "https://deno.land/std@0.219.1/assert/mod.ts"; test({ mode: "all",