Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Aug 11, 2024
1 parent 27fc1a7 commit 174d8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/@ddu-kinds/git_commit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { echoallCommand } from "jsr:@kyoh86/denops-util@~0.1.0/command";
import { yank } from "jsr:@kyoh86/denops-util@~0.1.0/yank";
import { put } from "jsr:@kyoh86/denops-util@~0.1.0/put";
import type { GetPreviewerArguments } from "jsr:@shougo/ddu-vim@~5.0.0/kind";
import { ensure, is } from "jsr:@core/unknownutil@~4.0.0";
import { ensure, is } from "jsr:@core/unknownutil@~4.1.0";
import type { Denops } from "jsr:@denops/std@~7.0.1";
import * as fn from "jsr:@denops/std@~7.0.1/function";

Expand Down

0 comments on commit 174d8a1

Please sign in to comment.