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 06577eb commit b74087cCopy full SHA for b74087c
denops_std/deps.ts
@@ -3,6 +3,6 @@ export * as hash from "https://deno.land/std@0.111.0/hash/mod.ts";
3
export * as path from "https://deno.land/std@0.111.0/path/mod.ts";
4
export { deferred } from "https://deno.land/std@0.111.0/async/mod.ts";
5
6
-export * from "https://deno.land/x/denops_core@v2.0.2/mod.ts#^";
+export * from "https://deno.land/x/denops_core@v2.0.3/mod.ts#^";
7
8
export * from "https://deno.land/x/unknownutil@v1.1.4/mod.ts#^";
denops_std/deps_test.ts
@@ -1,3 +1,3 @@
1
export * from "https://deno.land/std@0.111.0/testing/asserts.ts";
2
-export * from "https://deno.land/x/denops_core@v2.0.2/test/mod.ts#^";
+export * from "https://deno.land/x/denops_core@v2.0.3/test/mod.ts#^";
0 commit comments