Skip to content

Commit

Permalink
Deno 1.42+ is required
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 3, 2024
1 parent c0843c4 commit 9fadf43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ NOTE: To install plugins from remote, you need to install

### Requirements

Dpp.vim requires both Deno and denops.vim.
Dpp.vim requires both Deno 1.42+ and denops.vim.

- <https://deno.land/>
- <https://github.com/vim-denops/denops.vim>
Expand Down
6 changes: 3 additions & 3 deletions denops/dpp/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export {
assertEquals,
assertInstanceOf,
equal,
} from "https://deno.land/std@0.223.0/assert/mod.ts";
} from "https://deno.land/std@0.224.0/assert/mod.ts";
export {
basename,
dirname,
Expand All @@ -25,10 +25,10 @@ export {
parse,
SEPARATOR as pathsep,
toFileUrl,
} from "https://deno.land/std@0.223.0/path/mod.ts";
} from "https://deno.land/std@0.224.0/path/mod.ts";
export {
deadline,
DeadlineError,
} from "https://deno.land/std@0.223.0/async/mod.ts";
} from "https://deno.land/std@0.224.0/async/mod.ts";
export { TimeoutError } from "https://deno.land/x/[email protected]/response_waiter.ts";
export { Lock } from "https://deno.land/x/[email protected]/mod.ts";
2 changes: 1 addition & 1 deletion doc/dpp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ INSTALL *dpp-install*
NOTE: dpp.vim requires Neovim (0.10.0+) or Vim 9.0.1276+ (latest is
recommended).

Please install both Deno and "denops.vim".
Please install both Deno 1.42+ and "denops.vim".

https://deno.land/
https://github.com/vim-denops/denops.vim
Expand Down

0 comments on commit 9fadf43

Please sign in to comment.