Skip to content

Commit 4ca8f76

Browse files
committed
Update dependencies
1 parent 88a35b3 commit 4ca8f76

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_core@v0.10.0/mod.ts";
5-
export { Denops } from "https://deno.land/x/denops_core@v0.10.0/mod.ts";
4+
} from "https://deno.land/x/denops_core@v0.11.0/mod.ts";
5+
export { Denops } from "https://deno.land/x/denops_core@v0.11.0/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.92.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.93.0/testing/asserts.ts";

0 commit comments

Comments
 (0)