Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Feb 24, 2024
1 parent e8acf1c commit 05a28a8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions denops/dpp/deps.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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/[email protected]/response_waiter.ts";
export { Lock } from "https://deno.land/x/[email protected]/mod.ts";

0 comments on commit 05a28a8

Please sign in to comment.