From a8087cacd211bbe79667a788ac7ca25ce4918e94 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Thu, 22 Jun 2023 07:58:56 +0900 Subject: [PATCH] Update deps --- denops/ddu/deps.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/denops/ddu/deps.ts b/denops/ddu/deps.ts index b8fe0a3..76b85fe 100644 --- a/denops/ddu/deps.ts +++ b/denops/ddu/deps.ts @@ -1,35 +1,35 @@ -export type { Denops } from "https://deno.land/x/denops_std@v5.0.0/mod.ts"; +export type { Denops } from "https://deno.land/x/denops_std@v5.0.1/mod.ts"; export { echo, execute, -} from "https://deno.land/x/denops_std@v5.0.0/helper/mod.ts"; +} from "https://deno.land/x/denops_std@v5.0.1/helper/mod.ts"; export { batch, collect, -} from "https://deno.land/x/denops_std@v5.0.0/batch/mod.ts"; -export * as op from "https://deno.land/x/denops_std@v5.0.0/option/mod.ts"; -export * as fn from "https://deno.land/x/denops_std@v5.0.0/function/mod.ts"; -export * as vars from "https://deno.land/x/denops_std@v5.0.0/variable/mod.ts"; -export * as autocmd from "https://deno.land/x/denops_std@v5.0.0/autocmd/mod.ts"; +} from "https://deno.land/x/denops_std@v5.0.1/batch/mod.ts"; +export * as op from "https://deno.land/x/denops_std@v5.0.1/option/mod.ts"; +export * as fn from "https://deno.land/x/denops_std@v5.0.1/function/mod.ts"; +export * as vars from "https://deno.land/x/denops_std@v5.0.1/variable/mod.ts"; +export * as autocmd from "https://deno.land/x/denops_std@v5.0.1/autocmd/mod.ts"; export { ensureArray, ensureNumber, ensureObject, ensureString, -} from "https://deno.land/x/unknownutil@v2.1.1/mod.ts"; +} from "https://deno.land/x/unknownutil@v3.0.0/mod.ts"; export { assertEquals, equal, -} from "https://deno.land/std@0.191.0/testing/asserts.ts"; -export { parse, toFileUrl } from "https://deno.land/std@0.191.0/path/mod.ts"; +} from "https://deno.land/std@0.192.0/testing/asserts.ts"; +export { parse, toFileUrl } from "https://deno.land/std@0.192.0/path/mod.ts"; export { deadline, DeadlineError, -} from "https://deno.land/std@0.191.0/async/mod.ts"; +} from "https://deno.land/std@0.192.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.0.2/mod.ts"; export { basename, dirname, SEP as pathsep, -} from "https://deno.land/std@0.191.0/path/mod.ts"; +} from "https://deno.land/std@0.192.0/path/mod.ts";