Skip to content

Commit 6d5bf63

Browse files
authored
Update dependencies
1 parent e493d70 commit 6d5bf63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import {
66
import { Denops, fn } from "https://deno.land/x/ddu_vim@v.1.13.0/deps.ts";
77
import { ActionData } from "https://deno.land/x/ddu_kind_file@v0.5.3/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.200.0/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.200.0/assert/mod.ts";
1414

1515
type Params = {
1616
method: string;

0 commit comments

Comments
 (0)