Skip to content

Commit

Permalink
chore(deps): Update deno dependencies (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored May 21, 2024
1 parent dfc1131 commit af8983d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions denops/@ddu-kinds/git_commit.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import type { Denops } from "https://deno.land/x/ddu_vim@v4.0.0/deps.ts";
import type { Denops } from "https://deno.land/x/ddu_vim@v4.1.0/deps.ts";
import {
ActionFlags,
type Actions,
BaseKind,
type Previewer,
} from "https://deno.land/x/ddu_vim@v4.1.0/types.ts";
import type { DduItem } from "https://deno.land/x/ddu_vim@v4.0.0/types.ts";
import type { DduItem } from "https://deno.land/x/ddu_vim@v4.1.0/types.ts";
import { echoallCommand } from "https://denopkg.com/kyoh86/denops-util@master/command.ts";
import { yank } from "https://denopkg.com/kyoh86/denops-util@master/yank.ts";
import { put } from "https://denopkg.com/kyoh86/denops-util@master/put.ts";
Expand Down

0 comments on commit af8983d

Please sign in to comment.