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 9ff91df commit 4083222Copy full SHA for 4083222
denops_std/deps.ts
@@ -3,6 +3,6 @@ export * as hash from "https://deno.land/std@0.123.0/hash/mod.ts";
3
export * as path from "https://deno.land/std@0.123.0/path/mod.ts";
4
export { deferred } from "https://deno.land/std@0.123.0/async/mod.ts";
5
6
-export * from "https://deno.land/x/denops_core@v2.2.0/mod.ts#^";
+export * from "https://deno.land/x/denops_core@v3.0.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.123.0/testing/asserts.ts";
2
-export * from "https://deno.land/x/denops_core@v2.2.0/test/mod.ts#^";
+export * from "https://deno.land/x/denops_core@v3.0.0/test/mod.ts#^";
0 commit comments