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 632235a commit 7704e81Copy full SHA for 7704e81
denops_std/deps.ts
@@ -3,6 +3,6 @@ export * as hash from "https://deno.land/std@0.106.0/hash/mod.ts#=";
3
export * as path from "https://deno.land/std@0.106.0/path/mod.ts#=";
4
export { deferred } from "https://deno.land/std@0.106.0/async/mod.ts#=";
5
6
-export * from "https://deno.land/x/denops_core@v1.10.1/mod.ts#^";
+export * from "https://deno.land/x/denops_core@v1.10.2/mod.ts#^";
7
8
export * from "https://deno.land/x/unknownutil@v1.1.1/mod.ts";
denops_std/deps_test.ts
@@ -1,3 +1,3 @@
1
export * from "https://deno.land/std@0.106.0/testing/asserts.ts#=";
2
-export * from "https://deno.land/x/denops_core@v1.10.1/test/mod.ts#^";
+export * from "https://deno.land/x/denops_core@v1.10.2/test/mod.ts#^";
0 commit comments