-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #202 from vim-skk/update_deps
Update deps
- Loading branch information
Showing
15 changed files
with
37 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export * as autocmd from "jsr:@denops/std@7.0.0/autocmd"; | ||
export * as fn from "jsr:@denops/std@7.0.0/function"; | ||
export { batch } from "jsr:@denops/std@7.0.0/batch"; | ||
export type { Denops, Entrypoint } from "jsr:@denops/std@7.0.0"; | ||
export * as mapping from "jsr:@denops/std@7.0.0/mapping"; | ||
export * as vars from "jsr:@denops/std@7.0.0/variable"; | ||
export * as op from "jsr:@denops/std@7.0.0/option"; | ||
export * as autocmd from "jsr:@denops/std@~7.1.1/autocmd"; | ||
export * as fn from "jsr:@denops/std@~7.1.1/function"; | ||
export { batch } from "jsr:@denops/std@~7.1.1/batch"; | ||
export type { Denops, Entrypoint } from "jsr:@denops/std@~7.1.1"; | ||
export * as mapping from "jsr:@denops/std@~7.1.1/mapping"; | ||
export * as vars from "jsr:@denops/std@~7.1.1/variable"; | ||
export * as op from "jsr:@denops/std@~7.1.1/option"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "jsr:@shougo/ddc-vim@6.0.0/filter"; | ||
export * from "jsr:@shougo/ddc-vim@~7.0.0/filter"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "jsr:@shougo/ddc-vim@6.0.0/source"; | ||
export * from "jsr:@shougo/ddc-vim@~7.0.0/source"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "jsr:@shougo/ddc-vim@6.0.0/types"; | ||
export * from "jsr:@shougo/ddc-vim@~7.0.0/types"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export type { TestDefinition } from "jsr:@denops/[email protected].1"; | ||
export { test } from "jsr:@denops/[email protected].1"; | ||
export type { TestDefinition } from "jsr:@denops/test@~3.0.4"; | ||
export { test } from "jsr:@denops/test@~3.0.4"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export * as yaml from "jsr:@std/[email protected].0"; | ||
export * as yaml from "jsr:@std/[email protected].4"; | ||
export * as msgpack from "https://esm.sh/@msgpack/[email protected]"; | ||
export { default as jsonschema } from "https://esm.sh/[email protected]"; | ||
export { default as jisyoschema } from "https://cdn.jsdelivr.net/gh/skk-dict/jisyo/schema/jisyo.schema.v0.0.0.json" with { type: "json" }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "jsr:@std/[email protected].1"; | ||
export * from "jsr:@std/assert@~1.0.3"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "jsr:@std/[email protected].1"; | ||
export * from "jsr:@std/async@~1.0.4"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "jsr:@std/[email protected]"; | ||
export * from "jsr:@std/collections@~1.0.5"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "jsr:@std/[email protected].2"; | ||
export * from "jsr:@std/path@~1.0.3"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { TextLineStream } from "jsr:@std/[email protected].0"; | ||
export { TextLineStream } from "jsr:@std/streams@~1.0.3/text-line-stream"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export * as u from "jsr:@core/unknownutil@3.18.1"; | ||
export { is } from "jsr:@core/unknownutil@3.18.1"; | ||
export * as u from "jsr:@core/unknownutil@~4.3.0"; | ||
export { is } from "jsr:@core/unknownutil@~4.3.0/is"; |