Skip to content

Commit

Permalink
Upgrade typedoc (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
SketchingDev authored Jul 20, 2023
1 parent 631fae3 commit 73e4b21
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 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.23.15",
"typedoc-plugin-markdown": "^3.13.6",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^4.8.3"
},
"engines": {
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -935,8 +935,8 @@ __metadata:
resolution: "@ovotech/genesys-web-messaging-tester-root@workspace:."
dependencies:
"@ikerin/build-readme": ^1.1.1
typedoc: ^0.23.15
typedoc-plugin-markdown: ^3.13.6
typedoc: ^0.24.8
typedoc-plugin-markdown: ^3.15.3
typescript: ^4.8.3
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3882,12 +3882,12 @@ __metadata:
languageName: node
linkType: hard

"marked@npm:^4.2.12":
version: 4.2.12
resolution: "marked@npm:4.2.12"
"marked@npm:^4.3.0":
version: 4.3.0
resolution: "marked@npm:4.3.0"
bin:
marked: bin/marked.js
checksum: bd551cd61028ee639d4ca2ccdfcc5a6ba4227c1b143c4538f3cde27f569dcb57df8e6313560394645b418b84a7336c07ab1e438b89b6324c29d7d8cdd3102d63
checksum: 0db6817893952c3ec710eb9ceafb8468bf5ae38cb0f92b7b083baa13d70b19774674be04db5b817681fa7c5c6a088f61300815e4dd75a59696f4716ad69f6260
languageName: node
linkType: hard

Expand Down Expand Up @@ -3956,12 +3956,12 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^7.1.3":
version: 7.3.0
resolution: "minimatch@npm:7.3.0"
"minimatch@npm:^9.0.0":
version: 9.0.3
resolution: "minimatch@npm:9.0.3"
dependencies:
brace-expansion: ^2.0.1
checksum: c4d9af992958339d5fc593c9ce496f4b9615597e57cdd663e57bd3a745ebd208c2bba19c3290c25ed8dcf259586fa1f68e4e1acf304f8694927b84c5381167d0
checksum: 253487976bf485b612f16bf57463520a14f512662e592e95c571afdab1442a6a6864b6c88f248ce6fc4ff0b6de04ac7aa6c8bb51e868e99d1d65eb0658a708b5
languageName: node
linkType: hard

Expand Down Expand Up @@ -5150,30 +5150,30 @@ __metadata:
languageName: node
linkType: hard

"typedoc-plugin-markdown@npm:^3.13.6":
version: 3.14.0
resolution: "typedoc-plugin-markdown@npm:3.14.0"
"typedoc-plugin-markdown@npm:^3.15.3":
version: 3.15.3
resolution: "typedoc-plugin-markdown@npm:3.15.3"
dependencies:
handlebars: ^4.7.7
peerDependencies:
typedoc: ">=0.23.0"
checksum: 6205600052185b4b193ab8a253d9df5ccbc95002c948a07f9024bcd26f0f23fbcc089fda4d6b4c8f4172f4eaca2bf9c32129989f6baaace7261cf4a0e41c976b
typedoc: ">=0.24.0"
checksum: 845d8907948a7ea9f3eed31d8c2f1a4053569fb763f5c5187d06ecbffd247c6a6e532eaf0ec09d11f09eabbf26a3df8646c96fc3ac1a836cc9af273fa0e53413
languageName: node
linkType: hard

"typedoc@npm:^0.23.15":
version: 0.23.26
resolution: "typedoc@npm:0.23.26"
"typedoc@npm:^0.24.8":
version: 0.24.8
resolution: "typedoc@npm:0.24.8"
dependencies:
lunr: ^2.3.9
marked: ^4.2.12
minimatch: ^7.1.3
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
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x
bin:
typedoc: bin/typedoc
checksum: 09dbd221b5bd27a7f6c593a6aa7e4efc3c46f20761e109a76bf0ed7239011cca1261357094710c01472582060d75a7558aab5bf5b78db3aff7c52188d146ee65
checksum: a46a14497f789fb3594e6c3af2e45276934ac46df40b7ed15a504ee51dc7a8013a2ffb3a54fd73abca6a2b71f97d3ec9ad356fa9aa81d29743e4645a965a2ae0
languageName: node
linkType: hard

Expand Down

0 comments on commit 73e4b21

Please sign in to comment.