Skip to content

Commit f7e6529

Browse files
committed
☕ Upgrade dependencies in scripts
1 parent 1abc671 commit f7e6529

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/gen-function/gen-function.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
difference,
33
intersection,
44
} from "https://deno.land/x/set_operations@v1.1.0/mod.ts";
5-
import * as path from "https://deno.land/std@0.171.0/path/mod.ts";
5+
import * as path from "https://deno.land/std@0.183.0/path/mod.ts";
66
import * as commonManual from "../../denops_std/function/_manual.ts";
77
import * as vimManual from "../../denops_std/function/vim/_manual.ts";
88
import * as nvimManual from "../../denops_std/function/nvim/_manual.ts";

scripts/gen-option/gen-option.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
difference,
33
intersection,
44
} from "https://deno.land/x/set_operations@v1.1.0/mod.ts";
5-
import * as path from "https://deno.land/std@0.171.0/path/mod.ts";
5+
import * as path from "https://deno.land/std@0.183.0/path/mod.ts";
66
import * as commonManual from "../../denops_std/option/_manual.ts";
77
import * as vimManual from "../../denops_std/option/vim/_manual.ts";
88
import * as nvimManual from "../../denops_std/option/nvim/_manual.ts";

scripts/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as streams from "https://deno.land/std@0.171.0/streams/mod.ts";
1+
import * as streams from "https://deno.land/std@0.183.0/streams/mod.ts";
22

33
export async function downloadString(url: string): Promise<string> {
44
const textDecoder = new TextDecoder();

0 commit comments

Comments
 (0)