Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 17, 2024
1 parent 71d6062 commit 23f46bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions denops/@ddu-sources/dpp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
ActionFlags,
BaseSource,
Item,
} from "https://deno.land/x/ddu_vim@v4.0.0/types.ts";
import { Denops, vars } from "https://deno.land/x/ddu_vim@v4.0.0/deps.ts";
} from "https://deno.land/x/ddu_vim@v4.1.0/types.ts";
import { Denops, vars } from "https://deno.land/x/ddu_vim@v4.1.0/deps.ts";
import { ActionData } from "https://deno.land/x/[email protected]/file.ts";
import { Plugin } from "../dpp/types.ts";

Expand Down
4 changes: 2 additions & 2 deletions denops/dpp/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export * as fn from "https://deno.land/x/[email protected]/function/mod.ts";
export * as vars from "https://deno.land/x/[email protected]/variable/mod.ts";
export * as autocmd from "https://deno.land/x/[email protected]/autocmd/mod.ts";

export { assertEquals, assertInstanceOf, equal } from "jsr:@std/[email protected].1";
export { assertEquals, assertInstanceOf, equal } from "jsr:@std/[email protected].2";
export {
basename,
dirname,
Expand All @@ -24,7 +24,7 @@ export {
parse,
SEPARATOR as pathsep,
toFileUrl,
} from "jsr:@std/path@0.224.0";
} from "jsr:@std/path@0.225.1";
export { deadline, DeadlineError } from "jsr:@std/[email protected]";

export { TimeoutError } from "https://deno.land/x/[email protected]/response_waiter.ts";
Expand Down

0 comments on commit 23f46bb

Please sign in to comment.