Skip to content

Commit

Permalink
Use the latest ddu
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Feb 16, 2025
1 parent 37b76f4 commit 03f3f04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions denops/@ddu-uis/ff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {
type PreviewContext,
type Previewer,
type UiOptions,
} from "jsr:@shougo/ddu-vim@~9.5.0/types";
import { BaseUi, type UiActions } from "jsr:@shougo/ddu-vim@~9.5.0/ui";
import { printError } from "jsr:@shougo/ddu-vim@~9.5.0/utils";
} from "jsr:@shougo/ddu-vim@~10.0.0/types";
import { BaseUi, type UiActions } from "jsr:@shougo/ddu-vim@~10.0.0/ui";
import { printError } from "jsr:@shougo/ddu-vim@~10.0.0/utils";

import type { Denops } from "jsr:@denops/std@~7.4.0";
import { batch } from "jsr:@denops/std@~7.4.0/batch";
Expand Down
4 changes: 2 additions & 2 deletions denops/@ddu-uis/ff/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
type PreviewContext,
type Previewer,
type TerminalPreviewer,
} from "jsr:@shougo/ddu-vim@~9.5.0/types";
import { printError } from "jsr:@shougo/ddu-vim@~9.5.0/utils";
} from "jsr:@shougo/ddu-vim@~10.0.0/types";
import { printError } from "jsr:@shougo/ddu-vim@~10.0.0/utils";

import type { Denops } from "jsr:@denops/std@~7.4.0";
import { batch } from "jsr:@denops/std@~7.4.0/batch";
Expand Down

0 comments on commit 03f3f04

Please sign in to comment.