Skip to content

Commit cfa1872

Browse files
committed
Update dependencies to fix massive data issue
1 parent 82f09e2 commit cfa1872

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deps.ts

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

deps_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.87.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.92.0/testing/asserts.ts";

0 commit comments

Comments
 (0)