Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Feb 29, 2024
1 parent ad6a028 commit 1eed305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions denops/@ddu-sources/git_log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import type { GatherArguments } from "https://deno.land/x/ddu_vim@v3.10.2/base/s
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.216.0/streams/text_line_stream.ts";
import { ChunkedStream } from "https://deno.land/x/chunked_stream@0.1.2/mod.ts";
import { TextLineStream } from "https://deno.land/std@0.217.0/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";
import { echoerrCommand } from "https://denopkg.com/kyoh86/denops-util@v0.0.6/command.ts";
Expand Down
2 changes: 1 addition & 1 deletion dummy_test.ts
Original file line number Diff line number Diff line change
@@ -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.216.0/assert/mod.ts";
import { assert } from "https://deno.land/std@0.217.0/assert/mod.ts";

test({
mode: "all",
Expand Down

0 comments on commit 1eed305

Please sign in to comment.