diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ecdf01c20f04..a9a3a46de337 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -115,6 +115,7 @@ 3 timorl Add Aleph Zero mainnet (#6531) 3 Vincent Geddes Update @snowfork/snowbridge-types to v0.2.6 (#6255) 3 Vitaliy Add sorting for accounts view (#5923) + 3 xnorly Fix plural/singular (#6319) 3 xtony77 feat: update SubGame types (#6674) 2 1devNdogs Subspace farmers network (#11) (#6675) 2 Adam Dossa Add updates for Polymesh Mainnet / Testnet (#6555) @@ -162,7 +163,6 @@ 2 Toney change chainid from 128 to 2048 for apron (#5081) 2 usetech-llc Fix unique types import (#4764) 2 Witek Make Efinity reachable productionRelayPolkadot.ts (#6580) - 2 xnorly Fix Typo in Accounts/Account.tsx (#6318) 2 Yashiro Add crust mainnet endpoint (#5929) 2 zhenfei updating `Manta Network` parachain ID (#5149) 1 Adam new edeware logo and color (#6249) @@ -264,6 +264,7 @@ 1 Sonal Banerjii "Add UR_IN Translation" (#6273) 1 Sota Watanabe update (#2949) 1 Spencer Judge Don't crash if there is no tip field in extrinsics (#2466) + 1 Squirrel Clearer proxy docs. (#6502) 1 Stéphane P Fix Fr translations typos (#5104) 1 Subsocial Specify the custom types for Subsocial parachain (#5009) 1 tarrball Grammar fix in staking tooltip (#6727) diff --git a/package.json b/package.json index e458bc374fa7..c0d74ca9b6c7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "url": "https://github.com/polkadot-js/apps.git" }, "sideEffects": false, - "version": "0.102.2-2", + "version": "0.102.2-3", "workspaces": [ "packages/*" ], diff --git a/packages/apps-config/package.json b/packages/apps-config/package.json index 57cc4c0b3cd1..0f1c2ad71ee3 100644 --- a/packages/apps-config/package.json +++ b/packages/apps-config/package.json @@ -10,7 +10,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "main": "index.js", "dependencies": { "@acala-network/type-definitions": "^3.0.2-4", diff --git a/packages/apps-config/src/packageInfo.ts b/packages/apps-config/src/packageInfo.ts index 2d8a10cd7cc6..87843d104c2c 100644 --- a/packages/apps-config/src/packageInfo.ts +++ b/packages/apps-config/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.102.2-2' }; +export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.102.2-3' }; diff --git a/packages/apps-electron/package.json b/packages/apps-electron/package.json index 432ed89153b7..6bb99cf12838 100644 --- a/packages/apps-electron/package.json +++ b/packages/apps-electron/package.json @@ -10,12 +10,12 @@ "url": "https://github.com/polkadot-js/apps.git" }, "sideEffects": false, - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/core": "^7.16.7", "@babel/polyfill": "^7.12.1", "@polkadot/dev": "^0.65.38", - "@polkadot/react-components": "^0.102.2-2", + "@polkadot/react-components": "^0.102.2-3", "electron-log": "^4.4.4", "electron-updater": "^4.6.5" }, diff --git a/packages/apps-routing/package.json b/packages/apps-routing/package.json index f8a79c3b8224..c2256715c09c 100644 --- a/packages/apps-routing/package.json +++ b/packages/apps-routing/package.json @@ -11,7 +11,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7" } diff --git a/packages/apps/package.json b/packages/apps/package.json index 82e948e3be53..aad6723478c3 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -11,20 +11,20 @@ }, "sideEffects": true, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/core": "^7.16.7", "@babel/polyfill": "^7.12.1", "@babel/runtime": "^7.16.7", - "@polkadot/apps-config": "^0.102.2-2", - "@polkadot/apps-routing": "^0.102.2-2", + "@polkadot/apps-config": "^0.102.2-3", + "@polkadot/apps-routing": "^0.102.2-3", "@polkadot/dev": "^0.65.38", - "@polkadot/react-api": "^0.102.2-2", - "@polkadot/react-components": "^0.102.2-2", - "@polkadot/react-hooks": "^0.102.2-2", - "@polkadot/react-params": "^0.102.2-2", - "@polkadot/react-query": "^0.102.2-2", - "@polkadot/react-signer": "^0.102.2-2", + "@polkadot/react-api": "^0.102.2-3", + "@polkadot/react-components": "^0.102.2-3", + "@polkadot/react-hooks": "^0.102.2-3", + "@polkadot/react-params": "^0.102.2-3", + "@polkadot/react-query": "^0.102.2-3", + "@polkadot/react-signer": "^0.102.2-3", "punycode": "^2.1.1", "query-string": "^7.0.1" }, diff --git a/packages/apps/public/locales/en/app-accounts.json b/packages/apps/public/locales/en/app-accounts.json index 316782b09d95..54cb38612d42 100644 --- a/packages/apps/public/locales/en/app-accounts.json +++ b/packages/apps/public/locales/en/app-accounts.json @@ -1,4 +1,5 @@ { + " This update includes chain metadata and chain properties.": " This update includes chain metadata and chain properties.", "//hard": "//hard", "//hard///password": "//hard///password", "//hard/soft": "//hard/soft", @@ -7,6 +8,7 @@ "": "", "@YourTwitterName": "@YourTwitterName", "@yourname:matrix.org": "@yourname:matrix.org", + "A deposit paid by the proxied account that can not be used while the proxy is in existence. The deposit is returned when the proxy is destroyed. The amount reserved is based on the base deposit and number of proxies": "A deposit paid by the proxied account that can not be used while the proxy is in existence. The deposit is returned when the proxy is destroyed. The amount reserved is based on the base deposit and number of proxies", "Account type {{index}}": "Account type {{index}}", "Accounts injected from any of these extensions will appear in this application and be available for use. The above list is updated as more extensions with external signing capability become available.": "Accounts injected from any of these extensions will appear in this application and be available for use. The above list is updated as more extensions with external signing capability become available.", "Add": "Add", @@ -75,6 +77,7 @@ "If the delegated account is currently voting in a referendum, the delegating vote and conviction will be added.": "If the delegated account is currently voting in a referendum, the delegating vote and conviction will be added.", "If the recipient account is new, the balance needs to be more than the existential deposit. Likewise if the sending account balance drops below the same value, the account will be removed from the state.": "If the recipient account is new, the balance needs to be more than the existential deposit. Likewise if the sending account balance drops below the same value, the account will be removed from the state.", "If you add several proxy accounts for the same proxy type (e.g 2 accounts set as proxy for Governance), then any of those 2 accounts will be able to perfom governance actions on behalf of the proxied account": "If you add several proxy accounts for the same proxy type (e.g 2 accounts set as proxy for Governance), then any of those 2 accounts will be able to perfom governance actions on behalf of the proxied account", + "If you add several proxy accounts for the same proxy type (e.g 2 accounts set as proxy for Governance), then any of those 2 accounts will be able to perform governance actions on behalf of the proxied account": "If you add several proxy accounts for the same proxy type (e.g 2 accounts set as proxy for Governance), then any of those 2 accounts will be able to perform governance actions on behalf of the proxied account", "If you are moving accounts between applications, ensure that you use the correct type.": "If you are moving accounts between applications, ensure that you use the correct type.", "Initiate account recovery": "Initiate account recovery", "Initiate recovery for another": "Initiate recovery for another", @@ -164,7 +167,6 @@ "The address that you have a valid proxy setup for.": "The address that you have a valid proxy setup for.", "The addresses that are able to approve multisig transactions. You can select up to {{maxHelpers}} trusted addresses.": "The addresses that are able to approve multisig transactions. You can select up to {{maxHelpers}} trusted addresses.", "The addresses that are able to help in recovery. You can select up to {{maxHelpers}} trusted helpers.": "The addresses that are able to help in recovery. You can select up to {{maxHelpers}} trusted helpers.", - "A deposit paid by the proxied account that can not be used while the proxy is in existence. The deposit is returned when the proxy is destroyed. The amount reserved is based on the base deposit and number of proxies": "A deposit paid by the proxied account that can not be used while the proxy is in existence. The deposit is returned when the proxy is destroyed. The amount reserved is based on the base deposit and number of proxies", "The amount to allocate and the conviction that will be applied to all votes made on a referendum.": "The amount to allocate and the conviction that will be applied to all votes made on a referendum.", "The beneficiary will have access to the transferred fees when the transaction is included in a block.": "The beneficiary will have access to the transferred fees when the transaction is included in a block.", "The call data for this transaction matching the hash. Once sent, the multisig will be executed against this.": "The call data for this transaction matching the hash. Once sent, the multisig will be executed against this.", @@ -243,7 +245,9 @@ "You can set a custom derivation path for this account using the following syntax \"//////\". The \"/\" and \"//\" may be repeated and mixed`.": "You can set a custom derivation path for this account using the following syntax \"//////\". The \"/\" and \"//\" may be repeated and mixed`.", "You can set a custom derivation path for this account using the following syntax \"m/////": "You can set a custom derivation path for this account using the following syntax \"m/////", "You don't have any accounts. Some features are currently hidden and will only become available once you have accounts.": "You don't have any accounts. Some features are currently hidden and will only become available once you have accounts.", + "You have 1 extension that needs to be updated with the latest chain properties in order to display the correct information for the chain you are connected to.": "You have 1 extension that needs to be updated with the latest chain properties in order to display the correct information for the chain you are connected to.", "You have {{claimCount}} accounts that need attestations. Use the Claim Tokens app on the navigation bar to complete the process. Until you do, your balances for those accounts will not be reflected.": "You have {{claimCount}} accounts that need attestations. Use the Claim Tokens app on the navigation bar to complete the process. Until you do, your balances for those accounts will not be reflected.", + "You have {{upgradableCount}} extensions that need to be updated with the latest chain properties in order to display the correct information for the chain you are connected to.": "You have {{upgradableCount}} extensions that need to be updated with the latest chain properties in order to display the correct information for the chain you are connected to.", "You have {{upgradableCount}} extensions that need to be updated with the latest chain properties in order to display the correct information for the chain you are connected to. This update includes chain metadata and chain properties.": "You have {{upgradableCount}} extensions that need to be updated with the latest chain properties in order to display the correct information for the chain you are connected to. This update includes chain metadata and chain properties.", "You should not setup proxies to act as a self-proxy.": "You should not setup proxies to act as a self-proxy.", "You will remove any delegation made by this acccount": "You will remove any delegation made by this acccount", diff --git a/packages/apps/public/locales/it/translation.json b/packages/apps/public/locales/it/translation.json index efa453c3ee6b..8d534b7046ab 100644 --- a/packages/apps/public/locales/it/translation.json +++ b/packages/apps/public/locales/it/translation.json @@ -27,6 +27,7 @@ "A controller account should not be set to manages multiple stashes. The selected controller is already controlling {{stashId}}": "Un account controller non dovrebbe gestire più di un singolo stash. Il controller selezionato gestisce già il seguente stash: {{stashId}}", "A controller account should not map to another stash. This selected controller is a stash, controlled by {{bondedId}}": "Un account controller non può essere simultaneamente anche uno stash. Questo account controller è uno stash, generato da {{bondedId}}", "A deployed contract that has either been deployed or attached. The address and ABI are used to construct the parameters.": "Un contratto in corso di implementazione che è stato eseguito o che è stato collegato. L'indirizzo e l'ABI sono utilizzati per costruire i parametri.", + "A deposit paid by the proxied account that can not be used while the proxy is in existence. The deposit is returned when the proxy is destroyed. The amount reserved is based on the base deposit and number of proxies": "Un deposito versato dal conto delegante che non può essere utilizzato mentre la delega è in essere. Il deposito viene restituito quando la delega viene distrutta. L'importo che è riservato per il proxy basato sul deposito iniziale ed il numero di proxies", "A fee of {{creationFee}} will be deducted from the sender since the destination account does not exist": "Una commissione di {{creationFee}} sarà dedotta dal mittente nel caso il destinatario non esista", "A hex or string value that acts as a salt for this deployment.": "Un hex o un valore in stringa distintiva per deployment", "A reason (to be stored-on-chain) as to why the recipient deserves a tip payout.": "La motivazione (da archiviare on-chain) per cui il destinatario merita una mancia", @@ -808,7 +809,6 @@ "The amount reserved to store this image": "I fondi messi a riserva per archiviare questo caricamento del codice", "The amount that is associated with this vote. This value is is locked for the duration of the vote.": "La quantità di token associata al voto. Saranno bloccati per tutta la durata della votazione", "The amount that is reserved": "L'importo che è riservato", - "A deposit paid by the proxied account that can not be used while the proxy is in existence. The deposit is returned when the proxy is destroyed. The amount reserved is based on the base deposit and number of proxies": "Un deposito versato dal conto delegante che non può essere utilizzato mentre la delega è in essere. Il deposito viene restituito quando la delega viene distrutta. L'importo che è riservato per il proxy basato sul deposito iniziale ed il numero di proxies", "The amount that will be allocated from the treasury pot": "La quantità di token che sarà allocata, prelevata dalla cassa della tesoreria", "The amount that will be used on a per-validator basis to calculate profits for that validator.": "La quantità da allocare sul validator, per calcolare una stima dei profitti generati", "The amount this total can be reduced by to change the referendum outcome. This assumes changes to the convictions of the existing votes, with no additional turnout.": "Il totale può ridursi cambiando l'esito finale del referendum. A parità di affluenza, è dovuto ai cambiamenti delle leve utilizzate da ogni partecipante.", diff --git a/packages/apps/src/packageInfo.ts b/packages/apps/src/packageInfo.ts index 72725811bc69..72636e24d7fd 100644 --- a/packages/apps/src/packageInfo.ts +++ b/packages/apps/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.102.2-2' }; +export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.102.2-3' }; diff --git a/packages/page-accounts/package.json b/packages/page-accounts/package.json index 3b6b2e007dcd..0a032f49c109 100644 --- a/packages/page-accounts/package.json +++ b/packages/page-accounts/package.json @@ -11,16 +11,16 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", "@polkadot/phishing": "^0.8.38", - "@polkadot/react-components": "^0.102.2-2", + "@polkadot/react-components": "^0.102.2-3", "@polkadot/vanitygen": "^0.48.12", "detect-browser": "^5.3.0", "file-saver": "^2.0.5" }, "devDependencies": { - "@polkadot/test-support": "0.102.2-2" + "@polkadot/test-support": "0.102.2-3" } } diff --git a/packages/page-addresses/package.json b/packages/page-addresses/package.json index e4e4f7553e9f..da6226cb06ee 100644 --- a/packages/page-addresses/package.json +++ b/packages/page-addresses/package.json @@ -11,10 +11,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2", + "@polkadot/react-components": "^0.102.2-3", "file-saver": "^2.0.5" }, "devDependencies": { diff --git a/packages/page-assets/package.json b/packages/page-assets/package.json index 212fdc7a5740..b93be06b79c8 100644 --- a/packages/page-assets/package.json +++ b/packages/page-assets/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3" } } diff --git a/packages/page-bounties/package.json b/packages/page-bounties/package.json index bf1706a497ba..5f7863d483ac 100644 --- a/packages/page-bounties/package.json +++ b/packages/page-bounties/package.json @@ -11,12 +11,12 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3" }, "devDependencies": { - "@polkadot/test-support": "0.102.2-2" + "@polkadot/test-support": "0.102.2-3" } } diff --git a/packages/page-calendar/package.json b/packages/page-calendar/package.json index 7d5accf8d854..4a29f40386a6 100644 --- a/packages/page-calendar/package.json +++ b/packages/page-calendar/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3" } } diff --git a/packages/page-claims/package.json b/packages/page-claims/package.json index 6d013bea6144..7c5b4c7cada3 100644 --- a/packages/page-claims/package.json +++ b/packages/page-claims/package.json @@ -11,10 +11,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2", + "@polkadot/react-components": "^0.102.2-3", "secp256k1": "^3.8.0" } } diff --git a/packages/page-contracts/package.json b/packages/page-contracts/package.json index 745b848c0b46..640dc4dbf054 100644 --- a/packages/page-contracts/package.json +++ b/packages/page-contracts/package.json @@ -11,7 +11,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", "@polkadot/api-contract": "^7.4.1" diff --git a/packages/page-council/package.json b/packages/page-council/package.json index a9a1d382dab7..fe4e196660b9 100644 --- a/packages/page-council/package.json +++ b/packages/page-council/package.json @@ -11,10 +11,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2", - "@polkadot/react-query": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3", + "@polkadot/react-query": "^0.102.2-3" } } diff --git a/packages/page-democracy/package.json b/packages/page-democracy/package.json index 173b6ee5c89a..9eccb7f289cf 100644 --- a/packages/page-democracy/package.json +++ b/packages/page-democracy/package.json @@ -11,10 +11,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2", - "@polkadot/react-query": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3", + "@polkadot/react-query": "^0.102.2-3" } } diff --git a/packages/page-explorer/package.json b/packages/page-explorer/package.json index 90f695803dfd..274accb85b37 100644 --- a/packages/page-explorer/package.json +++ b/packages/page-explorer/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3" } } diff --git a/packages/page-extrinsics/package.json b/packages/page-extrinsics/package.json index 58fb23272d5e..be007f4bf353 100644 --- a/packages/page-extrinsics/package.json +++ b/packages/page-extrinsics/package.json @@ -11,11 +11,11 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2", - "@polkadot/react-params": "^0.102.2-2", - "@polkadot/react-signer": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3", + "@polkadot/react-params": "^0.102.2-3", + "@polkadot/react-signer": "^0.102.2-3" } } diff --git a/packages/page-gilt/package.json b/packages/page-gilt/package.json index 9e9ad404525a..c8a68f41acee 100644 --- a/packages/page-gilt/package.json +++ b/packages/page-gilt/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3" } } diff --git a/packages/page-js/package.json b/packages/page-js/package.json index c307a11d2f1d..7f6f4cbb73d4 100644 --- a/packages/page-js/package.json +++ b/packages/page-js/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3" } } diff --git a/packages/page-membership/package.json b/packages/page-membership/package.json index 1bb88a2795a1..56c4c8f0cb0d 100644 --- a/packages/page-membership/package.json +++ b/packages/page-membership/package.json @@ -11,10 +11,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2", - "@polkadot/react-query": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3", + "@polkadot/react-query": "^0.102.2-3" } } diff --git a/packages/page-parachains/package.json b/packages/page-parachains/package.json index 2cf03b9394f7..468e31ad958d 100644 --- a/packages/page-parachains/package.json +++ b/packages/page-parachains/package.json @@ -11,10 +11,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2", - "@polkadot/react-query": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3", + "@polkadot/react-query": "^0.102.2-3" } } diff --git a/packages/page-poll/package.json b/packages/page-poll/package.json index 2981c5ff592f..5862b04b0c0d 100644 --- a/packages/page-poll/package.json +++ b/packages/page-poll/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3" } } diff --git a/packages/page-rpc/package.json b/packages/page-rpc/package.json index a08901d6d0b1..e99cddd4aad2 100644 --- a/packages/page-rpc/package.json +++ b/packages/page-rpc/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3" } } diff --git a/packages/page-settings/package.json b/packages/page-settings/package.json index 0a69013c502e..d1131a6296ed 100644 --- a/packages/page-settings/package.json +++ b/packages/page-settings/package.json @@ -11,12 +11,12 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/apps-config": "^0.102.2-2", - "@polkadot/react-components": "^0.102.2-2", - "@polkadot/react-query": "^0.102.2-2", + "@polkadot/apps-config": "^0.102.2-3", + "@polkadot/react-components": "^0.102.2-3", + "@polkadot/react-query": "^0.102.2-3", "query-string": "^7.0.1" } } diff --git a/packages/page-signing/package.json b/packages/page-signing/package.json index 75ac542b5ebf..6e56f44d67aa 100644 --- a/packages/page-signing/package.json +++ b/packages/page-signing/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3" } } diff --git a/packages/page-society/package.json b/packages/page-society/package.json index aa55059e5705..70a320a13efa 100644 --- a/packages/page-society/package.json +++ b/packages/page-society/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3" } } diff --git a/packages/page-staking/package.json b/packages/page-staking/package.json index 187c98431fee..60b5c5d43f49 100644 --- a/packages/page-staking/package.json +++ b/packages/page-staking/package.json @@ -11,11 +11,11 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/app-explorer": "^0.102.2-2", - "@polkadot/react-components": "^0.102.2-2", - "@polkadot/react-query": "^0.102.2-2" + "@polkadot/app-explorer": "^0.102.2-3", + "@polkadot/react-components": "^0.102.2-3", + "@polkadot/react-query": "^0.102.2-3" } } diff --git a/packages/page-storage/package.json b/packages/page-storage/package.json index f51655f34097..809988db9626 100644 --- a/packages/page-storage/package.json +++ b/packages/page-storage/package.json @@ -11,10 +11,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2", - "@polkadot/react-params": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3", + "@polkadot/react-params": "^0.102.2-3" } } diff --git a/packages/page-sudo/package.json b/packages/page-sudo/package.json index 41a11e7d5beb..eec33ac1d156 100644 --- a/packages/page-sudo/package.json +++ b/packages/page-sudo/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3" } } diff --git a/packages/page-tech-comm/package.json b/packages/page-tech-comm/package.json index 8259d91bf6f8..438713d59669 100644 --- a/packages/page-tech-comm/package.json +++ b/packages/page-tech-comm/package.json @@ -11,10 +11,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2", - "@polkadot/react-query": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3", + "@polkadot/react-query": "^0.102.2-3" } } diff --git a/packages/page-treasury/package.json b/packages/page-treasury/package.json index efce63ccd0af..184a8b4cbc9e 100644 --- a/packages/page-treasury/package.json +++ b/packages/page-treasury/package.json @@ -11,10 +11,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2", - "@polkadot/react-query": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3", + "@polkadot/react-query": "^0.102.2-3" } } diff --git a/packages/react-api/package.json b/packages/react-api/package.json index f4ec6bf214b9..47e842347dd6 100644 --- a/packages/react-api/package.json +++ b/packages/react-api/package.json @@ -11,7 +11,7 @@ }, "sideEffects": true, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", "@polkadot/api": "^7.4.1", diff --git a/packages/react-components/package.json b/packages/react-components/package.json index ecd6b7d8a32f..d6da23caf98b 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -11,17 +11,17 @@ }, "sideEffects": true, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", "@fortawesome/fontawesome-svg-core": "^1.2.36", "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/react-fontawesome": "^0.1.16", "@polkadot/keyring": "^8.3.2", - "@polkadot/react-api": "^0.102.2-2", + "@polkadot/react-api": "^0.102.2-3", "@polkadot/react-identicon": "^0.89.2", "@polkadot/react-qr": "^0.89.2", - "@polkadot/react-query": "^0.102.2-2", + "@polkadot/react-query": "^0.102.2-3", "@polkadot/ui-keyring": "^0.89.2", "@polkadot/ui-settings": "^0.89.2", "@polkadot/util": "^8.3.2", diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index e80ef8168500..2c9ff97ee963 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -11,7 +11,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7" } diff --git a/packages/react-params/package.json b/packages/react-params/package.json index 0b0729f4d1b4..cafa15944c04 100644 --- a/packages/react-params/package.json +++ b/packages/react-params/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3" } } diff --git a/packages/react-query/package.json b/packages/react-query/package.json index efc0f2c6ec4c..4ef913015777 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -11,7 +11,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7" } diff --git a/packages/react-signer/package.json b/packages/react-signer/package.json index 42f15cbfa83f..f7df187a8b7d 100644 --- a/packages/react-signer/package.json +++ b/packages/react-signer/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/react-components": "^0.102.2-2" + "@polkadot/react-components": "^0.102.2-3" } } diff --git a/packages/test-support/package.json b/packages/test-support/package.json index 6c035a797469..bf6f18d907f3 100644 --- a/packages/test-support/package.json +++ b/packages/test-support/package.json @@ -11,7 +11,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.102.2-2", + "version": "0.102.2-3", "dependencies": { "@testing-library/react": "^12.1.2", "testcontainers": "^8.1.2" diff --git a/yarn.lock b/yarn.lock index fc118cca9e93..f89bad386ba7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2632,8 +2632,8 @@ __metadata: dependencies: "@babel/runtime": ^7.16.7 "@polkadot/phishing": ^0.8.38 - "@polkadot/react-components": ^0.102.2-2 - "@polkadot/test-support": 0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 + "@polkadot/test-support": 0.102.2-3 "@polkadot/vanitygen": ^0.48.12 detect-browser: ^5.3.0 file-saver: ^2.0.5 @@ -2645,7 +2645,7 @@ __metadata: resolution: "@polkadot/app-addresses@workspace:packages/page-addresses" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 "@testing-library/react": ^12.1.2 file-saver: ^2.0.5 testcontainers: ^8.1.2 @@ -2657,7 +2657,7 @@ __metadata: resolution: "@polkadot/app-assets@workspace:packages/page-assets" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 languageName: unknown linkType: soft @@ -2666,8 +2666,8 @@ __metadata: resolution: "@polkadot/app-bounties@workspace:packages/page-bounties" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 - "@polkadot/test-support": 0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 + "@polkadot/test-support": 0.102.2-3 languageName: unknown linkType: soft @@ -2676,7 +2676,7 @@ __metadata: resolution: "@polkadot/app-calendar@workspace:packages/page-calendar" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 languageName: unknown linkType: soft @@ -2685,7 +2685,7 @@ __metadata: resolution: "@polkadot/app-claims@workspace:packages/page-claims" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 secp256k1: ^3.8.0 languageName: unknown linkType: soft @@ -2704,8 +2704,8 @@ __metadata: resolution: "@polkadot/app-council@workspace:packages/page-council" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 - "@polkadot/react-query": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 + "@polkadot/react-query": ^0.102.2-3 languageName: unknown linkType: soft @@ -2714,17 +2714,17 @@ __metadata: resolution: "@polkadot/app-democracy@workspace:packages/page-democracy" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 - "@polkadot/react-query": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 + "@polkadot/react-query": ^0.102.2-3 languageName: unknown linkType: soft -"@polkadot/app-explorer@^0.102.2-2, @polkadot/app-explorer@workspace:packages/page-explorer": +"@polkadot/app-explorer@^0.102.2-3, @polkadot/app-explorer@workspace:packages/page-explorer": version: 0.0.0-use.local resolution: "@polkadot/app-explorer@workspace:packages/page-explorer" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 languageName: unknown linkType: soft @@ -2733,9 +2733,9 @@ __metadata: resolution: "@polkadot/app-extrinsics@workspace:packages/page-extrinsics" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 - "@polkadot/react-params": ^0.102.2-2 - "@polkadot/react-signer": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 + "@polkadot/react-params": ^0.102.2-3 + "@polkadot/react-signer": ^0.102.2-3 languageName: unknown linkType: soft @@ -2744,7 +2744,7 @@ __metadata: resolution: "@polkadot/app-gilt@workspace:packages/page-gilt" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 languageName: unknown linkType: soft @@ -2753,7 +2753,7 @@ __metadata: resolution: "@polkadot/app-js@workspace:packages/page-js" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 languageName: unknown linkType: soft @@ -2762,8 +2762,8 @@ __metadata: resolution: "@polkadot/app-membership@workspace:packages/page-membership" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 - "@polkadot/react-query": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 + "@polkadot/react-query": ^0.102.2-3 languageName: unknown linkType: soft @@ -2772,8 +2772,8 @@ __metadata: resolution: "@polkadot/app-parachains@workspace:packages/page-parachains" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 - "@polkadot/react-query": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 + "@polkadot/react-query": ^0.102.2-3 languageName: unknown linkType: soft @@ -2782,7 +2782,7 @@ __metadata: resolution: "@polkadot/app-poll@workspace:packages/page-poll" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 languageName: unknown linkType: soft @@ -2791,7 +2791,7 @@ __metadata: resolution: "@polkadot/app-rpc@workspace:packages/page-rpc" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 languageName: unknown linkType: soft @@ -2800,9 +2800,9 @@ __metadata: resolution: "@polkadot/app-settings@workspace:packages/page-settings" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/apps-config": ^0.102.2-2 - "@polkadot/react-components": ^0.102.2-2 - "@polkadot/react-query": ^0.102.2-2 + "@polkadot/apps-config": ^0.102.2-3 + "@polkadot/react-components": ^0.102.2-3 + "@polkadot/react-query": ^0.102.2-3 query-string: ^7.0.1 languageName: unknown linkType: soft @@ -2812,7 +2812,7 @@ __metadata: resolution: "@polkadot/app-signing@workspace:packages/page-signing" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 languageName: unknown linkType: soft @@ -2821,7 +2821,7 @@ __metadata: resolution: "@polkadot/app-society@workspace:packages/page-society" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 languageName: unknown linkType: soft @@ -2830,9 +2830,9 @@ __metadata: resolution: "@polkadot/app-staking@workspace:packages/page-staking" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/app-explorer": ^0.102.2-2 - "@polkadot/react-components": ^0.102.2-2 - "@polkadot/react-query": ^0.102.2-2 + "@polkadot/app-explorer": ^0.102.2-3 + "@polkadot/react-components": ^0.102.2-3 + "@polkadot/react-query": ^0.102.2-3 languageName: unknown linkType: soft @@ -2841,8 +2841,8 @@ __metadata: resolution: "@polkadot/app-storage@workspace:packages/page-storage" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 - "@polkadot/react-params": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 + "@polkadot/react-params": ^0.102.2-3 languageName: unknown linkType: soft @@ -2851,7 +2851,7 @@ __metadata: resolution: "@polkadot/app-sudo@workspace:packages/page-sudo" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 languageName: unknown linkType: soft @@ -2860,8 +2860,8 @@ __metadata: resolution: "@polkadot/app-tech-comm@workspace:packages/page-tech-comm" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 - "@polkadot/react-query": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 + "@polkadot/react-query": ^0.102.2-3 languageName: unknown linkType: soft @@ -2870,12 +2870,12 @@ __metadata: resolution: "@polkadot/app-treasury@workspace:packages/page-treasury" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 - "@polkadot/react-query": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 + "@polkadot/react-query": ^0.102.2-3 languageName: unknown linkType: soft -"@polkadot/apps-config@^0.102.2-2, @polkadot/apps-config@workspace:packages/apps-config": +"@polkadot/apps-config@^0.102.2-3, @polkadot/apps-config@workspace:packages/apps-config": version: 0.0.0-use.local resolution: "@polkadot/apps-config@workspace:packages/apps-config" dependencies: @@ -2922,7 +2922,7 @@ __metadata: "@babel/core": ^7.16.7 "@babel/polyfill": ^7.12.1 "@polkadot/dev": ^0.65.38 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 "@types/react-dom": ^17.0.11 "@types/tmp": ^0.2.3 babel-loader: ^8.2.3 @@ -2938,7 +2938,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/apps-routing@^0.102.2-2, @polkadot/apps-routing@workspace:packages/apps-routing": +"@polkadot/apps-routing@^0.102.2-3, @polkadot/apps-routing@workspace:packages/apps-routing": version: 0.0.0-use.local resolution: "@polkadot/apps-routing@workspace:packages/apps-routing" dependencies: @@ -2953,15 +2953,15 @@ __metadata: "@babel/core": ^7.16.7 "@babel/polyfill": ^7.12.1 "@babel/runtime": ^7.16.7 - "@polkadot/apps-config": ^0.102.2-2 - "@polkadot/apps-routing": ^0.102.2-2 + "@polkadot/apps-config": ^0.102.2-3 + "@polkadot/apps-routing": ^0.102.2-3 "@polkadot/dev": ^0.65.38 - "@polkadot/react-api": ^0.102.2-2 - "@polkadot/react-components": ^0.102.2-2 - "@polkadot/react-hooks": ^0.102.2-2 - "@polkadot/react-params": ^0.102.2-2 - "@polkadot/react-query": ^0.102.2-2 - "@polkadot/react-signer": ^0.102.2-2 + "@polkadot/react-api": ^0.102.2-3 + "@polkadot/react-components": ^0.102.2-3 + "@polkadot/react-hooks": ^0.102.2-3 + "@polkadot/react-params": ^0.102.2-3 + "@polkadot/react-query": ^0.102.2-3 + "@polkadot/react-signer": ^0.102.2-3 "@types/punycode": ^2.1.0 assert: ^2.0.0 babel-loader: ^8.2.3 @@ -3198,7 +3198,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/react-api@^0.102.2-2, @polkadot/react-api@workspace:packages/react-api": +"@polkadot/react-api@^0.102.2-3, @polkadot/react-api@workspace:packages/react-api": version: 0.0.0-use.local resolution: "@polkadot/react-api@workspace:packages/react-api" dependencies: @@ -3212,7 +3212,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/react-components@^0.102.2-2, @polkadot/react-components@workspace:packages/react-components": +"@polkadot/react-components@^0.102.2-3, @polkadot/react-components@workspace:packages/react-components": version: 0.0.0-use.local resolution: "@polkadot/react-components@workspace:packages/react-components" dependencies: @@ -3221,10 +3221,10 @@ __metadata: "@fortawesome/free-solid-svg-icons": ^5.15.4 "@fortawesome/react-fontawesome": ^0.1.16 "@polkadot/keyring": ^8.3.2 - "@polkadot/react-api": ^0.102.2-2 + "@polkadot/react-api": ^0.102.2-3 "@polkadot/react-identicon": ^0.89.2 "@polkadot/react-qr": ^0.89.2 - "@polkadot/react-query": ^0.102.2-2 + "@polkadot/react-query": ^0.102.2-3 "@polkadot/ui-keyring": ^0.89.2 "@polkadot/ui-settings": ^0.89.2 "@polkadot/util": ^8.3.2 @@ -3255,7 +3255,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/react-hooks@^0.102.2-2, @polkadot/react-hooks@workspace:packages/react-hooks": +"@polkadot/react-hooks@^0.102.2-3, @polkadot/react-hooks@workspace:packages/react-hooks": version: 0.0.0-use.local resolution: "@polkadot/react-hooks@workspace:packages/react-hooks" dependencies: @@ -3290,12 +3290,12 @@ __metadata: languageName: node linkType: hard -"@polkadot/react-params@^0.102.2-2, @polkadot/react-params@workspace:packages/react-params": +"@polkadot/react-params@^0.102.2-3, @polkadot/react-params@workspace:packages/react-params": version: 0.0.0-use.local resolution: "@polkadot/react-params@workspace:packages/react-params" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 languageName: unknown linkType: soft @@ -3320,7 +3320,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/react-query@^0.102.2-2, @polkadot/react-query@workspace:packages/react-query": +"@polkadot/react-query@^0.102.2-3, @polkadot/react-query@workspace:packages/react-query": version: 0.0.0-use.local resolution: "@polkadot/react-query@workspace:packages/react-query" dependencies: @@ -3328,12 +3328,12 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/react-signer@^0.102.2-2, @polkadot/react-signer@workspace:packages/react-signer": +"@polkadot/react-signer@^0.102.2-3, @polkadot/react-signer@workspace:packages/react-signer": version: 0.0.0-use.local resolution: "@polkadot/react-signer@workspace:packages/react-signer" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/react-components": ^0.102.2-2 + "@polkadot/react-components": ^0.102.2-3 languageName: unknown linkType: soft @@ -3384,7 +3384,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/test-support@0.102.2-2, @polkadot/test-support@workspace:packages/test-support": +"@polkadot/test-support@0.102.2-3, @polkadot/test-support@workspace:packages/test-support": version: 0.0.0-use.local resolution: "@polkadot/test-support@workspace:packages/test-support" dependencies: