From 30a0e0abed59778c72b136f187ccba82d8d6a2de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 08:24:05 +0000 Subject: [PATCH] build(deps-dev): bump typedoc from 0.27.9 to 0.28.2 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.27.9 to 0.28.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.27.9...v0.28.2) --- updated-dependencies: - dependency-name: typedoc dependency-version: 0.28.2 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 eadcdc7..9842743 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "oxlint": "^0.15.7", "tsc-alias": "^1.8.10", "tsc-esm-fix": "^3.1.0", - "typedoc": "^0.27.9", + "typedoc": "^0.28.2", "typedoc-plugin-include-example": "^2.0.2", "typedoc-plugin-inline-sources": "^1.1.0", "typedoc-plugin-rename-defaults": "^0.7.1",