Skip to content

Commit

Permalink
udd
Browse files Browse the repository at this point in the history
  • Loading branch information
uga-rosa committed Dec 7, 2023
1 parent 6a5a017 commit 2346452
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions denops/@ddc-sources/denippet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import {
DdcGatherItems,
Item,
Previewer,
} from "https://deno.land/x/ddc_vim@v4.0.5/types.ts";
} from "https://deno.land/x/ddc_vim@v4.3.1/types.ts";
import {
GatherArguments,
GetPreviewerArguments,
OnCompleteDoneArguments,
} from "https://deno.land/x/ddc_vim@v4.0.5/base/source.ts";
} from "https://deno.land/x/ddc_vim@v4.3.1/base/source.ts";
import { Denops, op } from "../denippet/deps/denops.ts";

type Params = Record<PropertyKey, never>;
Expand Down
18 changes: 9 additions & 9 deletions denops/denippet/deps/denops.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export type { Denops } from "https://deno.land/x/denops_std@v5.0.2/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v5.0.2/function/mod.ts";
export * as api from "https://deno.land/x/denops_std@v5.0.2/function/nvim/mod.ts";
export * as vim from "https://deno.land/x/denops_std@v5.0.2/function/vim/mod.ts";
export * as op from "https://deno.land/x/denops_std@v5.0.2/option/mod.ts";
export { b, g } from "https://deno.land/x/denops_std@v5.0.2/variable/variable.ts";
export * as au from "https://deno.land/x/denops_std@v5.0.2/autocmd/mod.ts";
export * as lambda from "https://deno.land/x/denops_std@v5.0.2/lambda/mod.ts";
export { batch } from "https://deno.land/x/denops_std@v5.0.2/batch/mod.ts";
export type { Denops } from "https://deno.land/x/denops_std@v5.1.0/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v5.1.0/function/mod.ts";
export * as api from "https://deno.land/x/denops_std@v5.1.0/function/nvim/mod.ts";
export * as vim from "https://deno.land/x/denops_std@v5.1.0/function/vim/mod.ts";
export * as op from "https://deno.land/x/denops_std@v5.1.0/option/mod.ts";
export { b, g } from "https://deno.land/x/denops_std@v5.1.0/variable/variable.ts";
export * as au from "https://deno.land/x/denops_std@v5.1.0/autocmd/mod.ts";
export * as lambda from "https://deno.land/x/denops_std@v5.1.0/lambda/mod.ts";
export { batch } from "https://deno.land/x/denops_std@v5.1.0/batch/mod.ts";

export { test } from "https://deno.land/x/[email protected]/mod.ts";
4 changes: 2 additions & 2 deletions denops/denippet/deps/unknownutil.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * as u from "https://deno.land/x/unknownutil@v3.10.0/mod.ts";
export { is } from "https://deno.land/x/unknownutil@v3.10.0/mod.ts";
export * as u from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";
export { is } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";

0 comments on commit 2346452

Please sign in to comment.