From f541056e47ce26aa7cb387fb5233f16a0d583892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 02:41:11 +0000 Subject: [PATCH] build(deps-dev): bump typedoc from 0.22.18 to 0.23.26 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.18 to 0.23.26. - [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.22.18...v0.23.26) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd5ba54..8990e0a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "prettier": "^1.19.1", "tsdx": "^0.14.1", "tslib": "^2.3.1", - "typedoc": "^0.22.10", + "typedoc": "^0.23.26", "typedoc-plugin-markdown": "^3.11.8", "typescript": "^4.5.4" },