Skip to content

Commit

Permalink
Bump the typedoc-deps group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the typedoc-deps group with 2 updates: [typedoc](https://github.com/TypeStrong/TypeDoc) and [typedoc-plugin-markdown](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown).


Updates `typedoc` from 0.24.8 to 0.25.2
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.24.8...v0.25.2)

Updates `typedoc-plugin-markdown` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/tgreyuk/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/tgreyuk/typedoc-plugin-markdown/blob/master/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/tgreyuk/typedoc-plugin-markdown/commits/[email protected]/packages/typedoc-plugin-markdown)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typedoc-deps
- dependency-name: typedoc-plugin-markdown
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typedoc-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 9d3dc30 commit 966f674
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"devDependencies": {
"@ikerin/build-readme": "^1.1.1",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3",
"typedoc": "^0.25.2",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -953,8 +953,8 @@ __metadata:
resolution: "@ovotech/genesys-web-messaging-tester-root@workspace:."
dependencies:
"@ikerin/build-readme": ^1.1.1
typedoc: ^0.24.8
typedoc-plugin-markdown: ^3.15.3
typedoc: ^0.25.2
typedoc-plugin-markdown: ^3.16.0
typescript: ^5.1.6
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4034,7 +4034,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^9.0.0":
"minimatch@npm:^9.0.3":
version: 9.0.3
resolution: "minimatch@npm:9.0.3"
dependencies:
Expand Down Expand Up @@ -5235,30 +5235,30 @@ __metadata:
languageName: node
linkType: hard

"typedoc-plugin-markdown@npm:^3.15.3":
version: 3.15.3
resolution: "typedoc-plugin-markdown@npm:3.15.3"
"typedoc-plugin-markdown@npm:^3.16.0":
version: 3.16.0
resolution: "typedoc-plugin-markdown@npm:3.16.0"
dependencies:
handlebars: ^4.7.7
peerDependencies:
typedoc: ">=0.24.0"
checksum: 845d8907948a7ea9f3eed31d8c2f1a4053569fb763f5c5187d06ecbffd247c6a6e532eaf0ec09d11f09eabbf26a3df8646c96fc3ac1a836cc9af273fa0e53413
checksum: e6ddcd36cf28c15bfa84072323e44b34ea10e6ee8f712518805e8a066a70fd2f9a6672fe6eade806ef377ab622b7e36743f0b338b531a494ec920b7f9b853ce6
languageName: node
linkType: hard

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

Expand Down

0 comments on commit 966f674

Please sign in to comment.