We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915fbee commit 7a9e0e8Copy full SHA for 7a9e0e8
deps.ts
@@ -5,5 +5,5 @@ export * as fs from "https://deno.land/std@0.95.0/fs/mod.ts";
5
export type {
6
Context,
7
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";
+} from "https://deno.land/x/denops_core@v0.13.0/mod.ts";
+export { Denops } from "https://deno.land/x/denops_core@v0.13.0/mod.ts";
deps_test.ts
@@ -1 +1 @@
1
-export * from "https://deno.land/std@0.93.0/testing/asserts.ts";
+export * from "https://deno.land/std@0.95.0/testing/asserts.ts";
0 commit comments