Skip to content

Commit

Permalink
update typedoc, yargs
Browse files Browse the repository at this point in the history
  • Loading branch information
dekz committed Aug 3, 2022
1 parent b1133ed commit 55b99eb
Show file tree
Hide file tree
Showing 15 changed files with 108 additions and 37 deletions.
2 changes: 1 addition & 1 deletion abi-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"tmp": "^0.0.33",
"to-snake-case": "^1.0.0",
"toposort": "^2.0.2",
"yargs": "^10.0.3"
"yargs": "^17.5.1"
},
"devDependencies": {
"@0x/assert": "^3.0.34",
Expand Down
2 changes: 1 addition & 1 deletion dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"nyc": "^11.0.1",
"shx": "^0.2.2",
"tslint": "5.11.0",
"typedoc": "~0.16.11",
"typedoc": "^0.23.10",
"typescript": "4.2.2"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion dev-utils/src/web3_factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {
EmptyWalletSubprovider,
FakeGasEstimateSubprovider,
GanacheSubprovider,
NonceTrackerSubprovider,
RPCSubprovider,
Web3ProviderEngine,
} from '@0x/subproviders';
Expand Down
2 changes: 1 addition & 1 deletion ethereum-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"make-promises-safe": "^1.1.0",
"shx": "^0.2.2",
"tslint": "5.11.0",
"typedoc": "~0.16.11",
"typedoc": "^0.23.10",
"typescript": "4.2.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion json-schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"nyc": "^11.0.1",
"shx": "^0.2.2",
"tslint": "5.11.0",
"typedoc": "~0.16.11",
"typedoc": "^0.23.10",
"typescript": "4.2.2"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions monorepo-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@
"chalk": "^2.3.0",
"es6-promisify": "^5.0.0",
"glob": "^7.1.2",
"isomorphic-fetch": "2.2.1",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.21",
"mkdirp": "^0.5.1",
"moment": "2.21.0",
"moment": "^2.29.4",
"promisify-child-process": "^1.0.5",
"prompt": "^1.0.0",
"publish-release": "https://github.com/0xProject/publish-release.git#3f8be1105a356527f4b362ff456d94bf9a82f2ed",
"rimraf": "^2.6.2",
"semver": "5.5.0",
"semver-diff": "^2.1.0",
"semver-sort": "0.0.4",
"typedoc": "~0.16.11",
"yargs": "^10.0.3"
"semver-sort": "^1.0.0",
"typedoc": "^0.23.10",
"yargs": "^17.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"prettier": "1.19.1",
"source-map-support": "^0.5.6",
"typescript": "4.6.3",
"wsrun": "^2.2.0"
"wsrun": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions sol-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"nyc": "^11.0.1",
"shx": "^0.2.2",
"tslint": "5.11.0",
"typedoc": "~0.16.11",
"typedoc": "^0.23.10",
"types-bn": "^0.0.1",
"typescript": "4.2.2",
"web3-provider-engine": "16.0.4",
Expand Down Expand Up @@ -97,7 +97,7 @@
"source-map-support": "^0.5.0",
"strip-comments": "^2.0.1",
"web3-eth-abi": "^1.0.0-beta.24",
"yargs": "^10.0.3"
"yargs": "^17.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion sol-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"shx": "^0.2.2",
"sinon": "^4.0.0",
"tslint": "5.11.0",
"typedoc": "~0.16.11",
"typedoc": "^0.23.10",
"typescript": "4.2.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion sol-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ethereum-types": "^3.7.0",
"ethereumjs-util": "^7.1.5",
"glob": "^7.1.2",
"yargs": "^10.0.3"
"yargs": "^17.5.1"
},
"devDependencies": {
"@0x/dev-utils": "^4.2.14",
Expand Down
2 changes: 1 addition & 1 deletion sol-profiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"npm-run-all": "^4.1.2",
"shx": "^0.2.2",
"tslint": "5.11.0",
"typedoc": "~0.16.11",
"typedoc": "^0.23.10",
"typescript": "4.2.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion sol-trace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"npm-run-all": "^4.1.2",
"shx": "^0.2.2",
"tslint": "5.11.0",
"typedoc": "~0.16.11",
"typedoc": "^0.23.10",
"typescript": "4.2.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion subproviders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"shx": "^0.2.2",
"sinon": "^4.0.0",
"tslint": "5.11.0",
"typedoc": "~0.16.11",
"typedoc": "^0.23.10",
"typescript": "4.2.2",
"webpack": "^4.20.2"
},
Expand Down
2 changes: 1 addition & 1 deletion web3-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"nyc": "^11.0.1",
"shx": "^0.2.2",
"tslint": "5.11.0",
"typedoc": "~0.16.11",
"typedoc": "^0.23.10",
"typescript": "4.2.2"
},
"dependencies": {
Expand Down
108 changes: 90 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3597,6 +3597,13 @@ brace-expansion@^1.1.7:
balanced-match "^1.0.0"
concat-map "0.0.1"

brace-expansion@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
dependencies:
balanced-match "^1.0.0"

braces@^1.8.2:
version "1.8.5"
resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
Expand Down Expand Up @@ -7562,6 +7569,11 @@ json5@^1.0.1:
dependencies:
minimist "^1.2.0"

jsonc-parser@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.1.0.tgz#73b8f0e5c940b83d03476bc2e51a20ef0932615d"
integrity sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg==

jsonfile@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
Expand Down Expand Up @@ -8121,7 +8133,7 @@ ltgt@~2.2.0:
resolved "https://registry.yarnpkg.com/ltgt/-/ltgt-2.2.1.tgz#f35ca91c493f7b73da0e07495304f17b31f87ee5"
integrity sha512-AI2r85+4MquTw9ZYqabu4nMwy9Oftlfa/e/52t9IjtfG+mGBbTNdAoZ3RQKLHR6r0wQnwZnPIEh/Ya6XTWAKNA==

lunr@^2.3.8:
lunr@^2.3.8, lunr@^2.3.9:
version "2.3.9"
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==
Expand Down Expand Up @@ -8207,6 +8219,11 @@ marked@^0.8.0:
resolved "https://registry.yarnpkg.com/marked/-/marked-0.8.2.tgz#4faad28d26ede351a7a1aaa5fec67915c869e355"
integrity sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw==

marked@^4.0.18:
version "4.0.18"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.18.tgz#cd0ac54b2e5610cfb90e8fd46ccaa8292c9ed569"
integrity sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==

math-random@^1.0.1:
version "1.0.4"
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c"
Expand Down Expand Up @@ -8499,6 +8516,13 @@ minimatch@3.0.4:
dependencies:
brace-expansion "^1.1.7"

minimatch@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
dependencies:
brace-expansion "^2.0.1"

minimist-options@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
Expand Down Expand Up @@ -8625,10 +8649,10 @@ modify-values@^1.0.0:
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==

moment@2.21.0:
version "2.21.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.21.0.tgz#2a114b51d2a6ec9e6d83cf803f838a878d8a023a"
integrity sha512-TCZ36BjURTeFTM/CwRcViQlfkMvL1/vFISuNLO5GkcVm1+QHfbSiNqZuWeMFjj1/3+uAjXswgRk30j1kkLYJBQ==
moment@^2.29.4:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==

move-concurrently@^1.0.1:
version "1.0.1"
Expand Down Expand Up @@ -10588,18 +10612,18 @@ semver-diff@^2.1.0:
dependencies:
semver "^5.0.3"

semver-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-1.0.0.tgz#92a4969065f9c70c694753d55248fc68f8f652c9"
integrity sha512-1vZcoRC+LPtHFkLUPyrabsATDSHerxW+hJBN8h04HZOZBuewbXaNROtUVdEPrTdZsWNq6sfsXDhd48GB2xTG4g==
semver-regex@^3.1.2:
version "3.1.4"
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-3.1.4.tgz#13053c0d4aa11d070a2f2872b6b1e3ae1e1971b4"
integrity sha512-6IiqeZNgq01qGf0TId0t3NvKzSvUsjcpdEO3AQNeIjR6A2+ckTnQlDpl4qu1bjRv0RzN3FP9hzFmws3lKqRWkA==

semver-sort@0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/semver-sort/-/semver-sort-0.0.4.tgz#34fdbddc6a6b2b4161398c3c4dba56243bfeaa8b"
integrity sha512-+wT/N6AyZdZddsoTm03GlNDmMcECBJhj392I1HfDWfhUnRB15EwCyAPIkbRJ7Nk3FF4JdrUohrquprBTMH223g==
semver-sort@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/semver-sort/-/semver-sort-1.0.0.tgz#fd07da3904703ee0f1424152674644895f636086"
integrity sha512-JicVlQKz/C//4BiPmbHEDou6HihXxo5xqB/8Hm9FaLJ6HHkRRvYgCECq4u/z0XF8kyJQ/KAZt++A/kYz/oOSSg==
dependencies:
semver "^5.0.3"
semver-regex "^1.0.0"
semver-regex "^3.1.2"

"semver@2 >=2.2.1 || 3.x || 4 || 5", "semver@2 || 3 || 4 || 5", "semver@2.x || 3.x || 4 || 5", semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0, semver@^5.7.0, semver@^5.7.1:
version "5.7.1"
Expand Down Expand Up @@ -10728,6 +10752,15 @@ shelljs@^0.8.3:
interpret "^1.0.0"
rechoir "^0.6.2"

shiki@^0.10.1:
version "0.10.1"
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.10.1.tgz#6f9a16205a823b56c072d0f1a0bcd0f2646bef14"
integrity sha512-VsY7QJVzU51j5o1+DguUd+6vmCmZ5v/6gYu4vyYAhzjuNQU6P/vmSy4uQaOhvje031qQMiW0d2BwgMH52vqMng==
dependencies:
jsonc-parser "^3.0.0"
vscode-oniguruma "^1.6.1"
vscode-textmate "5.2.0"

shx@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/shx/-/shx-0.2.2.tgz#0a304d020b0edf1306ad81570e80f0346df58a39"
Expand Down Expand Up @@ -11811,6 +11844,16 @@ typedoc-plugin-markdown@~2.2.17:
fs-extra "^8.1.0"
handlebars "^4.7.3"

typedoc@^0.23.10:
version "0.23.10"
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.23.10.tgz#285d595a5f2e35ccdf6f38eba4dfe951d5bff461"
integrity sha512-03EUiu/ZuScUBMnY6p0lY+HTH8SwhzvRE3gImoemdPDWXPXlks83UGTx++lyquWeB1MTwm9D9Ca8RIjkK3AFfQ==
dependencies:
lunr "^2.3.9"
marked "^4.0.18"
minimatch "^5.1.0"
shiki "^0.10.1"

typedoc@~0.16.11:
version "0.16.11"
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.16.11.tgz#95f862c6eba78533edc9af7096d2295b718eddc1"
Expand Down Expand Up @@ -12150,6 +12193,16 @@ vm-browserify@^1.0.1:
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==

vscode-oniguruma@^1.6.1:
version "1.6.2"
resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.6.2.tgz#aeb9771a2f1dbfc9083c8a7fdd9cccaa3f386607"
integrity sha512-KH8+KKov5eS/9WhofZR8M8dMHWN2gTxjMsG4jd04YhpbPR91fUj7rYQ2/XjeHCJWbg7X++ApRIU9NUwM2vTvLA==

vscode-textmate@5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-5.2.0.tgz#01f01760a391e8222fe4f33fbccbd1ad71aed74e"
integrity sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ==

walkdir@0.0.11:
version "0.0.11"
resolved "https://registry.yarnpkg.com/walkdir/-/walkdir-0.0.11.tgz#a16d025eb931bd03b52f308caed0f40fcebe9532"
Expand Down Expand Up @@ -12477,15 +12530,16 @@ ws@^5.1.1:
dependencies:
async-limiter "~1.0.0"

wsrun@^2.2.0:
version "2.2.1"
resolved "https://registry.yarnpkg.com/wsrun/-/wsrun-2.2.1.tgz#ab93cde5e59d4e8ffd140c06be66e2697c791346"
integrity sha512-iHe5NYaF76MtZjT05WrEWXX9sYJv8pVdUgf//8qUR0I3GLhAFwjuy7NtFjnR6XJHzdFW900UVKBCMNr8SXA+AQ==
wsrun@^4.0.0:
version "4.0.2"
resolved "https://registry.yarnpkg.com/wsrun/-/wsrun-4.0.2.tgz#e989b718814ace8d650fc96cce87e6041cf1293d"
integrity sha512-2cBvOODEkVKpVRwPBabjt/IsyPU0beJaITLejzK+Pa6y4tbbutvWL+uvv1FQyzKpgOp+HlmjbMaX845A5f1KtQ==
dependencies:
bluebird "^3.5.1"
chalk "^2.3.0"
glob "^7.1.2"
lodash "^4.17.4"
minimatch "^3.0.4"
split "^1.0.1"
throat "^4.1.0"
yargs "^10.0.3"
Expand Down Expand Up @@ -12576,6 +12630,11 @@ yargs-parser@^20.2.2, yargs-parser@^20.2.3:
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==

yargs-parser@^21.0.0:
version "21.0.1"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35"
integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==

yargs-parser@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9"
Expand Down Expand Up @@ -12723,6 +12782,19 @@ yargs@^16.1.0, yargs@^16.2.0:
y18n "^5.0.5"
yargs-parser "^20.2.2"

yargs@^17.0.1, yargs@^17.5.1:
version "17.5.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b36e58e"
integrity sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==
dependencies:
cliui "^7.0.2"
escalade "^3.1.1"
get-caller-file "^2.0.5"
require-directory "^2.1.1"
string-width "^4.2.3"
y18n "^5.0.5"
yargs-parser "^21.0.0"

yargs@^8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-8.0.2.tgz#6299a9055b1cefc969ff7e79c1d918dceb22c360"
Expand Down

0 comments on commit 55b99eb

Please sign in to comment.