Shougo / ddu.vim

Dark deno-powered UI framework for Vim/NeoVim
MIT License
295 stars 24 forks source link

Better dependencies #122

Closed Shougo closed 2 months ago

Shougo commented 2 months ago

Fix https://github.com/Shougo/ddu.vim/pull/121 imports.

Shougo commented 2 months ago

I have added v6.0.0-pre1 tag.

4513ECHO commented 2 months ago

Excellent.

$ deno info jsr:@4513echo/ddu-kind-url@0.5.0 | head -4 # with jsr:@shougo/ddu-vim@5.0.0
local: /Users/user/Library/Caches/deno/deps/https/jsr.io/c6aee04005c0eb24a70dc67c08f7cd42e97e97cf55ddd76fead35ef94fe58b99
type: TypeScript
dependencies: 381 unique
size: 2.44MB
$ deno info jsr:@4513echo/ddu-kind-url@0.6.0-pre.0 | head -4 # with jsr:@shougo/ddu-vim@6.0.0-pre1
local: /Users/user/Library/Caches/deno/deps/https/jsr.io/b4412eb79db9b4ff964327273f52cbc96b27baf9aa6d6184b0eed52db2d40d8e
type: TypeScript
dependencies: 173 unique
size: 873.71KB
4513ECHO commented 2 months ago

Please update jsr:@denops/std to v7.1.0

Shougo commented 2 months ago

Done.

Shougo commented 2 months ago

I have tested it and it works for me.

Shougo commented 2 months ago

OK. I will merge it.