Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 10, 2024
1 parent b8af411 commit b69a0eb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions denops/dpp/deps.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
export type { Denops } from "https://deno.land/x/[email protected].0/mod.ts";
export type { Denops } from "https://deno.land/x/[email protected].2/mod.ts";
export {
echo,
execute,
} from "https://deno.land/x/[email protected].0/helper/mod.ts";
} from "https://deno.land/x/[email protected].2/helper/mod.ts";
export {
batch,
collect,
} from "https://deno.land/x/[email protected].0/batch/mod.ts";
export * as op from "https://deno.land/x/[email protected].0/option/mod.ts";
export * as fn from "https://deno.land/x/[email protected].0/function/mod.ts";
export * as vars from "https://deno.land/x/[email protected].0/variable/mod.ts";
export * as autocmd from "https://deno.land/x/[email protected].0/autocmd/mod.ts";
} from "https://deno.land/x/[email protected].2/batch/mod.ts";
export * as op from "https://deno.land/x/[email protected].2/option/mod.ts";
export * as fn from "https://deno.land/x/[email protected].2/function/mod.ts";
export * as vars from "https://deno.land/x/[email protected].2/variable/mod.ts";
export * as autocmd from "https://deno.land/x/[email protected].2/autocmd/mod.ts";

export { assertEquals, assertInstanceOf, equal } from "jsr:@std/assert@0.224.0";
export { assertEquals, assertInstanceOf, equal } from "jsr:@std/assert@0.225.1";
export {
basename,
dirname,
Expand Down

0 comments on commit b69a0eb

Please sign in to comment.