From eab4cb38b7c6d95f1e91cdc16821c0c1186b4565 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sat, 1 Jun 2024 10:01:03 +0900 Subject: [PATCH] Update deps --- denops/dpp/deps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denops/dpp/deps.ts b/denops/dpp/deps.ts index 509aedf..06d1f51 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.2"; +export { assertEquals, assertInstanceOf, equal } from "jsr:@std/assert@0.225.3"; export { basename, dirname, @@ -25,7 +25,7 @@ export { SEPARATOR as pathsep, toFileUrl, } from "jsr:@std/path@0.225.1"; -export { deadline, DeadlineError } from "jsr:@std/async@0.224.0"; +export { deadline, DeadlineError } from "jsr:@std/async@0.224.1"; export { TimeoutError } from "https://deno.land/x/msgpack_rpc@v4.0.1/response_waiter.ts"; export { Lock } from "jsr:@lambdalisue/async@2.1.1";