Skip to content

Commit 16271ad

Browse files
committed
fix: add version resolution for polkadot deps
Ticket: WIN-9015
1 parent 9fff984 commit 16271ad

5 files changed

Lines changed: 14 additions & 97 deletions

File tree

modules/abstract-substrate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"@bitgo/sdk-lib-mpc": "^10.9.0",
4343
"@bitgo/statics": "^58.25.0",
4444
"@polkadot/api": "14.1.1",
45-
"@polkadot/keyring": "13.3.1",
45+
"@polkadot/keyring": "13.5.6",
4646
"@polkadot/types": "14.1.1",
47-
"@polkadot/util": "13.3.1",
48-
"@polkadot/util-crypto": "13.3.1",
47+
"@polkadot/util": "13.5.6",
48+
"@polkadot/util-crypto": "13.5.6",
4949
"@substrate/txwrapper-core": "7.5.2",
5050
"@substrate/txwrapper-polkadot": "7.5.2",
5151
"@substrate/txwrapper-registry": "7.5.3",

modules/sdk-coin-dot/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"@bitgo/statics": "^58.25.0",
4646
"@polkadot/api": "14.1.1",
4747
"@polkadot/api-augment": "14.1.1",
48-
"@polkadot/keyring": "13.3.1",
48+
"@polkadot/keyring": "13.5.6",
4949
"@polkadot/types": "14.1.1",
50-
"@polkadot/util": "13.3.1",
51-
"@polkadot/util-crypto": "13.3.1",
50+
"@polkadot/util": "13.5.6",
51+
"@polkadot/util-crypto": "13.5.6",
5252
"@substrate/txwrapper-core": "7.5.2",
5353
"@substrate/txwrapper-polkadot": "7.5.2",
5454
"bignumber.js": "^9.0.0",

modules/sdk-coin-polyx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@bitgo/sdk-lib-mpc": "^10.9.0",
4646
"@bitgo/statics": "^58.25.0",
4747
"@polkadot/api": "14.1.1",
48-
"@polkadot/keyring": "13.3.1",
48+
"@polkadot/keyring": "13.5.6",
4949
"@substrate/txwrapper-core": "7.5.2",
5050
"@substrate/txwrapper-polkadot": "7.5.2",
5151
"bignumber.js": "^9.1.2",

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
"socks": "2.7.3",
9595
"web3-utils": "4.2.1",
9696
"@polkadot/api": "14.1.1",
97+
"@polkadot/util": "13.5.6",
98+
"@polkadot/util-crypto": "13.5.6",
99+
"@polkadot/keyring": "13.5.6",
97100
"elliptic": "^6.6.1",
98101
"cookie": "^0.7.1",
99102
"axios": "^1.13.0",

yarn.lock

Lines changed: 4 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -4494,33 +4494,15 @@
44944494
rxjs "^7.8.1"
44954495
tslib "^2.8.0"
44964496

4497-
"@polkadot/keyring@13.3.1":
4498-
version "13.3.1"
4499-
resolved "https://registry.npmjs.org/@polkadot/keyring/-/keyring-13.3.1.tgz"
4500-
integrity sha512-PT3uG9MqciPyoEz/f23RRMSlht77fo1hZaA1Vbcs1Rz7h7qFC0+7jFI9Ak30EJh9V0I2YugfzqAe3NjjyDxlvw==
4501-
dependencies:
4502-
"@polkadot/util" "13.3.1"
4503-
"@polkadot/util-crypto" "13.3.1"
4504-
tslib "^2.8.0"
4505-
4506-
"@polkadot/keyring@^13.1.1", "@polkadot/keyring@^13.2.1":
4497+
"@polkadot/keyring@13.5.6", "@polkadot/keyring@^13.1.1", "@polkadot/keyring@^13.2.1":
45074498
version "13.5.6"
4508-
resolved "https://registry.npmjs.org/@polkadot/keyring/-/keyring-13.5.6.tgz"
4499+
resolved "https://registry.npmjs.org/@polkadot/keyring/-/keyring-13.5.6.tgz#b26d0cba323bb0520826211317701aa540428406"
45094500
integrity sha512-Ybe6Mflrh96FKR5tfEaf/93RxJD7x9UigseNOJW6Yd8LF+GesdxrqmZD7zh+53Hb7smGQWf/0FCfwhoWZVgPUQ==
45104501
dependencies:
45114502
"@polkadot/util" "13.5.6"
45124503
"@polkadot/util-crypto" "13.5.6"
45134504
tslib "^2.8.0"
45144505

