From ecb71a574cd780beeaf33c6c3fd05917df138f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:12:25 +0000 Subject: [PATCH] chore: bump typedoc from 0.26.11 to 0.27.5 in /docs Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.11 to 0.27.5. - [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.5) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index fb83a4970c..ff7671395a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -30,7 +30,7 @@ "@docusaurus/types": "3.6.2", "@types/react": "^18.3.12", "docusaurus-plugin-typedoc": "^1.0.5", - "typedoc": "^0.26.11", + "typedoc": "^0.27.5", "typedoc-plugin-markdown": "^4.2.10", "typescript": "^5.4.5" },