From f0fbff95fb53581739be8a4631a6713f8dcfe182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 20:55:59 +0000 Subject: [PATCH] build(deps-dev): bump typedoc from 0.24.8 to 0.25.2 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.24.8 to 0.25.2. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.24.8...v0.25.2) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/sdk/package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 0c8542d59..c1eae5167 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -54,7 +54,7 @@ "mocha": "^10.2.0", "nyc": "^15.1.0", "ts-node": "^10.9.1", - "typedoc": "^0.24.8", + "typedoc": "^0.25.2", "typescript": "^5.1.6", "viem": "^1.6.0", "vitest": "^0.34.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 854ca3650..489dc4b27 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -517,8 +517,8 @@ importers: specifier: ^10.9.1 version: 10.9.1(@types/node@20.5.0)(typescript@5.1.6) typedoc: - specifier: ^0.24.8 - version: 0.24.8(typescript@5.1.6) + specifier: ^0.25.2 + version: 0.25.2(typescript@5.1.6) typescript: specifier: ^5.1.6 version: 5.1.6 @@ -15664,12 +15664,12 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true - /typedoc@0.24.8(typescript@5.1.6): - resolution: {integrity: sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==} - engines: {node: '>= 14.14'} + /typedoc@0.25.2(typescript@5.1.6): + resolution: {integrity: sha512-286F7BeATBiWe/qC4PCOCKlSTwfnsLbC/4cZ68oGBbvAqb9vV33quEOXx7q176OXotD+JdEerdQ1OZGJ818lnA==} + engines: {node: '>= 16'} hasBin: true peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x + typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x dependencies: lunr: 2.3.9 marked: 4.3.0