chore(deps): update dependency typedoc to v0.27.9

This commit is contained in:
Renovate 2025-02-26 20:52:01 +00:00
parent ed5770607e
commit b7401a6d36
Signed by: Renovate
GPG key ID: C42AFED545031BE9
2 changed files with 4 additions and 5 deletions

View file

@ -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=="],

View file

@ -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"
}