From aa748d42e12baccc95c56a835597dec0420865d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 01:39:12 +0000 Subject: [PATCH] Bump typedoc from 0.22.18 to 0.23.23 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.18 to 0.23.23. - [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.23) --- 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 f899cc5..e58f280 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "prettier": "^2.6.2", "tsdx": "^0.14.1", "tslib": "^2.3.1", - "typedoc": "^0.22.10", + "typedoc": "^0.23.23", "typedoc-plugin-markdown": "^3.11.8", "typescript": "^4.5.4" },