Skip to content

Commit

Permalink
📦 bump deno.land/x/unknownutil from v3.10.0 to v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lambdalisue committed Dec 11, 2023
1 parent 7e53f06 commit b900e48
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion denops/@denops-private/error.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { is } from "https://deno.land/x/unknownutil@v3.10.0/mod.ts#^";
import { is } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";

export function errorSerializer(err: unknown): unknown {
if (err instanceof Error) {
Expand Down
2 changes: 1 addition & 1 deletion denops/@denops-private/host/invoker.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { is } from "https://deno.land/x/unknownutil@v3.10.0/mod.ts#^";
import { is } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";
import { Service } from "../service.ts";
import type { Meta } from "../../@denops/mod.ts";

Expand Down
2 changes: 1 addition & 1 deletion denops/@denops-private/host/nvim.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert, is } from "https://deno.land/x/unknownutil@v3.10.0/mod.ts#^";
import { assert, is } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";
import {
Client,
Session,
Expand Down
2 changes: 1 addition & 1 deletion denops/@denops-private/service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { toFileUrl } from "https://deno.land/[email protected]/path/mod.ts";
import { assert, is } from "https://deno.land/x/unknownutil@v3.10.0/mod.ts#^";
import { assert, is } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";
import {
Client,
Session,
Expand Down
2 changes: 1 addition & 1 deletion denops/@denops-private/worker/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
assert,
is,
Predicate,
} from "https://deno.land/x/unknownutil@v3.10.0/mod.ts#^";
} from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";
import {
Client,
Session,
Expand Down

0 comments on commit b900e48

Please sign in to comment.