Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 24, 2024
1 parent 03fb0ad commit bfa2446
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions denops/ddc-source-lsp/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@v6.4.2/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v6.4.2/function/mod.ts";
export * as nvim from "https://deno.land/x/denops_std@v6.4.2/function/nvim/mod.ts";
export * as op from "https://deno.land/x/denops_std@v6.4.2/option/mod.ts";
export type { Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v6.5.0/function/mod.ts";
export * as nvim from "https://deno.land/x/denops_std@v6.5.0/function/nvim/mod.ts";
export * as op from "https://deno.land/x/denops_std@v6.5.0/option/mod.ts";
export {
register,
unregister,
} from "https://deno.land/x/denops_std@v6.4.2/lambda/mod.ts";
export { batch } from "https://deno.land/x/denops_std@v6.4.2/batch/mod.ts";
} from "https://deno.land/x/denops_std@v6.5.0/lambda/mod.ts";
export { batch } from "https://deno.land/x/denops_std@v6.5.0/batch/mod.ts";

export { test } from "https://deno.land/x/denops_test@v1.6.2/mod.ts";
export { test } from "https://deno.land/x/denops_test@v1.8.0/mod.ts";
4 changes: 2 additions & 2 deletions denops/ddc-source-lsp/deps/std.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { deadline, DeadlineError } from "jsr:@std/async@0.224.0";
export { assertEquals } from "jsr:@std/assert@0.225.1";
export { deadline, DeadlineError } from "jsr:@std/async@0.224.1";
export { assertEquals } from "jsr:@std/assert@0.225.3";
2 changes: 1 addition & 1 deletion denops/ddc-source-lsp/deps/unknownutil.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * as u from "jsr:@core/unknownutil@3.18.0";
export * as u from "jsr:@core/unknownutil@3.18.1";
export { is } from "jsr:@core/unknownutil@3.18.0";

0 comments on commit bfa2446

Please sign in to comment.