4515-
"@polkadot/networks@13.3.1":
4516-
version "13.3.1"
4517-
resolved "https://registry.npmjs.org/@polkadot/networks/-/networks-13.3.1.tgz"
4518-
integrity sha512-g/0OmCMUrbbW4RQ/xajTYd2SMJvFKY4kmMvpxtNN57hWQpY7c5oDXSz57jGH2uwvcBWeDfaNokcS+9hJL1RBcA==
4519-
dependencies:
4520-
"@polkadot/util" "13.3.1"
4521-
"@substrate/ss58-registry" "^1.51.0"
4522-
tslib "^2.8.0"
4523-
45244506
"@polkadot/networks@13.5.6", "@polkadot/networks@^13.1.1", "@polkadot/networks@^13.2.1":
45254507
version "13.5.6"
45264508
resolved "https://registry.npmjs.org/@polkadot/networks/-/networks-13.5.6.tgz"
@@ -4635,22 +4617,6 @@
46354617
rxjs "^7.8.1"
46364618
tslib "^2.8.0"
46374619

4638-
"@polkadot/util-crypto@13.3.1":
4639-
version "13.3.1"
4640-
resolved "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-13.3.1.tgz"
4641-
integrity sha512-FU6yf3IY++DKlf0eqO9/obe2y1zuZ5rbqRs75fyOME/5VXio1fA3GIpW7aFphyneFRd78G8QLh8kn0oIwBGMNg==
4642-
dependencies:
4643-
"@noble/curves" "^1.3.0"
4644-
"@noble/hashes" "^1.3.3"
4645-
"@polkadot/networks" "13.3.1"
4646-
"@polkadot/util" "13.3.1"
4647-
"@polkadot/wasm-crypto" "^7.4.1"
4648-
"@polkadot/wasm-util" "^7.4.1"
4649-
"@polkadot/x-bigint" "13.3.1"
4650-
"@polkadot/x-randomvalues" "13.3.1"
4651-
"@scure/base" "^1.1.7"
4652-
tslib "^2.8.0"
4653-
46544620
"@polkadot/util-crypto@13.5.6", "@polkadot/util-crypto@^13.2.1":
46554621
version "13.5.6"
46564622
resolved "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-13.5.6.tgz"
@@ -4667,19 +4633,6 @@
46674633
"@scure/base" "^1.1.7"
46684634
tslib "^2.8.0"
46694635

4670-
"@polkadot/util@13.3.1":
4671-
version "13.3.1"
4672-
resolved "https://registry.npmjs.org/@polkadot/util/-/util-13.3.1.tgz"
4673-
integrity sha512-5crLP/rUZOJzuo/W8t73J8PxpibJ5vrxY57rR6V+mIpCZd1ORiw0wxeHcV5F9Adpn7yJyuGBwxPbueNR5Rr1Zw==
4674-
dependencies:
4675-
"@polkadot/x-bigint" "13.3.1"
4676-
"@polkadot/x-global" "13.3.1"
4677-
"@polkadot/x-textdecoder" "13.3.1"
4678-
"@polkadot/x-textencoder" "13.3.1"
4679-
"@types/bn.js" "^5.1.6"
4680-
bn.js "^5.2.1"
4681-
tslib "^2.8.0"
4682-
46834636
"@polkadot/util@13.5.6", "@polkadot/util@^13.2.1":
46844637
version "13.5.6"
46854638
resolved "https://registry.npmjs.org/@polkadot/util/-/util-13.5.6.tgz"
@@ -4727,7 +4680,7 @@
47274680
"@polkadot/wasm-util" "7.5.1"
47284681
tslib "^2.7.0"
47294682

4730-
"@polkadot/wasm-crypto@^7.4.1", "@polkadot/wasm-crypto@^7.5.1":
4683+
"@polkadot/wasm-crypto@^7.5.1":
47314684
version "7.5.1"
47324685
resolved "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-7.5.1.tgz"
47334686
integrity sha512-acjt4VJ3w19v7b/SIPsV/5k9s6JsragHKPnwoZ0KTfBvAFXwzz80jUzVGxA06SKHacfCUe7vBRlz7M5oRby1Pw==
@@ -4739,21 +4692,13 @@
47394692
"@polkadot/wasm-util" "7.5.1"
47404693
tslib "^2.7.0"
47414694

