Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Aug 14, 2023
1 parent 340117a commit c2993ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions denops/@ddu-sources/vim-lsp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import {
SourceOptions,
} from "https://deno.land/x/[email protected]/types.ts";
import { Denops, fn } from "https://deno.land/x/[email protected]/deps.ts";
import { ActionData } from "https://deno.land/x/ddu_kind_file@v0.4.2/file.ts";
import { ActionData } from "https://deno.land/x/ddu_kind_file@v0.5.3/file.ts";

import { relative } from "https://deno.land/std@0.190.0/path/mod.ts";
import { assert } from "https://deno.land/std@0.190.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.190.0/testing/asserts.ts";
import { relative } from "https://deno.land/std@0.198.0/path/mod.ts";
import { assert } from "https://deno.land/std@0.198.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.198.0/testing/asserts.ts";

type Params = {
method: string;
Expand Down

0 comments on commit c2993ad

Please sign in to comment.