Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Dec 29, 2024
1 parent c295680 commit b1a6c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions denops/@ddu-sources/dpp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import type {
ActionArguments,
ActionFlags,
Item,
} from "jsr:@shougo/ddu-vim@9.2.0/types";
import { BaseSource } from "jsr:@shougo/ddu-vim@9.2.0/source";
} from "jsr:@shougo/ddu-vim@9.3.0/types";
import { BaseSource } from "jsr:@shougo/ddu-vim@9.3.0/source";
import type { ActionData } from "jsr:@shougo/ddu-kind-file@0.9.0";

type Params = {
Expand Down

0 comments on commit b1a6c5d

Please sign in to comment.