Skip to content

Commit 15cccce

Browse files
authored
Update dependencies
1 parent 13d3a6f commit 15cccce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

denops/@ddu-sources/vim-lsp.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import {
44
SourceOptions,
55
} from "https://deno.land/x/[email protected]/types.ts";
66
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";
7+
import { ActionData } from "https://deno.land/x/ddu_kind_file@v0.7.1/file.ts";
88

9-
import { relative } from "https://deno.land/std@0.198.0/path/mod.ts";
9+
import { relative } from "https://deno.land/std@0.222.1/path/mod.ts";
1010
import {
1111
assert,
1212
assertEquals,
13-
} from "https://deno.land/std@0.198.0/assert/mod.ts";
13+
} from "https://deno.land/std@0.222.1/assert/mod.ts";
1414

1515
type Params = {
1616
method: string;

0 commit comments

Comments
 (0)