Skip to content

Commit 7a9e0e8

Browse files
committed
Update deps to latest
1 parent 915fbee commit 7a9e0e8

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
@@ -5,5 +5,5 @@ export * as fs from "https://deno.land/std@0.95.0/fs/mod.ts";
55
export type {
66
Context,
77
Dispatcher,
8-
} from "https://deno.land/x/denops_core@v0.11.0/mod.ts";
9-
export { Denops } from "https://deno.land/x/denops_core@v0.11.0/mod.ts";
8+
} from "https://deno.land/x/denops_core@v0.13.0/mod.ts";
9+
export { Denops } from "https://deno.land/x/denops_core@v0.13.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.93.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.95.0/testing/asserts.ts";

0 commit comments

Comments
 (0)