From 22f683b6a79e46f09878a4d059037784e826e930 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Fri, 9 Feb 2024 13:02:14 +0900 Subject: [PATCH] Update deps --- denops/ddu/deps.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/denops/ddu/deps.ts b/denops/ddu/deps.ts index 83ca1c2..e1d2ef8 100644 --- a/denops/ddu/deps.ts +++ b/denops/ddu/deps.ts @@ -11,20 +11,20 @@ export * as op from "https://deno.land/x/denops_std@v6.0.1/option/mod.ts"; export * as fn from "https://deno.land/x/denops_std@v6.0.1/function/mod.ts"; export * as vars from "https://deno.land/x/denops_std@v6.0.1/variable/mod.ts"; export * as autocmd from "https://deno.land/x/denops_std@v6.0.1/autocmd/mod.ts"; -export { ensure, is } from "https://deno.land/x/unknownutil@v3.14.1/mod.ts"; +export { ensure, is } from "https://deno.land/x/unknownutil@v3.15.0/mod.ts"; export { assertEquals, equal, -} from "https://deno.land/std@0.214.0/assert/mod.ts"; -export { parse, toFileUrl } from "https://deno.land/std@0.214.0/path/mod.ts"; +} from "https://deno.land/std@0.215.0/assert/mod.ts"; +export { parse, toFileUrl } from "https://deno.land/std@0.215.0/path/mod.ts"; export { deadline, DeadlineError, -} from "https://deno.land/std@0.214.0/async/mod.ts"; +} from "https://deno.land/std@0.215.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"; export { basename, dirname, SEP as pathsep, -} from "https://deno.land/std@0.214.0/path/mod.ts"; +} from "https://deno.land/std@0.215.0/path/mod.ts";