Skip to content

Commit

Permalink
udd
Browse files Browse the repository at this point in the history
  • Loading branch information
uga-rosa committed Mar 7, 2024
1 parent 1076a50 commit c0a74b0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions denops/denippet/deps/denops.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export type { Denops } from "https://deno.land/x/denops_std@v6.1.0/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v6.1.0/function/mod.ts";
export * as api from "https://deno.land/x/denops_std@v6.1.0/function/nvim/mod.ts";
export * as vim from "https://deno.land/x/denops_std@v6.1.0/function/vim/mod.ts";
export * as op from "https://deno.land/x/denops_std@v6.1.0/option/mod.ts";
export { b, g } from "https://deno.land/x/denops_std@v6.1.0/variable/variable.ts";
export * as au from "https://deno.land/x/denops_std@v6.1.0/autocmd/mod.ts";
export * as lambda from "https://deno.land/x/denops_std@v6.1.0/lambda/mod.ts";
export { batch } from "https://deno.land/x/denops_std@v6.1.0/batch/mod.ts";
export type { Denops } from "https://deno.land/x/denops_std@v6.3.0/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v6.3.0/function/mod.ts";
export * as api from "https://deno.land/x/denops_std@v6.3.0/function/nvim/mod.ts";
export * as vim from "https://deno.land/x/denops_std@v6.3.0/function/vim/mod.ts";
export * as op from "https://deno.land/x/denops_std@v6.3.0/option/mod.ts";
export { b, g } from "https://deno.land/x/denops_std@v6.3.0/variable/variable.ts";
export * as au from "https://deno.land/x/denops_std@v6.3.0/autocmd/mod.ts";
export * as lambda from "https://deno.land/x/denops_std@v6.3.0/lambda/mod.ts";
export { batch } from "https://deno.land/x/denops_std@v6.3.0/batch/mod.ts";

export { test } from "https://deno.land/x/[email protected]/mod.ts";
6 changes: 3 additions & 3 deletions denops/denippet/deps/lsp.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * as lsputil from "https://deno.land/x/[email protected].3/mod.ts";
export * as LN from "https://deno.land/x/[email protected].3/snippet/node.ts";
export { LSP } from "https://deno.land/x/[email protected].3/deps.ts";
export * as lsputil from "https://deno.land/x/[email protected].4/mod.ts";
export * as LN from "https://deno.land/x/[email protected].4/snippet/node.ts";
export { LSP } from "https://deno.land/x/[email protected].4/deps.ts";
8 changes: 4 additions & 4 deletions denops/denippet/deps/std.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * as TOML from "https://deno.land/std@0.217.0/toml/mod.ts";
export * as YAML from "https://deno.land/std@0.217.0/yaml/mod.ts";
export * as path from "https://deno.land/std@0.217.0/path/mod.ts";
export { assert, assertEquals } from "https://deno.land/std@0.217.0/assert/mod.ts";
export * as TOML from "https://deno.land/std@0.218.2/toml/mod.ts";
export * as YAML from "https://deno.land/std@0.218.2/yaml/mod.ts";
export * as path from "https://deno.land/std@0.218.2/path/mod.ts";
export { assert, assertEquals } from "https://deno.land/std@0.218.2/assert/mod.ts";
4 changes: 2 additions & 2 deletions denops/denippet/deps/unknownutil.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * as u from "https://deno.land/x/unknownutil@v3.16.3/mod.ts";
export { is } from "https://deno.land/x/unknownutil@v3.16.3/mod.ts";
export * as u from "https://deno.land/x/unknownutil@v3.17.0/mod.ts";
export { is } from "https://deno.land/x/unknownutil@v3.17.0/mod.ts";

0 comments on commit c0a74b0

Please sign in to comment.