Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 7, 2024
1 parent 0959ed7 commit c1c46e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions denops/@ddu-sources/ddc.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Context, Item } from "https://deno.land/x/ddu_vim@v4.1.0/types.ts";
import { BaseSource } from "https://deno.land/x/ddu_vim@v4.1.0/base/source.ts";
import { Denops, vars } from "https://deno.land/x/ddu_vim@v4.1.0/deps.ts";
import { Context, Item } from "https://deno.land/x/ddu_vim@v4.1.1/types.ts";
import { BaseSource } from "https://deno.land/x/ddu_vim@v4.1.1/base/source.ts";
import { Denops, vars } from "https://deno.land/x/ddu_vim@v4.1.1/deps.ts";
import { DdcItem } from "../ddc/types.ts";

type Params = Record<string, never>;
Expand Down
4 changes: 2 additions & 2 deletions denops/ddc/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ 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";

export * from "jsr:@std/encoding@0.224.3/base64";
export * from "jsr:@std/encoding@1.0.0/base64";
export { assertEquals, equal } from "jsr:@std/assert@0.226.0";
export { basename, parse, toFileUrl } from "jsr:@std/path@0.225.2";
export { deadline, DeadlineError } from "jsr:@std/async@0.224.2";
export { spy } from "jsr:@std/testing@0.225.2/mock";
export { spy } from "jsr:@std/testing@0.225.3/mock";

export { TimeoutError } from "https://deno.land/x/msgpack_rpc@v4.0.1/response_waiter.ts";
export { ensure, is } from "jsr:@core/unknownutil@3.18.1";
Expand Down

0 comments on commit c1c46e5

Please sign in to comment.