Skip to content

Commit

Permalink
udd
Browse files Browse the repository at this point in the history
  • Loading branch information
uga-rosa committed Dec 14, 2023
1 parent 5a5d198 commit 2aca788
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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@v5.1.0/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v5.1.0/function/mod.ts";
export * as api from "https://deno.land/x/denops_std@v5.1.0/function/nvim/mod.ts";
export * as vim from "https://deno.land/x/denops_std@v5.1.0/function/vim/mod.ts";
export * as op from "https://deno.land/x/denops_std@v5.1.0/option/mod.ts";
export { b, g } from "https://deno.land/x/denops_std@v5.1.0/variable/variable.ts";
export * as au from "https://deno.land/x/denops_std@v5.1.0/autocmd/mod.ts";
export * as lambda from "https://deno.land/x/denops_std@v5.1.0/lambda/mod.ts";
export { batch } from "https://deno.land/x/denops_std@v5.1.0/batch/mod.ts";
export type { Denops } from "https://deno.land/x/denops_std@v5.2.0/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v5.2.0/function/mod.ts";
export * as api from "https://deno.land/x/denops_std@v5.2.0/function/nvim/mod.ts";
export * as vim from "https://deno.land/x/denops_std@v5.2.0/function/vim/mod.ts";
export * as op from "https://deno.land/x/denops_std@v5.2.0/option/mod.ts";
export { b, g } from "https://deno.land/x/denops_std@v5.2.0/variable/variable.ts";
export * as au from "https://deno.land/x/denops_std@v5.2.0/autocmd/mod.ts";
export * as lambda from "https://deno.land/x/denops_std@v5.2.0/lambda/mod.ts";
export { batch } from "https://deno.land/x/denops_std@v5.2.0/batch/mod.ts";

export { test } from "https://deno.land/x/[email protected]/mod.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.208.0/toml/mod.ts";
export * as YAML from "https://deno.land/std@0.208.0/yaml/mod.ts";
export * as path from "https://deno.land/std@0.208.0/path/mod.ts";
export { assertEquals } from "https://deno.land/std@0.208.0/assert/mod.ts";
export * as TOML from "https://deno.land/std@0.209.0/toml/mod.ts";
export * as YAML from "https://deno.land/std@0.209.0/yaml/mod.ts";
export * as path from "https://deno.land/std@0.209.0/path/mod.ts";
export { assertEquals } from "https://deno.land/std@0.209.0/assert/mod.ts";

0 comments on commit 2aca788

Please sign in to comment.