Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Jul 4, 2024
1 parent dfc8b3e commit 08d4e51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion denops/ollama/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Denops } from "jsr:@denops/[email protected]";
import { ensure, is, maybe } from "jsr:@core/[email protected]";
import { bindDispatcher } from "jsr:@kyoh86/[email protected].1-alpha.2";
import { bindDispatcher } from "jsr:@kyoh86/[email protected].3";

import { init } from "./dispatch/init.ts";
import { isStartChatArgs, startChat } from "./dispatch/start_chat.ts";
Expand Down
2 changes: 1 addition & 1 deletion denops/ollama/ui/spinner.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import spinners from "npm:cli-spinners@3.0.0";
import spinners from "npm:cli-spinners@3.1.0";
import { type SpinnerName as Kind } from "npm:[email protected]";
import { type Denops } from "https://deno.land/x/[email protected]/mod.ts";
import * as batch from "https://deno.land/x/[email protected]/batch/mod.ts";
Expand Down
2 changes: 1 addition & 1 deletion denops/ollama/ui/spinner_test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { test } from "https://deno.land/x/[email protected]/mod.ts";
import { bufnr } from "https://deno.land/x/[email protected]/function/mod.ts";
import * as target from "./spinner.ts";
import { default as sp, type SpinnerName } from "npm:cli-spinners@3.0.0";
import { default as sp, type SpinnerName } from "npm:cli-spinners@3.1.0";

test({
mode: "all",
Expand Down

0 comments on commit 08d4e51

Please sign in to comment.