From 56c2386bdddde6f0e65844634c9de04c275d8805 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 4 Feb 2024 10:21:39 +0900 Subject: [PATCH] Update deps --- denops/@ddu-sources/dpp.ts | 4 ++-- denops/dpp/deps.ts | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/denops/@ddu-sources/dpp.ts b/denops/@ddu-sources/dpp.ts index af53e08..6ec895f 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@v3.9.0/types.ts"; -import { Denops, vars } from "https://deno.land/x/ddu_vim@v3.9.0/deps.ts"; +} from "https://deno.land/x/ddu_vim@v3.10.2/types.ts"; +import { Denops, vars } from "https://deno.land/x/ddu_vim@v3.10.2/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 ca8cd86..1dbbbd2 100644 --- a/denops/dpp/deps.ts +++ b/denops/dpp/deps.ts @@ -1,22 +1,22 @@ -export type { Denops } from "https://deno.land/x/denops_std@v5.2.0/mod.ts"; +export type { Denops } from "https://deno.land/x/denops_std@v6.0.0/mod.ts"; export { echo, execute, -} from "https://deno.land/x/denops_std@v5.2.0/helper/mod.ts"; +} from "https://deno.land/x/denops_std@v6.0.0/helper/mod.ts"; export { batch, collect, -} from "https://deno.land/x/denops_std@v5.2.0/batch/mod.ts"; -export * as op from "https://deno.land/x/denops_std@v5.2.0/option/mod.ts"; -export * as fn from "https://deno.land/x/denops_std@v5.2.0/function/mod.ts"; -export * as vars from "https://deno.land/x/denops_std@v5.2.0/variable/mod.ts"; -export * as autocmd from "https://deno.land/x/denops_std@v5.2.0/autocmd/mod.ts"; +} from "https://deno.land/x/denops_std@v6.0.0/batch/mod.ts"; +export * as op from "https://deno.land/x/denops_std@v6.0.0/option/mod.ts"; +export * as fn from "https://deno.land/x/denops_std@v6.0.0/function/mod.ts"; +export * as vars from "https://deno.land/x/denops_std@v6.0.0/variable/mod.ts"; +export * as autocmd from "https://deno.land/x/denops_std@v6.0.0/autocmd/mod.ts"; export { ensure, is } from "https://deno.land/x/unknownutil@v3.14.1/mod.ts"; export { assertEquals, assertInstanceOf, equal, -} from "https://deno.land/std@0.212.0/assert/mod.ts"; +} from "https://deno.land/std@0.214.0/assert/mod.ts"; export { basename, dirname, @@ -25,10 +25,10 @@ export { parse, SEP as pathsep, toFileUrl, -} from "https://deno.land/std@0.212.0/path/mod.ts"; +} from "https://deno.land/std@0.214.0/path/mod.ts"; export { deadline, DeadlineError, -} from "https://deno.land/std@0.212.0/async/mod.ts"; +} from "https://deno.land/std@0.214.0/async/mod.ts"; export { TimeoutError } from "https://deno.land/x/msgpack_rpc@v4.0.1/response_waiter.ts"; export { Lock } from "https://deno.land/x/async@v2.1.0/mod.ts";