From b7401a6d3637779816bf113d04f9b15c56193474 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 26 Feb 2025 20:52:01 +0000 Subject: [PATCH] chore(deps): update dependency typedoc to v0.27.9 --- bun.lock | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/bun.lock b/bun.lock index 8e85eaa..a489656 100644 --- a/bun.lock +++ b/bun.lock @@ -11,14 +11,14 @@ "eslint": "9.20.1", "eslint-config-standard": "17.1.0", "prettier": "3.5.1", - "typedoc": "0.27.7", + "typedoc": "0.27.9", "typedoc-plugin-coverage": "3.4.1", "typedoc-plugin-markdown": "4.4.2", }, }, "packages/parser": { "name": "@packwizjs/parser", - "version": "1.1.2", + "version": "1.2.0", "dependencies": { "@types/semver": "^7.5.8", "semver": "^7.7.1", @@ -30,7 +30,6 @@ }, "packages/sync": { "name": "@packwizjs/sync", - "version": "1.0.0", "dependencies": { "@packwizjs/parser": "workspace:*", "murmurhash2": "0.1.0", @@ -623,7 +622,7 @@ "typed-array-length": ["typed-array-length@1.0.7", "", { "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", "gopd": "^1.0.1", "is-typed-array": "^1.1.13", "possible-typed-array-names": "^1.0.0", "reflect.getprototypeof": "^1.0.6" } }, "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg=="], - "typedoc": ["typedoc@0.27.7", "", { "dependencies": { "@gerrit0/mini-shiki": "^1.24.0", "lunr": "^2.3.9", "markdown-it": "^14.1.0", "minimatch": "^9.0.5", "yaml": "^2.6.1" }, "peerDependencies": { "typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x" }, "bin": { "typedoc": "bin/typedoc" } }, "sha512-K/JaUPX18+61W3VXek1cWC5gwmuLvYTOXJzBvD9W7jFvbPnefRnCHQCEPw7MSNrP/Hj7JJrhZtDDLKdcYm6ucg=="], + "typedoc": ["typedoc@0.27.9", "", { "dependencies": { "@gerrit0/mini-shiki": "^1.24.0", "lunr": "^2.3.9", "markdown-it": "^14.1.0", "minimatch": "^9.0.5", "yaml": "^2.6.1" }, "peerDependencies": { "typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x" }, "bin": { "typedoc": "bin/typedoc" } }, "sha512-/z585740YHURLl9DN2jCWe6OW7zKYm6VoQ93H0sxZ1cwHQEQrUn5BJrEnkWhfzUdyO+BLGjnKUZ9iz9hKloFDw=="], "typedoc-plugin-coverage": ["typedoc-plugin-coverage@3.4.1", "", { "peerDependencies": { "typedoc": "0.25.x || 0.26.x || 0.27.x" } }, "sha512-V23DAwinAMpGMGcL1R1s8Snr26hrjfIdwGf+4jR/65ZdmeAN+yRX0onfx5JlembTQhR6AePQ/parfQNS0AZ64A=="], diff --git a/package.json b/package.json index 5073b2f..2680b47 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint": "9.20.1", "eslint-config-standard": "17.1.0", "prettier": "3.5.1", - "typedoc": "0.27.7", + "typedoc": "0.27.9", "typedoc-plugin-coverage": "3.4.1", "typedoc-plugin-markdown": "4.4.2" }