Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jun 1, 2024
1 parent 8fadcc3 commit 0f3a22f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions denops/ddu/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ 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, equal } from "jsr:@std/assert@0.225.1";
export { assertEquals, equal } from "jsr:@std/assert@0.225.3";
export {
basename,
dirname,
parse,
SEPARATOR as pathsep,
toFileUrl,
} from "jsr:@std/path@0.224.0";
export { deadline, DeadlineError } from "jsr:@std/async@0.224.0";
} from "jsr:@std/path@0.225.1";
export { deadline, DeadlineError } from "jsr:@std/async@0.224.1";

export { ensure, is, maybe } from "jsr:@core/unknownutil@3.18.1";
export { TimeoutError } from "https://deno.land/x/msgpack_rpc@v4.0.1/response_waiter.ts";
Expand Down

0 comments on commit 0f3a22f

Please sign in to comment.