4742-
"@polkadot/wasm-util@7.5.1", "@polkadot/wasm-util@^7.4.1", "@polkadot/wasm-util@^7.5.1":
4695+
"@polkadot/wasm-util@7.5.1", "@polkadot/wasm-util@^7.5.1":
47434696
version "7.5.1"
47444697
resolved "https://registry.npmjs.org/@polkadot/wasm-util/-/wasm-util-7.5.1.tgz"
47454698
integrity sha512-sbvu71isFhPXpvMVX+EkRnUg/+54Tx7Sf9BEMqxxoPj7cG1I/MKeDEwbQz6MaU4gm7xJqvEWCAemLFcXfHQ/2A==
47464699
dependencies:
47474700
tslib "^2.7.0"
47484701

4749-
"@polkadot/x-bigint@13.3.1":
4750-
version "13.3.1"
4751-
resolved "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.3.1.tgz"
4752-
integrity sha512-ewc708a7LUdrT92v9DsSAIbcJQBn3aR9/LavF/iyMOq5lZJyPXDSjAnskfMs818R3RLCrKVKfs+aKkxt2eqo8g==
4753-
dependencies:
4754-
"@polkadot/x-global" "13.3.1"
4755-
tslib "^2.8.0"
4756-
47574702
"@polkadot/x-bigint@13.5.6", "@polkadot/x-bigint@^13.2.1":
47584703
version "13.5.6"
47594704
resolved "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.5.6.tgz"
@@ -4771,28 +4716,13 @@
47714716
node-fetch "^3.3.2"
47724717
tslib "^2.8.0"
47734718

4774-
"@polkadot/x-global@13.3.1":
4775-
version "13.3.1"
4776-
resolved "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.3.1.tgz"
4777-
integrity sha512-861TeIw49a3JvkwlUWrddfG+JaUqtFZDsemYxxZIjjcRJLrKOsoKNqHbiHi2OPrwlX8PwAA/wc5I9Q4XRQ7KEg==
4778-
dependencies:
4779-
tslib "^2.8.0"
4780-
47814719
"@polkadot/x-global@13.5.6", "@polkadot/x-global@^13.2.1":
47824720
version "13.5.6"
47834721
resolved "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.5.6.tgz"
47844722
integrity sha512-iw97n0Bnl2284WgAK732LYR4DW6w5+COfBfHzkhiHqs5xwPEwWMgWGrf2hM8WAQqNIz6Ni8w/jagucPyQBur3Q==
47854723
dependencies:
47864724
tslib "^2.8.0"
47874725

4788-
"@polkadot/x-randomvalues@13.3.1":
4789-
version "13.3.1"
4790-
resolved "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-13.3.1.tgz"
4791-
integrity sha512-GIb0au3vIX2U/DRH0PRckM+1I4EIbU8PLX1roGJgN1MAYKWiylJTKPVoBMafMM87o8qauOevJ46uYB/qlfbiWg==
4792-
dependencies:
4793-
"@polkadot/x-global" "13.3.1"
4794-
tslib "^2.8.0"
4795-
47964726
"@polkadot/x-randomvalues@13.5.6":
47974727
version "13.5.6"
47984728
resolved "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-13.5.6.tgz"
@@ -4801,14 +4731,6 @@
48014731
"@polkadot/x-global" "13.5.6"
48024732
tslib "^2.8.0"
48034733

4804-
"@polkadot/x-textdecoder@13.3.1":
4805-
version "13.3.1"
4806-
resolved "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-13.3.1.tgz"
4807-
integrity sha512-g2R9O1p0ZsNDhZ3uEBZh6fQaVLlo3yFr0YNqt15v7e9lBI4APvTJ202EINlo2jB5lz/R438/BdjEA3AL+0zUtQ==
4808-
dependencies:
4809-
"@polkadot/x-global" "13.3.1"
4810-
tslib "^2.8.0"
4811-
48124734
"@polkadot/x-textdecoder@13.5.6":
48134735
version "13.5.6"
48144736
resolved "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-13.5.6.tgz"
@@ -4817,14 +4739,6 @@
48174739
"@polkadot/x-global" "13.5.6"
48184740
tslib "^2.8.0"
48194741

4820-
"@polkadot/x-textencoder@13.3.1":
4821-
version "13.3.1"
4822-
resolved "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-13.3.1.tgz"
4823-
integrity sha512-DnHLUdoKDYxekfxopuUuPB+j5Mu7Jemejcduu5gz3/89GP/sYPAu0CAVbq9B+hK1yGjBBj31eA4wkAV1oktYmg==
4824-
dependencies:
4825-
"@polkadot/x-global" "13.3.1"
4826-
tslib "^2.8.0"
4827-
48284742
"@polkadot/x-textencoder@13.5.6":
48294743
version "13.5.6"
48304744
resolved "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-13.5.6.tgz"

0 commit comments

Comments
 (0)