Skip to content

Commit 9464beb

Browse files
committed
deps: update jsr:@vim-fall/std from ^0.10.0 to ^0.13.0
1 parent c2c3f64 commit 9464beb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

denops/fall/_assets/default.custom.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import {
33
composeRenderers,
44
refineCurator,
55
refineSource,
6-
} from "jsr:@vim-fall/std@^0.10.0";
7-
import * as builtin from "jsr:@vim-fall/std@^0.10.0/builtin";
6+
} from "jsr:@vim-fall/std@^0.13.0";
7+
import * as builtin from "jsr:@vim-fall/std@^0.13.0/builtin";
88
import { SEPARATOR } from "jsr:@std/path@^1.0.8/constants";
99

1010
// NOTE:

denops/fall/_assets/minimum.custom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Entrypoint } from "jsr:@vim-fall/custom@^0.1.0";
2-
import * as builtin from "jsr:@vim-fall/std@^0.10.0/builtin";
2+
import * as builtin from "jsr:@vim-fall/std@^0.13.0/builtin";
33

44
export const main: Entrypoint = ({
55
definePickerFromSource,

0 commit comments

Comments
 (0)