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 fcca1ca commit 1d2f822Copy full SHA for 1d2f822
denops_std/deps.ts
@@ -3,6 +3,6 @@ export * as hash from "https://deno.land/std@0.119.0/hash/mod.ts";
3
export * as path from "https://deno.land/std@0.119.0/path/mod.ts";
4
export { deferred } from "https://deno.land/std@0.119.0/async/mod.ts";
5
6
-export * from "https://deno.land/x/denops_core@v2.1.2/mod.ts#^";
+export * from "https://deno.land/x/denops_core@v2.2.0/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.119.0/testing/asserts.ts";
2
-export * from "https://deno.land/x/denops_core@v2.1.2/test/mod.ts#^";
+export * from "https://deno.land/x/denops_core@v2.2.0/test/mod.ts#^";
0 commit comments