Skip to content

Commit 85b6ca7

Browse files
committed
Update denops to fix massive data issue
1 parent 855022c commit 85b6ca7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

deps.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
export type {
22
Context,
33
Dispatcher,
4-
} from "https://deno.land/x/denops@v0.9/mod.ts";
5-
export { Denops, getCacheOrElse } from "https://deno.land/x/denops@v0.9/mod.ts";
4+
} from "https://deno.land/x/denops@v0.10/mod.ts";
5+
export {
6+
Denops,
7+
getCacheOrElse,
8+
} from "https://deno.land/x/denops@v0.10/mod.ts";

0 commit comments

Comments
 (0)