From 972c9671feca4db0b5ed5200791dddb8d0099a8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:08:29 +0000 Subject: [PATCH] build(deps-dev): bump typedoc from 0.26.11 to 0.27.8 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.11 to 0.27.8. - [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.26.11...v0.27.8) --- 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 61e3f36..cfffbe1 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "size-limit-preset-node-lib": "^0.3.0", "ts-node": "^10.9.2", "tsup": "^8.3.5", - "typedoc": "~0.26.11", + "typedoc": "~0.27.8", "typedoc-material-theme": "^1.2.0", "typedoc-plugin-include-example": "^2.0.2", "typedoc-plugin-inline-sources": "^1.1.0",