This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 130
130
"ts-jest" : " ^28.0.7" ,
131
131
"ts-loader" : " ^9.3.1" ,
132
132
"ts-node" : " ^10.9.1" ,
133
- "typedoc" : " ^0.25.3 " ,
133
+ "typedoc" : " ^0.25.6 " ,
134
134
"typedoc-monorepo-link-types" : " ^0.0.4" ,
135
135
"typedoc-plugin-extras" : " ^2.2.5" ,
136
136
"typedoc-plugin-markdown" : " ^3.17.0" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module.exports = {
20
20
//filenameSeparator : "-",
21
21
//indexTitle: "",
22
22
//preserveAnchorCasing: true,
23
-
23
+ disableSources : true ,
24
24
excludeExternals : true ,
25
25
excludeReferences : true ,
26
26
tsconfig : "./docs/tsconfig.docs.json" ,
Original file line number Diff line number Diff line change @@ -11359,10 +11359,10 @@ shell-quote@^1.8.1:
11359
11359
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680"
11360
11360
integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==
11361
11361
11362
- shiki@^0.14.1 :
11363
- version "0.14.5 "
11364
- resolved "https://registry.npmjs.org /shiki/-/shiki-0.14.5 .tgz#375dd214e57eccb04f0daf35a32aa615861deb93 "
11365
- integrity sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw ==
11362
+ shiki@^0.14.7 :
11363
+ version "0.14.7 "
11364
+ resolved "https://registry.yarnpkg.com /shiki/-/shiki-0.14.7 .tgz#c3c9e1853e9737845f1d2ef81b31bcfb07056d4e "
11365
+ integrity sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg ==
11366
11366
dependencies:
11367
11367
ansi-sequence-parser "^1.1.0"
11368
11368
jsonc-parser "^3.2.0"
@@ -12325,15 +12325,15 @@ typedoc-plugin-merge-modules@^5.1.0:
12325
12325
resolved "https://registry.npmjs.org/typedoc-plugin-merge-modules/-/typedoc-plugin-merge-modules-5.1.0.tgz#53ac37f4ab40caac8ee23da1e26042d3a103c4a8"
12326
12326
integrity sha512-jXH27L/wlxFjErgBXleh3opVgjVTXFEuBo68Yfl18S9Oh/IqxK6NV94jlEJ9hl4TXc9Zm2l7Rfk41CEkcCyvFQ==
12327
12327
12328
- typedoc@^0.25.3 :
12329
- version "0.25.3 "
12330
- resolved "https://registry.npmjs.org /typedoc/-/typedoc-0.25.3 .tgz#53c6d668e1001b3d488e9a750fcdfb05433554c0 "
12331
- integrity sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw ==
12328
+ typedoc@^0.25.6 :
12329
+ version "0.25.6 "
12330
+ resolved "https://registry.yarnpkg.com /typedoc/-/typedoc-0.25.6 .tgz#1505538aecea511dd669652c71d042a2427bd4fc "
12331
+ integrity sha512-1rdionQMpOkpA58qfym1J+YD+ukyA1IEIa4VZahQI2ZORez7dhOvEyUotQL/8rSoMBopdzOS+vAIsORpQO4cTA ==
12332
12332
dependencies:
12333
12333
lunr "^2.3.9"
12334
12334
marked "^4.3.0"
12335
12335
minimatch "^9.0.3"
12336
- shiki "^0.14.1 "
12336
+ shiki "^0.14.7 "
12337
12337
12338
12338
"typescript@^3 || ^4":
12339
12339
version "4.9.5"
You can’t perform that action at this time.
0 commit comments