-
Notifications
You must be signed in to change notification settings - Fork 37
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 #198 from vim-skk/update_deps
Update deps
- Loading branch information
Showing
11 changed files
with
18 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export * as autocmd from "https://deno.land/x/[email protected].0/autocmd/mod.ts"; | ||
export * as fn from "https://deno.land/x/[email protected].0/function/mod.ts"; | ||
export { batch } from "https://deno.land/x/[email protected].0/batch/mod.ts"; | ||
export type { Denops } from "https://deno.land/x/[email protected].0/mod.ts"; | ||
export * as mapping from "https://deno.land/x/[email protected].0/mapping/mod.ts"; | ||
export * as vars from "https://deno.land/x/[email protected].0/variable/mod.ts"; | ||
export * as op from "https://deno.land/x/[email protected].0/option/mod.ts"; | ||
export * as autocmd from "https://deno.land/x/[email protected].1/autocmd/mod.ts"; | ||
export * as fn from "https://deno.land/x/[email protected].1/function/mod.ts"; | ||
export { batch } from "https://deno.land/x/[email protected].1/batch/mod.ts"; | ||
export type { Denops } from "https://deno.land/x/[email protected].1/mod.ts"; | ||
export * as mapping from "https://deno.land/x/[email protected].1/mapping/mod.ts"; | ||
export * as vars from "https://deno.land/x/[email protected].1/variable/mod.ts"; | ||
export * as op from "https://deno.land/x/[email protected].1/option/mod.ts"; |
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 "https://deno.land/x/[email protected].0/base/filter.ts"; | ||
export * from "https://deno.land/x/[email protected].1/base/filter.ts"; |
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 "https://deno.land/x/[email protected].0/base/source.ts"; | ||
export * from "https://deno.land/x/[email protected].1/base/source.ts"; |
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 "https://deno.land/x/[email protected].0/types.ts"; | ||
export * from "https://deno.land/x/[email protected].1/types.ts"; |
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].1"; | ||
export * as yaml from "jsr:@std/[email protected].3"; | ||
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" assert { 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/assert@0.226.0"; | ||
export * from "jsr:@std/assert@1.0.0"; |
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/async@0.224.2"; | ||
export * from "jsr:@std/async@1.0.0"; |
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/collections@0.224.2"; | ||
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/path@0.225.2"; | ||
export * from "jsr:@std/path@1.0.1"; |
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].4"; | ||
export { TextLineStream } from "jsr:@std/[email protected].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