diff --git a/denops/ddu/deps.ts b/denops/ddu/deps.ts index 80b7281..6e06f9a 100644 --- a/denops/ddu/deps.ts +++ b/denops/ddu/deps.ts @@ -1,30 +1,30 @@ -export type { Denops } from "https://deno.land/x/denops_std@v5.1.0/mod.ts"; +export type { Denops } from "https://deno.land/x/denops_std@v5.2.0/mod.ts"; export { echo, execute, -} from "https://deno.land/x/denops_std@v5.1.0/helper/mod.ts"; +} from "https://deno.land/x/denops_std@v5.2.0/helper/mod.ts"; export { batch, collect, -} from "https://deno.land/x/denops_std@v5.1.0/batch/mod.ts"; -export * as op from "https://deno.land/x/denops_std@v5.1.0/option/mod.ts"; -export * as fn from "https://deno.land/x/denops_std@v5.1.0/function/mod.ts"; -export * as vars from "https://deno.land/x/denops_std@v5.1.0/variable/mod.ts"; -export * as autocmd from "https://deno.land/x/denops_std@v5.1.0/autocmd/mod.ts"; +} from "https://deno.land/x/denops_std@v5.2.0/batch/mod.ts"; +export * as op from "https://deno.land/x/denops_std@v5.2.0/option/mod.ts"; +export * as fn from "https://deno.land/x/denops_std@v5.2.0/function/mod.ts"; +export * as vars from "https://deno.land/x/denops_std@v5.2.0/variable/mod.ts"; +export * as autocmd from "https://deno.land/x/denops_std@v5.2.0/autocmd/mod.ts"; export { ensure, is } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts"; export { assertEquals, equal, -} from "https://deno.land/std@0.208.0/assert/mod.ts"; -export { parse, toFileUrl } from "https://deno.land/std@0.208.0/path/mod.ts"; +} from "https://deno.land/std@0.209.0/assert/mod.ts"; +export { parse, toFileUrl } from "https://deno.land/std@0.209.0/path/mod.ts"; export { deadline, DeadlineError, -} from "https://deno.land/std@0.208.0/async/mod.ts"; +} from "https://deno.land/std@0.209.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.208.0/path/mod.ts"; +} from "https://deno.land/std@0.209.0/path/mod.ts";