Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Jul 4, 2024
1 parent 253c568 commit 64da14e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions denops/@ddu-kinds/git_commit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
8 changes: 4 additions & 4 deletions denops/@ddu-sources/git_log.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 64da14e

Please sign in to comment.