Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit e37be00

Browse files
Merge branch '4.x' into 6275-fix-web3ethcontractmethodsmymethod-does-not-accept-to-insert-any-parameters
2 parents fcc5205 + 0c67cc6 commit e37be00

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"ts-jest": "^28.0.7",
131131
"ts-loader": "^9.3.1",
132132
"ts-node": "^10.9.1",
133-
"typedoc": "^0.25.3",
133+
"typedoc": "^0.25.6",
134134
"typedoc-monorepo-link-types": "^0.0.4",
135135
"typedoc-plugin-extras": "^2.2.5",
136136
"typedoc-plugin-markdown": "^3.17.0",

scripts/docshelper/base.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
//filenameSeparator : "-",
2121
//indexTitle: "",
2222
//preserveAnchorCasing: true,
23-
23+
disableSources:true,
2424
excludeExternals: true,
2525
excludeReferences: true,
2626
tsconfig: "./docs/tsconfig.docs.json",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -11359,10 +11359,10 @@ shell-quote@^1.8.1:
1135911359
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680"
1136011360
integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==
1136111361

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==
1136611366
dependencies:
1136711367
ansi-sequence-parser "^1.1.0"
1136811368
jsonc-parser "^3.2.0"
@@ -12325,15 +12325,15 @@ typedoc-plugin-merge-modules@^5.1.0:
1232512325
resolved "https://registry.npmjs.org/typedoc-plugin-merge-modules/-/typedoc-plugin-merge-modules-5.1.0.tgz#53ac37f4ab40caac8ee23da1e26042d3a103c4a8"
1232612326
integrity sha512-jXH27L/wlxFjErgBXleh3opVgjVTXFEuBo68Yfl18S9Oh/IqxK6NV94jlEJ9hl4TXc9Zm2l7Rfk41CEkcCyvFQ==
1232712327

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==
1233212332
dependencies:
1233312333
lunr "^2.3.9"
1233412334
marked "^4.3.0"
1233512335
minimatch "^9.0.3"
12336-
shiki "^0.14.1"
12336+
shiki "^0.14.7"
1233712337

1233812338
"typescript@^3 || ^4":
1233912339
version "4.9.5"

0 commit comments

Comments
 (0)