We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d3a6f commit 15cccceCopy full SHA for 15cccce
denops/@ddu-sources/vim-lsp.ts
@@ -4,13 +4,13 @@ import {
4
SourceOptions,
5
} from "https://deno.land/x/[email protected]/types.ts";
6
import { Denops, fn } from "https://deno.land/x/[email protected]/deps.ts";
7
-import { ActionData } from "https://deno.land/x/ddu_kind_file@v0.5.3/file.ts";
+import { ActionData } from "https://deno.land/x/ddu_kind_file@v0.7.1/file.ts";
8
9
-import { relative } from "https://deno.land/std@0.198.0/path/mod.ts";
+import { relative } from "https://deno.land/std@0.222.1/path/mod.ts";
10
import {
11
assert,
12
assertEquals,
13
-} from "https://deno.land/std@0.198.0/assert/mod.ts";
+} from "https://deno.land/std@0.222.1/assert/mod.ts";
14
15
type Params = {
16
method: string;
0 commit comments