Unverified Commit 811199dd authored by Hong Minhee's avatar Hong Minhee
Browse files

Upgrade dependencies

parent 0c6d856b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
import { toPascalCase } from "@std/text";
import { toPascalCase } from "@std/text/to-pascal-case";
import { getFieldName } from "./field.ts";
import type { PropertySchema, TypeSchema } from "./schema.ts";
import { areAllScalarTypes, getTypeNames } from "./type.ts";
+18 −22
Original line number Diff line number Diff line
@@ -15,13 +15,14 @@
    "./x/hono": "./x/hono.ts"
  },
  "imports": {
    "@cfworker/json-schema": "npm:@cfworker/json-schema@^1.12.8",
    "@cfworker/json-schema": "npm:@cfworker/json-schema@^2.0.1",
    "@david/which-runtime": "jsr:@david/which-runtime@^0.2.0",
    "@deno/dnt": "jsr:@deno/dnt@0.41.2",
    "@fedify/fedify": "./mod.ts",
    "@fedify/fedify/federation": "./federation/mod.ts",
    "@fedify/fedify/nodeinfo": "./nodeinfo/mod.ts",
    "@fedify/fedify/runtime": "./runtime/mod.ts",
    "@fedify/fedify/sig": "./sig/mod.ts",
    "@fedify/fedify/vocab": "./vocab/mod.ts",
    "@fedify/fedify/webfinger": "./webfinger/mod.ts",
    "@fedify/fedify/x/denokv": "./x/denokv.ts",
@@ -29,34 +30,29 @@
    "@fedify/fedify/x/hono": "./x/hono.ts",
    "@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0",
    "@hugoalh/http-header-link": "jsr:@hugoalh/http-header-link@^1.0.2",
    "@logtape/logtape": "jsr:@logtape/logtape@^0.4.0",
    "@phensley/language-tag": "npm:@phensley/language-tag@^1.8.1",
    "@logtape/logtape": "jsr:@logtape/logtape@^0.5.1",
    "@phensley/language-tag": "npm:@phensley/language-tag@^1.9.0",
    "@std/assert": "jsr:@std/assert@^0.226.0",
    "@std/async/delay": "jsr:@std/async@^0.224.2/delay",
    "@std/bytes": "jsr:@std/bytes@^1.0.0",
    "@std/bytes/concat": "jsr:@std/bytes@^1.0.0/concat",
    "@std/collections": "jsr:@std/collections@^0.224.2",
    "@std/encoding": "jsr:@std/encoding@^0.224.3",
    "@std/encoding/base64": "jsr:@std/encoding@^0.224.3/base64",
    "@std/encoding/base64url": "jsr:@std/encoding@^0.224.3/base64url",
    "@std/encoding/hex": "jsr:@std/encoding@^0.224.3/hex",
    "@std/fs": "jsr:@std/fs@^0.224.0",
    "@std/http/negotiation": "jsr:@std/http@^0.224.4/negotiation",
    "@std/json/common": "jsr:@std/json@^0.224.1/common",
    "@std/path": "jsr:@std/path@^0.225.2",
    "@std/semver": "jsr:@std/semver@^0.224.3",
    "@std/async": "jsr:@std/async@^1.0.5",
    "@std/bytes": "jsr:@std/bytes@^1.0.2",
    "@std/collections": "jsr:@std/collections@^1.0.6",
    "@std/encoding": "jsr:@std/encoding@^1.0.5",
    "@std/fs": "jsr:@std/fs@^1.0.3",
    "@std/http": "jsr:@std/http@^1.0.6",
    "@std/path": "jsr:@std/path@^1.0.6",
    "@std/semver": "jsr:@std/semver@^1.0.3",
    "@std/testing": "jsr:@std/testing@^0.224.0",
    "@std/text": "jsr:@std/text@^0.224.3",
    "@std/url": "jsr:@std/url@^0.224.1",
    "@std/yaml": "jsr:@std/yaml@^0.224.1",
    "@std/text": "jsr:@std/text@^1.0.6",
    "@std/url": "jsr:@std/url@^0.225.1",
    "@std/yaml": "jsr:@std/yaml@^0.224.3",
    "asn1js": "npm:asn1js@^3.0.5",
    "fast-check": "npm:fast-check@^3.19.0",
    "fast-check": "npm:fast-check@^3.22.0",
    "json-canon": "npm:json-canon@^1.0.1",
    "jsonld": "npm:jsonld@^8.3.2",
    "mock_fetch": "https://raw.githubusercontent.com/dahlia/deno_mock_fetch/internalize-router/mod.ts",
    "mock_fetch": "jsr:@hongminhee/deno-mock-fetch@^0.3.2",
    "multibase": "npm:multibase@^4.0.6",
    "multicodec": "npm:multicodec@^3.2.1",
    "pkijs": "npm:pkijs@^3.1.0",
    "pkijs": "npm:pkijs@^3.2.4",
    "uri-template-router": "npm:uri-template-router@^0.0.16",
    "url-template": "npm:url-template@^3.1.1"
  },
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ import {
  assertThrows,
} from "@std/assert";
import { assertSnapshot } from "@std/testing/snapshot";
import { toPascalCase } from "@std/text";
import { toPascalCase } from "@std/text/to-pascal-case";
import { decode } from "multibase";
import {
  loadSchemaFiles,