Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 Update Deno dependencies #100

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions denops/twihi/deps.ts
Original file line number Diff line number Diff line change
@@ -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";
4 changes: 2 additions & 2 deletions denops/twihi/deps_test.ts
Original file line number Diff line number Diff line change
@@ -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";