Skip to content

Commit

Permalink
Merge pull request #2 from kg8m/update-deno-dependencies
Browse files Browse the repository at this point in the history
Update Deno Dependencies
  • Loading branch information
kg8m authored Aug 3, 2024
2 parents 2d0a181 + 52928c9 commit cc20009
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .config/vim/denops/kg8m/dein/update/logs.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type { Denops } from "jsr:@denops/[email protected].1";
import { batch } from "jsr:@denops/[email protected].1/batch";
import * as vimFuncs from "jsr:@denops/[email protected].1/function";
import * as vimOptions from "jsr:@denops/[email protected].1/option";
import { assert, is } from "jsr:@core/unknownutil@3.18.1";
import type { Denops } from "jsr:@denops/[email protected].2";
import { batch } from "jsr:@denops/[email protected].2/batch";
import * as vimFuncs from "jsr:@denops/[email protected].2/function";
import * as vimOptions from "jsr:@denops/[email protected].2/option";
import { assert, is } from "jsr:@core/unknownutil@4.0.0";
import { benchmarkOnce } from "../../benchmark.ts";
import { notify } from "../../notification.ts";

Expand Down
2 changes: 1 addition & 1 deletion .config/vim/denops/kg8m/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Entrypoint } from "jsr:@denops/[email protected].1";
import type { Entrypoint } from "jsr:@denops/[email protected].2";
import { show } from "./dein/update/logs.ts";

export const main: Entrypoint = (denops) => {
Expand Down

0 comments on commit cc20009

Please sign in to comment.