Skip to content

Commit

Permalink
Remove pre version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 28, 2024
1 parent 263c547 commit ac2a9b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions denops/@ddu-uis/filer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import {
type SourceInfo,
type UiActions,
type UiOptions,
} from "jsr:@shougo/ddu-vim@5.0.0-pre10/types";
} from "jsr:@shougo/ddu-vim@5.0.0/types";
import {
printError,
treePath2Filename,
} from "jsr:@shougo/ddu-vim@5.0.0-pre10/utils";
} from "jsr:@shougo/ddu-vim@5.0.0/utils";

import { batch } from "jsr:@denops/std@7.0.0/batch";
import * as op from "jsr:@denops/std@7.0.0/option";
Expand Down
2 changes: 1 addition & 1 deletion denops/@ddu-uis/filer/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
type PreviewContext,
type Previewer,
type TerminalPreviewer,
} from "jsr:@shougo/ddu-vim@5.0.0-pre8/types";
} from "jsr:@shougo/ddu-vim@5.0.0/types";

import { batch } from "jsr:@denops/std@7.0.0/batch";
import * as fn from "jsr:@denops/std@7.0.0/function";
Expand Down

0 comments on commit ac2a9b6

Please sign in to comment.