Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jun 1, 2024
1 parent bbe1139 commit eab4cb3
Showing 1 changed file with 2 additions and 2 deletions.
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].2";
export { assertEquals, assertInstanceOf, equal } from "jsr:@std/[email protected].3";
export {
basename,
dirname,
Expand All @@ -25,7 +25,7 @@ export {
SEPARATOR as pathsep,
toFileUrl,
} from "jsr:@std/[email protected]";
export { deadline, DeadlineError } from "jsr:@std/[email protected].0";
export { deadline, DeadlineError } from "jsr:@std/[email protected].1";

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

0 comments on commit eab4cb3

Please sign in to comment.