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

⬆️ Update dependency typedoc to ^0.27.6 #5561

Open
wants to merge 1 commit into
base: main
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/fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"not-node-buffer": "npm:buffer@^6.0.3",
"regexp-tree": "^0.1.27",
"replace-in-file": "^8.3.0",
"typedoc": "^0.27.5",
"typedoc": "^0.27.6",
"typescript": "~5.7.2",
"vitest": "^2.1.8"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10643,7 +10643,7 @@ __metadata:
pure-rand: "npm:^6.1.0"
regexp-tree: "npm:^0.1.27"
replace-in-file: "npm:^8.3.0"
typedoc: "npm:^0.27.5"
typedoc: "npm:^0.27.6"
typescript: "npm:~5.7.2"
vitest: "npm:^2.1.8"
languageName: unknown
Expand Down Expand Up @@ -20092,9 +20092,9 @@ __metadata:
languageName: node
linkType: hard

"typedoc@npm:^0.27.5":
version: 0.27.5
resolution: "typedoc@npm:0.27.5"
"typedoc@npm:^0.27.6":
version: 0.27.6
resolution: "typedoc@npm:0.27.6"
dependencies:
"@gerrit0/mini-shiki": "npm:^1.24.0"
lunr: "npm:^2.3.9"
Expand All @@ -20105,7 +20105,7 @@ __metadata:
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
checksum: 10c0/c73501a601ba96c502bc1cdca8539a12512a1938791656f9620cff962fff6e0c4b475527b031c785a32496da2bee24c3ea35524a16707df5c5e1f458ab814deb
checksum: 10c0/74af856fc2b9ca151567db8e08737a6ab8b29efb611414510eb833f80723245bc6ade00f2be7a410e335833cfd5e3deb1ae1ecfdb4da3a13c65faedd1f1805b0
languageName: node
linkType: hard

Expand Down
Loading