Skip to content

Commit

Permalink
Merge pull request #44 from yasunori0418/update-deno-dependencies
Browse files Browse the repository at this point in the history
Update Deno Dependencies
  • Loading branch information
yasunori0418 authored Dec 26, 2023
2 parents 720ffb4 + 71b6760 commit 589c809
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/nvim/hooks/ddu/helper/deps.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export {
ActionFlags,
BaseConfig,
} from "https://deno.land/x/ddu_vim@v3.8.1/types.ts";
export { fn, op, vars } from "https://deno.land/x/ddu_vim@v3.8.1/deps.ts";
} from "https://deno.land/x/ddu_vim@v3.9.0/types.ts";
export { fn, op, vars } from "https://deno.land/x/ddu_vim@v3.9.0/deps.ts";
export * from "./helper.ts";

// Type definitions.
export type { ActionArguments } from "https://deno.land/x/ddu_vim@v3.8.1/types.ts";
export type { ConfigArguments } from "https://deno.land/x/ddu_vim@v3.8.1/base/config.ts";
export type { ActionArguments } from "https://deno.land/x/ddu_vim@v3.9.0/types.ts";
export type { ConfigArguments } from "https://deno.land/x/ddu_vim@v3.9.0/base/config.ts";
export type { ActionData } from "https://deno.land/x/[email protected]/file.ts";

export type {
Expand Down

0 comments on commit 589c809

Please sign in to comment.