Skip to content

Commit 95054c0

Browse files
committed
📦 Upgrade dependencies
1 parent 5beae8e commit 95054c0

32 files changed

+49
-46
lines changed

denops/@fall-extension/action/cmd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Denops } from "jsr:@denops/std@^7.0.0";
22
import type { GetAction } from "jsr:@lambdalisue/vim-fall@^0.6.0/action";
33
import * as fn from "jsr:@denops/std@^7.0.0/function";
44
import { input } from "jsr:@denops/std@^7.0.0/helper/input";
5-
import { dirname } from "jsr:@std/path@^0.225.0/dirname";
5+
import { dirname } from "jsr:@std/path@^1.0.0/dirname";
66
import { assert, is, type Predicate } from "jsr:@core/unknownutil@^4.0.0";
77

88
import { retrieve } from "../util.ts";

denops/@fall-extension/previewer/buffer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { GetPreviewer } from "jsr:@lambdalisue/vim-fall@^0.6.0/previewer";
22
import { collect } from "jsr:@denops/std@^7.0.0/batch";
3-
import { basename } from "jsr:@std/path@^1.0.2/basename";
3+
import { basename } from "jsr:@std/path@^1.0.0/basename";
44
import * as fn from "jsr:@denops/std@^7.0.0/function";
55
import { assert, is } from "jsr:@core/unknownutil@^4.0.0";
66

denops/@fall-extension/previewer/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { GetPreviewer } from "jsr:@lambdalisue/vim-fall@^0.6.0/previewer";
2-
import { stringify } from "jsr:@std/yaml@^0.224.1/stringify";
3-
import { basename } from "jsr:@std/path@^1.0.0-rc.1/basename";
2+
import { stringify } from "jsr:@std/yaml@^1.0.0/stringify";
3+
import { basename } from "jsr:@std/path@^1.0.0/basename";
44
import { as, is } from "jsr:@core/unknownutil@^4.0.0";
55

66
const isExtensionDetail = is.ObjectOf({

denops/@fall-extension/previewer/file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { GetPreviewer } from "jsr:@lambdalisue/vim-fall@^0.6.0/previewer";
2-
import { basename } from "jsr:@std/path@^1.0.2/basename";
2+
import { basename } from "jsr:@std/path@^1.0.0/basename";
33
import * as fn from "jsr:@denops/std@^7.0.0/function";
44
import { assert, is } from "jsr:@core/unknownutil@^4.0.0";
55

denops/@fall-extension/previewer/helptag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { GetPreviewer } from "jsr:@lambdalisue/vim-fall@^0.6.0/previewer";
22
import * as opt from "jsr:@denops/std@^7.0.0/option";
3-
import { join } from "jsr:@std/path@^0.225.1/join";
3+
import { join } from "jsr:@std/path@^1.0.0/join";
44
import { as, is } from "jsr:@core/unknownutil@^4.0.0";
55

66
const isHelptagDetail = is.ObjectOf({

denops/@fall-extension/projector/cwd-filter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { GetProjector } from "jsr:@lambdalisue/vim-fall@^0.6.0/projector";
22
import * as fn from "jsr:@denops/std@^7.0.0/function";
3-
import { common } from "jsr:@std/path@^0.225.0/common";
3+
import { common } from "jsr:@std/path@^1.0.0/common";
44
import { is } from "jsr:@core/unknownutil@^4.0.0";
55

66
const isPathDetail = is.ObjectOf({

denops/@fall-extension/projector/exists-filter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { GetProjector } from "jsr:@lambdalisue/vim-fall@^0.6.0/projector";
2-
import { exists } from "jsr:@std/fs@^0.229.0/exists";
2+
import { exists } from "jsr:@std/fs@^1.0.0/exists";
33
import { is } from "jsr:@core/unknownutil@^4.0.0";
44

55
const isPathDetail = is.ObjectOf({

denops/@fall-extension/projector/fzf-matcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { GetProjector } from "jsr:@lambdalisue/vim-fall@^0.6.0/projector";
22
import type { ItemDecoration } from "../../@fall/item.ts";
33
import { AsyncFzf } from "npm:[email protected]";
4-
import { omit } from "jsr:@std/collections@^1.0.0-rc.1/omit";
4+
import { omit } from "jsr:@std/collections@^1.0.0/omit";
55
import { assert, is } from "jsr:@core/unknownutil@^4.0.0";
66

77
const isOptions = is.StrictOf(is.PartialOf(is.ObjectOf({})));

denops/@fall-extension/projector/to-relative-path.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { GetProjector } from "jsr:@lambdalisue/vim-fall@^0.6.0/projector";
22
import * as fn from "jsr:@denops/std@^7.0.0/function";
3-
import { relative } from "jsr:@std/path@^0.225.0/relative";
3+
import { relative } from "jsr:@std/path@^1.0.0/relative";
44
import { is } from "jsr:@core/unknownutil@^4.0.0";
55

66
const isPathDetail = is.ObjectOf({

denops/@fall-extension/renderer/smart-path.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { GetRenderer } from "jsr:@lambdalisue/vim-fall@^0.6.0/renderer";
2-
import { SEPARATOR } from "jsr:@std/path@^0.225.0/constants";
2+
import { SEPARATOR } from "jsr:@std/path@^1.0.0/constants";
33

44
import { getByteLength } from "../util.ts";
55

0 commit comments

Comments
 (0)