Skip to content

Commit

Permalink
fix(deps): update dependency typedoc to ^0.24.8 (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 14, 2023
1 parent 5df17fe commit ba480bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"commander": "^10.0.1",
"js-yaml": "^4.1.0",
"tslib": "^2.5.3",
"typedoc": "^0.24.7"
"typedoc": "^0.24.8"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5508,27 +5508,27 @@ __metadata:
pretty-quick: ^3.1.3
rimraf: ^5.0.1
tslib: ^2.5.3
typedoc: ^0.24.7
typedoc: ^0.24.8
typescript: ~5.0.4
vitest: ^0.32.0
bin:
typedoc-json-parser: ./dist/bin/index.js
languageName: unknown
linkType: soft

"typedoc@npm:^0.24.7":
version: 0.24.7
resolution: "typedoc@npm:0.24.7"
"typedoc@npm:^0.24.8":
version: 0.24.8
resolution: "typedoc@npm:0.24.8"
dependencies:
lunr: ^2.3.9
marked: ^4.3.0
minimatch: ^9.0.0
shiki: ^0.14.1
peerDependencies:
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x
bin:
typedoc: bin/typedoc
checksum: 9ae433566cb02b96deb9eb2a9f5b23d1b199f5aeb61ca8c7e2653ff5d339fbfb4d526e024febab4f3278332978814aaa0885f1d5925ba21a441d93a611510ac3
checksum: a46a14497f789fb3594e6c3af2e45276934ac46df40b7ed15a504ee51dc7a8013a2ffb3a54fd73abca6a2b71f97d3ec9ad356fa9aa81d29743e4645a965a2ae0
languageName: node
linkType: hard

Expand Down

0 comments on commit ba480bd

Please sign in to comment.