From 23f46bb5499b8abb11ea6db1ca70b53775ccad3d Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Fri, 17 May 2024 09:46:12 +0900 Subject: [PATCH] Update deps --- denops/@ddu-sources/dpp.ts | 4 ++-- denops/dpp/deps.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/denops/@ddu-sources/dpp.ts b/denops/@ddu-sources/dpp.ts index 9d9cffb..6f00686 100644 --- a/denops/@ddu-sources/dpp.ts +++ b/denops/@ddu-sources/dpp.ts @@ -3,8 +3,8 @@ import { ActionFlags, BaseSource, Item, -} from "https://deno.land/x/ddu_vim@v4.0.0/types.ts"; -import { Denops, vars } from "https://deno.land/x/ddu_vim@v4.0.0/deps.ts"; +} from "https://deno.land/x/ddu_vim@v4.1.0/types.ts"; +import { Denops, vars } from "https://deno.land/x/ddu_vim@v4.1.0/deps.ts"; import { ActionData } from "https://deno.land/x/ddu_kind_file@v0.7.1/file.ts"; import { Plugin } from "../dpp/types.ts"; diff --git a/denops/dpp/deps.ts b/denops/dpp/deps.ts index a90f8cc..509aedf 100644 --- a/denops/dpp/deps.ts +++ b/denops/dpp/deps.ts @@ -15,7 +15,7 @@ export * as fn from "https://deno.land/x/denops_std@v6.5.0/function/mod.ts"; export * as vars from "https://deno.land/x/denops_std@v6.5.0/variable/mod.ts"; export * as autocmd from "https://deno.land/x/denops_std@v6.5.0/autocmd/mod.ts"; -export { assertEquals, assertInstanceOf, equal } from "jsr:@std/assert@0.225.1"; +export { assertEquals, assertInstanceOf, equal } from "jsr:@std/assert@0.225.2"; export { basename, dirname, @@ -24,7 +24,7 @@ export { parse, SEPARATOR as pathsep, toFileUrl, -} from "jsr:@std/path@0.224.0"; +} from "jsr:@std/path@0.225.1"; export { deadline, DeadlineError } from "jsr:@std/async@0.224.0"; export { TimeoutError } from "https://deno.land/x/msgpack_rpc@v4.0.1/response_waiter.ts";