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 88a35b3 commit 4ca8f76Copy full SHA for 4ca8f76
deps.ts
@@ -1,5 +1,5 @@
1
export type {
2
Context,
3
Dispatcher,
4
-} from "https://deno.land/x/denops_core@v0.10.0/mod.ts";
5
-export { Denops } from "https://deno.land/x/denops_core@v0.10.0/mod.ts";
+} from "https://deno.land/x/denops_core@v0.11.0/mod.ts";
+export { Denops } from "https://deno.land/x/denops_core@v0.11.0/mod.ts";
deps_test.ts
@@ -1 +1 @@
-export * from "https://deno.land/std@0.92.0/testing/asserts.ts";
+export * from "https://deno.land/std@0.93.0/testing/asserts.ts";
0 commit comments