From 1eed30500084b1ea45a326701776137a9f717368 Mon Sep 17 00:00:00 2001 From: kyoh86 Date: Thu, 29 Feb 2024 22:29:55 +0900 Subject: [PATCH] Update dependencies --- denops/@ddu-sources/git_log.ts | 4 ++-- dummy_test.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/denops/@ddu-sources/git_log.ts b/denops/@ddu-sources/git_log.ts index 4a04b48..3fc4e3c 100644 --- a/denops/@ddu-sources/git_log.ts +++ b/denops/@ddu-sources/git_log.ts @@ -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"; diff --git a/dummy_test.ts b/dummy_test.ts index f407f7e..c55202f 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.216.0/assert/mod.ts"; +import { assert } from "https://deno.land/std@0.217.0/assert/mod.ts"; test({ mode: "all",