Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Aug 1, 2024
1 parent be70e21 commit 02cecf0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions denops/@ddu-kinds/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ import {
treePath2Filename,
} from "jsr:@shougo/[email protected]/utils";

import * as fn from "jsr:@denops/[email protected].0/function";
import * as vars from "jsr:@denops/[email protected].0/variable";
import { basename, dirname } from "jsr:@std/[email protected].0";

import { isAbsolute, join, normalize, relative } from "jsr:@std/path@0.225.1";
import { copy, ensureDir, ensureFile, move } from "jsr:@std/fs@0.229.1";
import { ByteSliceStream } from "jsr:@std/streams@0.224.0/byte-slice-stream";
import { toArrayBuffer } from "jsr:@std/streams@0.224.0/to-array-buffer";
import { TextLineStream } from "jsr:@std/streams@0.224.0";
import * as fn from "jsr:@denops/[email protected].1/function";
import * as vars from "jsr:@denops/[email protected].1/variable";
import { basename, dirname } from "jsr:@std/[email protected].2";

import { isAbsolute, join, normalize, relative } from "jsr:@std/path@1.0.2";
import { copy, ensureDir, ensureFile, move } from "jsr:@std/fs@1.0.0";
import { ByteSliceStream } from "jsr:@std/streams@1.0.0/byte-slice-stream";
import { toArrayBuffer } from "jsr:@std/streams@1.0.0/to-array-buffer";
import { TextLineStream } from "jsr:@std/streams@1.0.0";
import { ensure, is } from "jsr:@core/[email protected]";

export type ActionData = {
Expand Down

0 comments on commit 02cecf0

Please sign in to comment.