From 05a28a870e796b14c887efc9d4e3b7227e98001a Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sat, 24 Feb 2024 18:35:20 +0900 Subject: [PATCH] Update deps --- denops/dpp/deps.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/denops/dpp/deps.ts b/denops/dpp/deps.ts index 6a8fd4c..79b0ce6 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@v6.0.1/mod.ts"; +export type { Denops } from "https://deno.land/x/denops_std@v6.1.0/mod.ts"; export { echo, execute, -} from "https://deno.land/x/denops_std@v6.0.1/helper/mod.ts"; +} from "https://deno.land/x/denops_std@v6.1.0/helper/mod.ts"; export { batch, collect, -} from "https://deno.land/x/denops_std@v6.0.1/batch/mod.ts"; -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.15.0/mod.ts"; +} from "https://deno.land/x/denops_std@v6.1.0/batch/mod.ts"; +export * as op from "https://deno.land/x/denops_std@v6.1.0/option/mod.ts"; +export * as fn from "https://deno.land/x/denops_std@v6.1.0/function/mod.ts"; +export * as vars from "https://deno.land/x/denops_std@v6.1.0/variable/mod.ts"; +export * as autocmd from "https://deno.land/x/denops_std@v6.1.0/autocmd/mod.ts"; +export { ensure, is } from "https://deno.land/x/unknownutil@v3.16.3/mod.ts"; export { assertEquals, assertInstanceOf, equal, -} from "https://deno.land/std@0.215.0/assert/mod.ts"; +} from "https://deno.land/std@0.217.0/assert/mod.ts"; export { basename, dirname, @@ -25,10 +25,10 @@ export { parse, SEPARATOR as pathsep, toFileUrl, -} from "https://deno.land/std@0.215.0/path/mod.ts"; +} from "https://deno.land/std@0.217.0/path/mod.ts"; export { deadline, DeadlineError, -} from "https://deno.land/std@0.215.0/async/mod.ts"; +} from "https://deno.land/std@0.217.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";