Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 27, 2024
1 parent 37072ed commit fb7eccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions denops/ddc/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ 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 * from "jsr:@std/encoding@1.0.1/base64";
export { assertEquals, equal } from "jsr:@std/assert@1.0.0";
export { basename, parse, toFileUrl } from "jsr:@std/path@1.0.1";
export { deadline } from "jsr:@std/async@1.0.0";
export { assertEquals, equal } from "jsr:@std/assert@1.0.1";
export { basename, parse, toFileUrl } from "jsr:@std/path@1.0.2";
export { deadline } from "jsr:@std/async@1.0.1";
export { spy } from "jsr:@std/testing@0.225.3/mock";

export { ensure, is } from "jsr:@core/unknownutil@3.18.1";
Expand Down

0 comments on commit fb7eccd

Please sign in to comment.