Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 14, 2024
1 parent c53ac67 commit 6d4ca43
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions denops/ddc/deps.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
export type { Denops } from "https://deno.land/x/denops_std@v6.3.0/mod.ts";
export type { Denops } from "https://deno.land/x/denops_std@v6.4.0/mod.ts";
export {
echo,
execute,
} from "https://deno.land/x/denops_std@v6.3.0/helper/mod.ts";
} from "https://deno.land/x/denops_std@v6.4.0/helper/mod.ts";
export {
batch,
collect,
} from "https://deno.land/x/denops_std@v6.3.0/batch/mod.ts";
export * as op from "https://deno.land/x/denops_std@v6.3.0/option/mod.ts";
export * as vimOp from "https://deno.land/x/denops_std@v6.3.0/option/vim/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v6.3.0/function/mod.ts";
export * as vars from "https://deno.land/x/denops_std@v6.3.0/variable/mod.ts";
export * as autocmd from "https://deno.land/x/denops_std@v6.3.0/autocmd/mod.ts";
} from "https://deno.land/x/denops_std@v6.4.0/batch/mod.ts";
export * as op from "https://deno.land/x/denops_std@v6.4.0/option/mod.ts";
export * as vimOp from "https://deno.land/x/denops_std@v6.4.0/option/vim/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v6.4.0/function/mod.ts";
export * as vars from "https://deno.land/x/denops_std@v6.4.0/variable/mod.ts";
export * as autocmd from "https://deno.land/x/denops_std@v6.4.0/autocmd/mod.ts";
export * as base64 from "https://deno.land/std@0.219.1/encoding/base64.ts";
export {
assertEquals,
Expand Down

0 comments on commit 6d4ca43

Please sign in to comment.