Skip to content

Commit 27b9173

Browse files
authored
Merge pull request #101 from vim-denops/v2
Version 2
2 parents 69cd6c2 + e218fdd commit 27b9173

File tree

11 files changed

+5976
-3830
lines changed

11 files changed

+5976
-3830
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runner:
3434
- ubuntu-latest
3535
version:
36-
- "1.11.0"
36+
- "1.14.0"
3737
- "1.x"
3838
runs-on: ${{ matrix.runner }}
3939
steps:
@@ -65,11 +65,9 @@ jobs:
6565
- macos-latest
6666
- ubuntu-latest
6767
version:
68-
- "1.11.0"
68+
- "1.14.0"
6969
- "1.x"
7070
host_version:
71-
- vim: "v8.2.0662"
72-
nvim: "v0.4.4"
7371
- vim: "v8.2.3081"
7472
nvim: "v0.5.0"
7573
runs-on: ${{ matrix.runner }}

denops_std/deps.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
export * as fs from "https://deno.land/std@0.106.0/fs/mod.ts#=";
2-
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#=";
1+
export * as fs from "https://deno.land/std@0.108.0/fs/mod.ts";
2+
export * as hash from "https://deno.land/std@0.108.0/hash/mod.ts";
3+
export * as path from "https://deno.land/std@0.108.0/path/mod.ts";
4+
export { deferred } from "https://deno.land/std@0.108.0/async/mod.ts";
55

6-
export * from "https://deno.land/x/denops_core@v1.10.2/mod.ts#^";
6+
export * from "https://deno.land/x/denops_core@v2.0.0/mod.ts#^";
77

8-
export * from "https://deno.land/x/unknownutil@v1.1.1/mod.ts";
8+
export * from "https://deno.land/x/unknownutil@v1.1.2/mod.ts#^";

denops_std/deps_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export * from "https://deno.land/std@0.106.0/testing/asserts.ts#=";
1+
export * from "https://deno.land/std@0.108.0/testing/asserts.ts";
22

3-
export * from "https://deno.land/x/denops_core@v1.10.2/test/mod.ts#^";
3+
export * from "https://deno.land/x/denops_core@v2.0.0/test/mod.ts#^";

0 commit comments

Comments
 (0)