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 81bbad4 commit 6ab0826Copy full SHA for 6ab0826
denops_std/deps.ts
@@ -3,6 +3,6 @@ export * as hash from "https://deno.land/std@0.104.0/hash/mod.ts#^";
3
export * as path from "https://deno.land/std@0.104.0/path/mod.ts#^";
4
export { deferred } from "https://deno.land/std@0.104.0/async/mod.ts#^";
5
6
-export * from "https://deno.land/x/denops_core@v1.3.0/mod.ts#^";
+export * from "https://deno.land/x/denops_core@v1.4.0/mod.ts#^";
7
8
export * from "https://deno.land/x/unknownutil@v1.1.0/mod.ts";
denops_std/deps_test.ts
@@ -1,3 +1,3 @@
1
export * from "https://deno.land/std@0.104.0/testing/asserts.ts#^";
2
-export * from "https://deno.land/x/denops_core@v1.3.0/test/mod.ts#^";
+export * from "https://deno.land/x/denops_core@v1.4.0/test/mod.ts#^";
0 commit comments