From 700652a25acd838577f2045e43a831e0bc3ad385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:18:06 +0000 Subject: [PATCH] Bump typedoc from 0.25.13 to 0.26.2 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.13 to 0.26.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.25.13...v0.26.2) --- 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 e080ead..b450150 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/bun": "^1.1.1", "consola": "^3.2.3", "remix-auth": "^3.7.0", - "typedoc": "^0.25.13", + "typedoc": "^0.26.2", "typedoc-plugin-mdn-links": "^3.1.23", "typescript": "^5.4.5" }