Skip to content

Commit 6e69459

Browse files
committed
📦 Update denops_core to v1.0.0-alpha.11
1 parent 7d3e6a2 commit 6e69459

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

denops_std/modules-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"https://deno.land/x/denops_core": {
12-
"version": "@v1.0.0-alpha.10",
12+
"version": "@v1.0.0-alpha.11",
1313
"modules": [
1414
"/mod.ts",
1515
"/test/mod.ts"

denops_std/modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"https://deno.land/x/denops_core": {
12-
"version": "@v1.0.0-alpha.10",
12+
"version": "@v1.0.0-alpha.11",
1313
"modules": ["/mod.ts", "/test/mod.ts"]
1414
},
1515
"https://deno.land/x/unknownutil": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/x/denops_core@v1.0.0-alpha.10/mod.ts";
1+
export * from "https://deno.land/x/denops_core@v1.0.0-alpha.11/mod.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/x/denops_core@v1.0.0-alpha.10/test/mod.ts";
1+
export * from "https://deno.land/x/denops_core@v1.0.0-alpha.11/test/mod.ts";

0 commit comments

Comments
 (0)