diff --git a/package.json b/package.json index dd2d85e7..ba3402a5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "devDependencies": { "@babel/core": "^7.12.10", "@babel/runtime": "^7.12.5", - "@polkadot/dev": "^0.60.23", + "@polkadot/dev": "^0.60.27", "@polkadot/ts": "^0.3.58", "@types/jest": "^26.0.19", "babel-plugin-transform-vue-template": "^0.4.2", diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index 6d4be031..babbe848 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -12,12 +12,12 @@ "test": "jest" }, "dependencies": { - "@polkadot/keyring": "^4.2.2-12", + "@polkadot/keyring": "^4.2.2-14", "@polkadot/reactnative-identicon": "0.62.2-26", "@polkadot/ui-keyring": "0.62.2-26", "@polkadot/ui-settings": "0.62.2-26", - "@polkadot/util": "^4.2.2-12", - "@polkadot/util-crypto": "^4.2.2-12", + "@polkadot/util": "^4.2.2-14", + "@polkadot/util-crypto": "^4.2.2-14", "@react-native-community/async-storage": "^1.12.1", "fast-text-encoding": "^1.0.3", "get-yarn-workspaces": "^1.0.2", diff --git a/packages/ledger/package.json b/packages/ledger/package.json index 73798f7f..8cd6b75f 100644 --- a/packages/ledger/package.json +++ b/packages/ledger/package.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "@polkadot/ledger-transports": "0.62.2-26", - "@polkadot/util": "^4.2.2-12", + "@polkadot/util": "^4.2.2-14", "@zondax/ledger-polkadot": "^0.12.0" }, "peerDependencies": { diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 500c49f7..1762f488 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -9,11 +9,11 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/keyring": "^4.2.2-12", + "@polkadot/keyring": "^4.2.2-14", "@polkadot/ui-settings": "0.62.2-26", "@polkadot/ui-shared": "0.62.2-26", - "@polkadot/util": "^4.2.2-12", - "@polkadot/util-crypto": "^4.2.2-12", + "@polkadot/util": "^4.2.2-14", + "@polkadot/util-crypto": "^4.2.2-14", "color": "^3.1.3", "ethereum-blockies-base64": "^1.0.2", "jdenticon": "2.2.0", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 3435924c..6839efef 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -9,8 +9,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/util": "^4.2.2-12", - "@polkadot/util-crypto": "^4.2.2-12", + "@polkadot/util": "^4.2.2-14", + "@polkadot/util-crypto": "^4.2.2-14", "qrcode-generator": "^1.4.4", "react-qr-reader": "^2.2.1", "styled-components": "^5.2.1" diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 7f29bb3f..45613789 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -10,8 +10,8 @@ "dependencies": { "@babel/runtime": "^7.12.5", "@polkadot/ui-shared": "0.62.2-26", - "@polkadot/util": "^4.2.2-12", - "@polkadot/util-crypto": "^4.2.2-12", + "@polkadot/util": "^4.2.2-14", + "@polkadot/util-crypto": "^4.2.2-14", "react-native-svg": "^12.1.0" }, "peerDependencies": { diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 0aa9967b..86c8e4ef 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -10,16 +10,16 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/keyring": "^4.2.2-12", + "@polkadot/keyring": "^4.2.2-14", "@polkadot/ledger": "^0.62.2-26", "@polkadot/ui-settings": "0.62.2-26", - "@polkadot/util": "^4.2.2-12", + "@polkadot/util": "^4.2.2-14", + "@polkadot/x-rxjs": "^2.10.2-13", "mkdirp": "^1.0.4", - "rxjs": "^6.6.3", "store": "^2.0.12" }, "devDependencies": { - "@polkadot/types": "^2.10.2-12", + "@polkadot/types": "^2.10.2-13", "@types/mkdirp": "^1.0.1", "@types/store": "^2.0.2" }, diff --git a/packages/ui-keyring/src/observable/env.ts b/packages/ui-keyring/src/observable/env.ts index 08ae02bf..37af3a26 100644 --- a/packages/ui-keyring/src/observable/env.ts +++ b/packages/ui-keyring/src/observable/env.ts @@ -1,7 +1,7 @@ // Copyright 2017-2020 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 -import { BehaviorSubject } from 'rxjs'; +import { BehaviorSubject } from '@polkadot/x-rxjs'; const subject = new BehaviorSubject(false); diff --git a/packages/ui-keyring/src/observable/genericSubject.ts b/packages/ui-keyring/src/observable/genericSubject.ts index af74a25c..e2df1da4 100644 --- a/packages/ui-keyring/src/observable/genericSubject.ts +++ b/packages/ui-keyring/src/observable/genericSubject.ts @@ -5,7 +5,7 @@ import type { KeypairType } from '@polkadot/util-crypto/types'; import type { KeyringJson, KeyringStore } from '../types'; import type { AddressSubject, SingleAddress, SubjectInfo } from './types'; -import { BehaviorSubject } from 'rxjs'; +import { BehaviorSubject } from '@polkadot/x-rxjs'; import { createOptionItem } from '../options/item'; import { env } from './env'; diff --git a/packages/ui-keyring/src/observable/index.ts b/packages/ui-keyring/src/observable/index.ts index 4f1339ce..fa5a7e1a 100644 --- a/packages/ui-keyring/src/observable/index.ts +++ b/packages/ui-keyring/src/observable/index.ts @@ -3,8 +3,8 @@ import type { SubjectInfo } from './types'; -import { combineLatest } from 'rxjs'; -import { map } from 'rxjs/operators'; +import { combineLatest } from '@polkadot/x-rxjs'; +import { map } from '@polkadot/x-rxjs/operators'; import { accounts } from './accounts'; import { addresses } from './addresses'; diff --git a/packages/ui-keyring/src/observable/types.ts b/packages/ui-keyring/src/observable/types.ts index 8f55a2f7..44b47ec9 100644 --- a/packages/ui-keyring/src/observable/types.ts +++ b/packages/ui-keyring/src/observable/types.ts @@ -1,8 +1,8 @@ // Copyright 2017-2020 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 -import type { BehaviorSubject } from 'rxjs'; import type { KeypairType } from '@polkadot/util-crypto/types'; +import type { BehaviorSubject } from '@polkadot/x-rxjs'; import type { KeyringSectionOption } from '../options/types'; import type { KeyringJson, KeyringStore } from '../types'; diff --git a/packages/ui-keyring/src/options/index.ts b/packages/ui-keyring/src/options/index.ts index 00217e47..b78f8467 100644 --- a/packages/ui-keyring/src/options/index.ts +++ b/packages/ui-keyring/src/options/index.ts @@ -5,9 +5,8 @@ import type { SingleAddress } from '../observable/types'; import type { KeyringStruct } from '../types'; import type { KeyringOptionInstance, KeyringOptions, KeyringSectionOption, KeyringSectionOptions } from './types'; -import { BehaviorSubject } from 'rxjs'; - import { assert } from '@polkadot/util'; +import { BehaviorSubject } from '@polkadot/x-rxjs'; import { obervableAll } from '../observable'; diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index b4b40d0d..cb9806d0 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -9,8 +9,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.12.5", - "@polkadot/networks": "^4.2.2-12", - "@polkadot/util": "^4.2.2-12", + "@polkadot/networks": "^4.2.2-14", + "@polkadot/util": "^4.2.2-14", "eventemitter3": "^4.0.7", "store": "^2.0.12" }, diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 178a6f81..07abfec9 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -16,8 +16,8 @@ "@polkadot/util-crypto": "*" }, "devDependencies": { - "@polkadot/util": "^4.2.2-12", - "@polkadot/util-crypto": "^4.2.2-12", + "@polkadot/util": "^4.2.2-14", + "@polkadot/util-crypto": "^4.2.2-14", "@types/color": "^3.0.1", "@types/xmlserializer": "^0.6.1" } diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index d1e4123b..b99f9168 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -10,8 +10,8 @@ "dependencies": { "@babel/runtime": "^7.12.5", "@polkadot/ui-shared": "0.62.2-26", - "@polkadot/util": "^4.2.2-12", - "@polkadot/util-crypto": "^4.2.2-12", + "@polkadot/util": "^4.2.2-14", + "@polkadot/util-crypto": "^4.2.2-14", "jdenticon": "2.2.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 59f4f769..62b3542c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2002,27 +2002,27 @@ __metadata: languageName: node linkType: hard -"@polkadot/bytes-asmjs-crypto@npm:^2.0.2-12": - version: 2.0.2-12 - resolution: "@polkadot/bytes-asmjs-crypto@npm:2.0.2-12" +"@polkadot/bytes-asmjs-crypto@npm:^2.0.2-14": + version: 2.0.2-14 + resolution: "@polkadot/bytes-asmjs-crypto@npm:2.0.2-14" dependencies: "@babel/runtime": ^7.12.5 - checksum: a8a756813a0a0ed0e2cf5b4fa72a0a06ebfba50e727ef5061303d9a80d7fa09072e17c6f8027d84b3f8ffec0e20e18a195aa6622a0d8e461dbe823fde0b795fb + checksum: bfa664d6bdaeb16a0aae7c15541b275012bb20c88fd0983989b936152807a91f66abd8360362ba042d93254e8a7979097b14c4d8a4a2d16498e59853297f116f languageName: node linkType: hard -"@polkadot/bytes-wasm-crypto@npm:^2.0.2-12": - version: 2.0.2-12 - resolution: "@polkadot/bytes-wasm-crypto@npm:2.0.2-12" +"@polkadot/bytes-wasm-crypto@npm:^2.0.2-14": + version: 2.0.2-14 + resolution: "@polkadot/bytes-wasm-crypto@npm:2.0.2-14" dependencies: "@babel/runtime": ^7.12.5 - checksum: e91b8b2826cb463deb054d311d16b08997eb8ecaab5c19540501d78fc40550630da5fb1d06940c75ca3541ba0bf6479b3ccaea8f3ce5889ac122d28a63facfa3 + checksum: 09708e3fbb0d4121ffdc60839598112eaaf88b323ace5f50c5c09fd0808a59da95632a7cf14ee1e718f19b8c4a43048e72cbaefb3b3a2821cd29abaf912253c8 languageName: node linkType: hard -"@polkadot/dev@npm:^0.60.23": - version: 0.60.23 - resolution: "@polkadot/dev@npm:0.60.23" +"@polkadot/dev@npm:^0.60.27": + version: 0.60.27 + resolution: "@polkadot/dev@npm:0.60.27" dependencies: "@babel/cli": ^7.12.10 "@babel/core": ^7.12.10 @@ -2110,7 +2110,7 @@ __metadata: polkadot-exec-typedoc: scripts/polkadot-exec-typedoc.cjs polkadot-exec-vuepress: scripts/polkadot-exec-vuepress.cjs polkadot-exec-webpack: scripts/polkadot-exec-webpack.cjs - checksum: e6d1d95ea6dbc6713344f776b9638cea7c649fb56a4713d4c7f579ba0e918937a679e7dd65f09f6cf44da363767ed5a1c7689646043721c317cacfe880e66ed1 + checksum: e4e90914eed69bd21f6617265030388e4d651046e156717a816e5a4719b75abbb5641e71025d2df1a71e45265b0fcadd201450e4b4ae67abf9b56dc029a2bb65 languageName: node linkType: hard @@ -2130,17 +2130,17 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/keyring@npm:^4.2.2-12": - version: 4.2.2-12 - resolution: "@polkadot/keyring@npm:4.2.2-12" +"@polkadot/keyring@npm:^4.2.2-14": + version: 4.2.2-14 + resolution: "@polkadot/keyring@npm:4.2.2-14" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/util": 4.2.2-12 - "@polkadot/util-crypto": 4.2.2-12 + "@polkadot/util": 4.2.2-14 + "@polkadot/util-crypto": 4.2.2-14 peerDependencies: - "@polkadot/util": 4.2.2-12 - "@polkadot/util-crypto": 4.2.2-12 - checksum: 7b20916f2d8f17dab71a3cd48bbc1c2695f0a20169b4ca233587778eae7b2c10358a470b61c5598b87c9e25f28848b3f9a61e545f798a562410cc7f41d883088 + "@polkadot/util": 4.2.2-14 + "@polkadot/util-crypto": 4.2.2-14 + checksum: ce58b1adb052c05dcfa41afbfdd32adfd326583dc7adbb034e1fee5241b998fcd398e2f281cc8338bb8056ea3601d6e6a3583cb8d239d8457ae6e73cf2d7ae86 languageName: node linkType: hard @@ -2165,33 +2165,33 @@ __metadata: dependencies: "@babel/runtime": ^7.12.5 "@polkadot/ledger-transports": 0.62.2-26 - "@polkadot/util": ^4.2.2-12 + "@polkadot/util": ^4.2.2-14 "@zondax/ledger-polkadot": ^0.12.0 peerDependencies: "@polkadot/util": "*" languageName: unknown linkType: soft -"@polkadot/metadata@npm:2.10.2-12": - version: 2.10.2-12 - resolution: "@polkadot/metadata@npm:2.10.2-12" +"@polkadot/metadata@npm:2.10.2-13": + version: 2.10.2-13 + resolution: "@polkadot/metadata@npm:2.10.2-13" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/types": 2.10.2-12 - "@polkadot/types-known": 2.10.2-12 - "@polkadot/util": ^4.2.2-12 - "@polkadot/util-crypto": ^4.2.2-12 + "@polkadot/types": 2.10.2-13 + "@polkadot/types-known": 2.10.2-13 + "@polkadot/util": ^4.2.2-14 + "@polkadot/util-crypto": ^4.2.2-14 bn.js: ^4.11.9 - checksum: 84b3aa868b4d06c1d8c99fe5b0aadcd5dca5dff3b6a7f3cd3436a215f71758e9931112e8a4cfdbb1c3e326e18776fe0affd94daa57e83b56cd7a43227f8f6e31 + checksum: a26e9f3baebd9d254ee79b64ad6a5f87435cf738b7e37eefd62eec88476b0c82100916fd9a08c1bf5601e823e2cf13cd4de2f3ec940e050a964ab23b640d741f languageName: node linkType: hard -"@polkadot/networks@npm:4.2.2-12, @polkadot/networks@npm:^4.2.2-12": - version: 4.2.2-12 - resolution: "@polkadot/networks@npm:4.2.2-12" +"@polkadot/networks@npm:4.2.2-14, @polkadot/networks@npm:^4.2.2-14": + version: 4.2.2-14 + resolution: "@polkadot/networks@npm:4.2.2-14" dependencies: "@babel/runtime": ^7.12.5 - checksum: 3cce7e4bc5d9586e3c6e3c5abade3f7a469e542ba33b9b624f39d1fe58cd2c23874cdaddf6401af075f0143412c76ef45e76386f784a50ce62fe805acdb634cf + checksum: be0fe0c2e9c0f87d0402f3b265f260a74530f64f4babc0de081917dd2b9521e46ff55738574e374020fa63bf4db20946bf3bc889f9be938937fc5fa3e1e45203 languageName: node linkType: hard @@ -2200,11 +2200,11 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/keyring": ^4.2.2-12 + "@polkadot/keyring": ^4.2.2-14 "@polkadot/ui-settings": 0.62.2-26 "@polkadot/ui-shared": 0.62.2-26 - "@polkadot/util": ^4.2.2-12 - "@polkadot/util-crypto": ^4.2.2-12 + "@polkadot/util": ^4.2.2-14 + "@polkadot/util-crypto": ^4.2.2-14 "@types/react-copy-to-clipboard": ^4.3.0 "@types/react-dom": ^17.0.0 "@types/styled-components": ^5.1.5 @@ -2230,8 +2230,8 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/util": ^4.2.2-12 - "@polkadot/util-crypto": ^4.2.2-12 + "@polkadot/util": ^4.2.2-14 + "@polkadot/util-crypto": ^4.2.2-14 "@types/react-qr-reader": ^2.1.3 "@types/styled-components": ^5.1.5 qrcode-generator: ^1.4.4 @@ -2252,8 +2252,8 @@ __metadata: dependencies: "@babel/runtime": ^7.12.5 "@polkadot/ui-shared": 0.62.2-26 - "@polkadot/util": ^4.2.2-12 - "@polkadot/util-crypto": ^4.2.2-12 + "@polkadot/util": ^4.2.2-14 + "@polkadot/util-crypto": ^4.2.2-14 "@types/react-native": ^0.63.37 react-native-svg: ^12.1.0 peerDependencies: @@ -2273,31 +2273,31 @@ __metadata: languageName: node linkType: hard -"@polkadot/types-known@npm:2.10.2-12": - version: 2.10.2-12 - resolution: "@polkadot/types-known@npm:2.10.2-12" +"@polkadot/types-known@npm:2.10.2-13": + version: 2.10.2-13 + resolution: "@polkadot/types-known@npm:2.10.2-13" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/types": 2.10.2-12 - "@polkadot/util": ^4.2.2-12 + "@polkadot/types": 2.10.2-13 + "@polkadot/util": ^4.2.2-14 bn.js: ^4.11.9 - checksum: 852c1093b2f2b91adc3e700a707096c2bda6cca876f2d43cbe3bc4a5c226c56d08982d5684c5f0aa1739eac88a15fcebe7586efc0434cdaac060a0803bb87417 + checksum: 03591611736cc007e9cee3c611b265b1baad6c1f5264169405762de4b5f2d014c01e56ec69a8d118a56edeacefb590dfc74980a22aaac88dcbf1dabc11b52a6d languageName: node linkType: hard -"@polkadot/types@npm:2.10.2-12, @polkadot/types@npm:^2.10.2-12": - version: 2.10.2-12 - resolution: "@polkadot/types@npm:2.10.2-12" +"@polkadot/types@npm:2.10.2-13, @polkadot/types@npm:^2.10.2-13": + version: 2.10.2-13 + resolution: "@polkadot/types@npm:2.10.2-13" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/metadata": 2.10.2-12 - "@polkadot/util": ^4.2.2-12 - "@polkadot/util-crypto": ^4.2.2-12 + "@polkadot/metadata": 2.10.2-13 + "@polkadot/util": ^4.2.2-14 + "@polkadot/util-crypto": ^4.2.2-14 + "@polkadot/x-rxjs": 2.10.2-13 "@types/bn.js": ^4.11.6 bn.js: ^4.11.9 memoizee: ^0.4.14 - rxjs: ^6.6.3 - checksum: c416c3d9048b4883f10ffc390cc6348fbdf7ee398c11f3d00d20feee759d7b0f820ffb1689d183cad9565fd1eafa8cc983e715287e77442084259c9dca3265e8 + checksum: 8cf18035c743a71d674b52e93c16a36b699b91334d7c346d91eec9e9a2f3e95fe682dd19202445478544a5b7fc33eb58b751c90c8003bd048e9d215ad1c3aad6 languageName: node linkType: hard @@ -2314,15 +2314,15 @@ __metadata: resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/keyring": ^4.2.2-12 + "@polkadot/keyring": ^4.2.2-14 "@polkadot/ledger": ^0.62.2-26 - "@polkadot/types": ^2.10.2-12 + "@polkadot/types": ^2.10.2-13 "@polkadot/ui-settings": 0.62.2-26 - "@polkadot/util": ^4.2.2-12 + "@polkadot/util": ^4.2.2-14 + "@polkadot/x-rxjs": ^2.10.2-13 "@types/mkdirp": ^1.0.1 "@types/store": ^2.0.2 mkdirp: ^1.0.4 - rxjs: ^6.6.3 store: ^2.0.12 peerDependencies: "@polkadot/keyring": "*" @@ -2336,8 +2336,8 @@ __metadata: resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/networks": ^4.2.2-12 - "@polkadot/util": ^4.2.2-12 + "@polkadot/networks": ^4.2.2-14 + "@polkadot/util": ^4.2.2-14 "@types/store": ^2.0.2 eventemitter3: ^4.0.7 store: ^2.0.12 @@ -2352,8 +2352,8 @@ __metadata: resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/util": ^4.2.2-12 - "@polkadot/util-crypto": ^4.2.2-12 + "@polkadot/util": ^4.2.2-14 + "@polkadot/util-crypto": ^4.2.2-14 "@types/color": ^3.0.1 "@types/xmlserializer": ^0.6.1 color: ^3.1.3 @@ -2363,15 +2363,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:4.2.2-12, @polkadot/util-crypto@npm:^4.2.2-12": - version: 4.2.2-12 - resolution: "@polkadot/util-crypto@npm:4.2.2-12" +"@polkadot/util-crypto@npm:4.2.2-14, @polkadot/util-crypto@npm:^4.2.2-14": + version: 4.2.2-14 + resolution: "@polkadot/util-crypto@npm:4.2.2-14" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/networks": 4.2.2-12 - "@polkadot/util": 4.2.2-12 - "@polkadot/wasm-crypto": ^2.0.2-12 - "@polkadot/x-randomvalues": 4.2.2-12 + "@polkadot/networks": 4.2.2-14 + "@polkadot/util": 4.2.2-14 + "@polkadot/wasm-crypto": ^2.0.2-14 + "@polkadot/x-randomvalues": 4.2.2-14 base-x: ^3.0.8 blakejs: ^1.1.0 bn.js: ^4.11.9 @@ -2383,23 +2383,23 @@ __metadata: tweetnacl: ^1.0.3 xxhashjs: ^0.2.2 peerDependencies: - "@polkadot/util": 4.2.2-12 - checksum: 6bc2c3266126bbc35cbf3aa5be40e5f53c918373ca3e1d12749a5d93d969e6c4fa1ed746915ec518fce78858428738d1f7fc201e9e34268e61abb64d3da09139 + "@polkadot/util": 4.2.2-14 + checksum: 3331b4616d586e082fb5dae0e5668531e7a5244b13f1d7a89e545a89d4af7557ef66a9952b6a57242c111bc9dc7202dfd410d1c09d04334bddb841867fc7f539 languageName: node linkType: hard -"@polkadot/util@npm:4.2.2-12, @polkadot/util@npm:^4.2.2-12": - version: 4.2.2-12 - resolution: "@polkadot/util@npm:4.2.2-12" +"@polkadot/util@npm:4.2.2-14, @polkadot/util@npm:^4.2.2-14": + version: 4.2.2-14 + resolution: "@polkadot/util@npm:4.2.2-14" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/x-textdecoder": 4.2.2-12 - "@polkadot/x-textencoder": 4.2.2-12 + "@polkadot/x-textdecoder": 4.2.2-14 + "@polkadot/x-textencoder": 4.2.2-14 "@types/bn.js": ^4.11.6 bn.js: ^4.11.9 camelcase: ^5.3.1 ip-regex: ^4.2.0 - checksum: 92a5cf2206a26382c44ec22d15b2cb30b1ee2a6e82bdd92106a7e6e67ceeedd1c743bc5e9ae9a5abd6569bf0f56272a479b058a5059bb3ab8774b6d9af831bed + checksum: bfe13736649b08eb08dbc6cf4a312ef13d6baf179755ecf918cc4b20ed673a551a4e0e0c95a641745a4627d14101c27759247d9f06878457f9cc4d8000a6eb70 languageName: node linkType: hard @@ -2409,8 +2409,8 @@ __metadata: dependencies: "@babel/runtime": ^7.12.5 "@polkadot/ui-shared": 0.62.2-26 - "@polkadot/util": ^4.2.2-12 - "@polkadot/util-crypto": ^4.2.2-12 + "@polkadot/util": ^4.2.2-14 + "@polkadot/util-crypto": ^4.2.2-14 jdenticon: 2.2.0 vue: ^2.6.12 peerDependencies: @@ -2420,44 +2420,54 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/wasm-crypto@npm:^2.0.2-12": - version: 2.0.2-12 - resolution: "@polkadot/wasm-crypto@npm:2.0.2-12" +"@polkadot/wasm-crypto@npm:^2.0.2-14": + version: 2.0.2-14 + resolution: "@polkadot/wasm-crypto@npm:2.0.2-14" dependencies: "@babel/runtime": ^7.12.5 - "@polkadot/bytes-asmjs-crypto": ^2.0.2-12 - "@polkadot/bytes-wasm-crypto": ^2.0.2-12 + "@polkadot/bytes-asmjs-crypto": ^2.0.2-14 + "@polkadot/bytes-wasm-crypto": ^2.0.2-14 peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: d7d2ebfecc183812957658942732a78b9e19db3bec61fb3b29d497f736f456f940d0f89d72cc121624df6856b6c50bcbc8f42a560e5aa17263e35654d3f64f89 + checksum: 7d344121bbe3115090c0203ef8ee59e0610632df4d75acda38afc34ee805deb71179346e49826a91a7ad89f06c9451fc43b351cd9af1e0996989a413ac69f49a languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:4.2.2-12": - version: 4.2.2-12 - resolution: "@polkadot/x-randomvalues@npm:4.2.2-12" +"@polkadot/x-randomvalues@npm:4.2.2-14": + version: 4.2.2-14 + resolution: "@polkadot/x-randomvalues@npm:4.2.2-14" dependencies: "@babel/runtime": ^7.12.5 - checksum: ca429802969f82bb6749d98b739d4ceca32b63d73cbdb615bfc777294096cdf78ac32e2f844e35f2ab52e8944e435fe7efabec9e88026a49a34de29cec424c1d + checksum: b8beaf8371334237607832d6e5e19291c03afcf533fff9ddd6e218e51d94273de5b534afd5b57eca31795165b3771f4f308299391299807f833bbce50776f323 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:4.2.2-12": - version: 4.2.2-12 - resolution: "@polkadot/x-textdecoder@npm:4.2.2-12" +"@polkadot/x-rxjs@npm:2.10.2-13, @polkadot/x-rxjs@npm:^2.10.2-13": + version: 2.10.2-13 + resolution: "@polkadot/x-rxjs@npm:2.10.2-13" dependencies: "@babel/runtime": ^7.12.5 - checksum: 41d9329082cef36c09f5955b4d6a299c8bbea20da197b1f60c8554a4cfc98b7d5ba4f69f56e23567904e07c4dd0a8a6862424c10d236933bc0574bce08c024d9 + rxjs: ^6.6.3 + checksum: a36d5bf933385032ae9264e8037f2c8d73845bd639af62c559a6c8f8796a0c104373ae42f47d77cbeba5125d897da9529afc2b1047c84bf199c4cb8344681c1c languageName: node linkType: hard -"@polkadot/x-textencoder@npm:4.2.2-12": - version: 4.2.2-12 - resolution: "@polkadot/x-textencoder@npm:4.2.2-12" +"@polkadot/x-textdecoder@npm:4.2.2-14": + version: 4.2.2-14 + resolution: "@polkadot/x-textdecoder@npm:4.2.2-14" dependencies: "@babel/runtime": ^7.12.5 - checksum: 69c1a25e912d22d668f74bc03db13fb05e4bfe42ece3da958f0f29b3046288b361d6bbbf9aed3b7a29f10d805f649b99c6cb8469facd65b73433555cba56c931 + checksum: 0516ef3abd8e04fe964f6d2aa95a09c80f9f6d8b3d1a62b9df2aae004393c1660ec5d18ce8be23f61043d0cc9903920731b598d5dd1c49f9f1be8d9ee955684f + languageName: node + linkType: hard + +"@polkadot/x-textencoder@npm:4.2.2-14": + version: 4.2.2-14 + resolution: "@polkadot/x-textencoder@npm:4.2.2-14" + dependencies: + "@babel/runtime": ^7.12.5 + checksum: 2d9c66b1e6e5e5ceb06c552f48f51bb38e881a77a7134a08ab2d725ab42612964234564064d6fb1d47de6d831469b23f9af3662a18867fe4c50cbd9258279c08 languageName: node linkType: hard @@ -6961,12 +6971,12 @@ __metadata: dependencies: "@babel/core": ^7.12.10 "@babel/runtime": ^7.12.5 - "@polkadot/keyring": ^4.2.2-12 + "@polkadot/keyring": ^4.2.2-14 "@polkadot/reactnative-identicon": 0.62.2-26 "@polkadot/ui-keyring": 0.62.2-26 "@polkadot/ui-settings": 0.62.2-26 - "@polkadot/util": ^4.2.2-12 - "@polkadot/util-crypto": ^4.2.2-12 + "@polkadot/util": ^4.2.2-14 + "@polkadot/util-crypto": ^4.2.2-14 "@react-native-community/async-storage": ^1.12.1 "@react-native-community/cli-platform-ios": ^4.13.0 "@types/react-test-renderer": 17.0.0 @@ -13916,7 +13926,7 @@ fsevents@~2.1.2: dependencies: "@babel/core": ^7.12.10 "@babel/runtime": ^7.12.5 - "@polkadot/dev": ^0.60.23 + "@polkadot/dev": ^0.60.27 "@polkadot/ts": ^0.3.58 "@types/jest": ^26.0.19 babel-plugin-transform-vue-template: ^0.4.2