Skip to content

Commit

Permalink
Update deno dependencies (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Apr 28, 2024
1 parent 3c28298 commit 8c5e17e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions denops/@ddu-columns/icon_filename.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import {
BaseColumn,
DduItem,
ItemHighlight,
} from "https://deno.land/x/ddu_vim@v3.10.3/types.ts";
import { GetTextResult } from "https://deno.land/x/ddu_vim@v3.10.3/base/column.ts";
import { Denops, fn } from "https://deno.land/x/ddu_vim@v3.10.3/deps.ts";
} from "https://deno.land/x/ddu_vim@v4.0.0/types.ts";
import { GetTextResult } from "https://deno.land/x/ddu_vim@v4.0.0/base/column.ts";
import { Denops, fn } from "https://deno.land/x/ddu_vim@v4.0.0/deps.ts";
import {
basename,
extname,
relative,
} from "https://deno.land/std@0.220.0/path/mod.ts";
} from "https://deno.land/std@0.224.0/path/mod.ts";

type Params = {
span: number;
Expand Down

0 comments on commit 8c5e17e

Please sign in to comment.