diff --git a/denops/twihi/deps.ts b/denops/twihi/deps.ts index a2ca8f0..ead3e23 100644 --- a/denops/twihi/deps.ts +++ b/denops/twihi/deps.ts @@ -1,21 +1,21 @@ -export * from "https://deno.land/x/denops_std@v5.0.1/mod.ts"; -export * from "https://deno.land/x/denops_std@v5.0.1/variable/mod.ts"; -export * from "https://deno.land/x/unknownutil@v3.4.0/mod.ts"; -export * as path from "https://deno.land/std@0.195.0/path/mod.ts"; -export * as fs from "https://deno.land/std@0.195.0/fs/mod.ts"; -export * as zod from "https://deno.land/x/zod@v3.21.4/mod.ts"; -export * as autocmd from "https://deno.land/x/denops_std@v5.0.1/autocmd/mod.ts"; +export * from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; +export * from "https://deno.land/x/denops_std@v6.5.1/variable/mod.ts"; +export * from "https://deno.land/x/unknownutil@v3.18.1/mod.ts"; +export * as path from "https://deno.land/std@0.224.0/path/mod.ts"; +export * as fs from "https://deno.land/std@0.224.0/fs/mod.ts"; +export * as zod from "https://deno.land/x/zod@v3.23.8/mod.ts"; +export * as autocmd from "https://deno.land/x/denops_std@v6.5.1/autocmd/mod.ts"; export { default as stringWidth } from "https://cdn.skypack.dev/string-width@5.0.1?dts"; -export * as vars from "https://deno.land/x/denops_std@v5.0.1/variable/mod.ts"; -export * as mapping from "https://deno.land/x/denops_std@v5.0.1/mapping/mod.ts"; +export * as vars from "https://deno.land/x/denops_std@v6.5.1/variable/mod.ts"; +export * as mapping from "https://deno.land/x/denops_std@v6.5.1/mapping/mod.ts"; export { open } from "https://deno.land/x/open@v0.0.6/index.ts"; -export * as datetime from "https://deno.land/std@0.195.0/datetime/mod.ts"; -export * as base64 from "https://deno.land/std@0.195.0/encoding/base64.ts"; -export * as clipboard from "https://deno.land/x/clippy@v0.2.2/mod.ts"; -export { copy } from "https://deno.land/std@0.195.0/streams/copy.ts"; -export * as helper from "https://deno.land/x/denops_std@v5.0.1/helper/mod.ts"; -export * as http from "https://deno.land/std@0.195.0/http/mod.ts"; -export * from "https://deno.land/std@0.195.0/async/delay.ts"; -export * from "https://deno.land/x/unknownutil@v3.4.0/mod.ts"; +export * as datetime from "https://deno.land/std@0.224.0/datetime/mod.ts"; +export * as base64 from "https://deno.land/std@0.224.0/encoding/base64.ts"; +export * as clipboard from "https://deno.land/x/clippy@v1.0.0/mod.ts"; +export { copy } from "https://deno.land/std@0.224.0/streams/copy.ts"; +export * as helper from "https://deno.land/x/denops_std@v6.5.1/helper/mod.ts"; +export * as http from "https://deno.land/std@0.224.0/http/mod.ts"; +export * from "https://deno.land/std@0.224.0/async/delay.ts"; +export * from "https://deno.land/x/unknownutil@v3.18.1/mod.ts"; export { default as xdg } from "https://deno.land/x/xdg@v10.6.0/src/mod.deno.ts"; export * from "https://deno.land/x/notifier@v0.6.0/mod.ts"; diff --git a/denops/twihi/deps_test.ts b/denops/twihi/deps_test.ts index 0ffa909..c8eccb5 100644 --- a/denops/twihi/deps_test.ts +++ b/denops/twihi/deps_test.ts @@ -1,2 +1,2 @@ -export * from "https://deno.land/std@0.195.0/testing/asserts.ts"; -export * from "https://deno.land/x/denops_test@v1.4.0/mod.ts"; +export * from "https://deno.land/std@0.224.0/testing/asserts.ts"; +export * from "https://deno.land/x/denops_test@v1.8.0/mod.ts";