Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/javascript-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ts-jest": "^29.0.5",
"ts-jest-resolver": "^2.0.0",
"ts-loader": "^9.4.2",
"typedoc": "0.27.6",
"typedoc": "0.27.9",
"typescript": "5.7.3",
"webpack": "^5.75.0",
"webpack-cli": "^6.0.0"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6851,7 +6851,7 @@ __metadata:
ts-jest: "npm:^29.0.5"
ts-jest-resolver: "npm:^2.0.0"
ts-loader: "npm:^9.4.2"
typedoc: "npm:0.27.6"
typedoc: "npm:0.27.9"
typescript: "npm:5.7.3"
webpack: "npm:^5.75.0"
webpack-cli: "npm:^6.0.0"
Expand Down Expand Up @@ -7959,20 +7959,20 @@ __metadata:
languageName: node
linkType: hard

"typedoc@npm:0.27.6":
version: 0.27.6
resolution: "typedoc@npm:0.27.6"
"typedoc@npm:0.27.9":
version: 0.27.9
resolution: "typedoc@npm:0.27.9"
dependencies:
"@gerrit0/mini-shiki": "npm:^1.24.0"
lunr: "npm:^2.3.9"
markdown-it: "npm:^14.1.0"
minimatch: "npm:^9.0.5"
yaml: "npm:^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
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
checksum: 10c0/74af856fc2b9ca151567db8e08737a6ab8b29efb611414510eb833f80723245bc6ade00f2be7a410e335833cfd5e3deb1ae1ecfdb4da3a13c65faedd1f1805b0
checksum: 10c0/999668d9d23e1824b762e2c411e2c0860d0ce4a2e61f23a2c31d36a1d6337a763553bc75205aee25ce34659e9315315c720694e9eccd7e7e4755873fdfec1192
languageName: node
linkType: hard

Expand Down
Loading