Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 12, 2024
1 parent fbfbea5 commit 5a3c04d
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,21 +1,21 @@
export type {
Denops,
Entrypoint,
} from "https://deno.land/x/denops_std@v6.5.0/mod.ts";
} from "https://deno.land/x/denops_std@v6.5.1/mod.ts";
export {
echo,
execute,
} from "https://deno.land/x/denops_std@v6.5.0/helper/mod.ts";
} from "https://deno.land/x/denops_std@v6.5.1/helper/mod.ts";
export {
batch,
collect,
} from "https://deno.land/x/denops_std@v6.5.0/batch/mod.ts";
export * as op from "https://deno.land/x/denops_std@v6.5.0/option/mod.ts";
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";
} from "https://deno.land/x/denops_std@v6.5.1/batch/mod.ts";
export * as op from "https://deno.land/x/denops_std@v6.5.1/option/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v6.5.1/function/mod.ts";
export * as vars from "https://deno.land/x/denops_std@v6.5.1/variable/mod.ts";
export * as autocmd from "https://deno.land/x/denops_std@v6.5.1/autocmd/mod.ts";

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

0 comments on commit 5a3c04d

Please sign in to comment.