diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6e893d..38f10ca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.71.2 Mar 6, 2021 + +Changes: + +- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 6.0.4 + + ## 0.71.1 Mar 6, 2021 Changes: diff --git a/package.json b/package.json index e886c485..ea40e6a0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "packages/*" ], "resolutions": { - "typescript": "^4.2.2" + "typescript": "^4.2.3" }, "scripts": { "build": "polkadot-dev-build-ts", @@ -43,5 +43,5 @@ "webpack-cli": "^3.3.12", "webpack-serve": "^3.2.0" }, - "version": "0.71.1" + "version": "0.71.2" } diff --git a/packages/example-react/package.json b/packages/example-react/package.json index bb0752d6..f5c5555e 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-react", - "version": "0.71.1", + "version": "0.71.2", "description": "A very basic example with ui-* & react-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index 50b778de..64bd9396 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-vue", - "version": "0.71.1", + "version": "0.71.2", "description": "A very basic example with ui-* & vue-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index 5acd8206..f62dcc70 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.71.1", + "version": "0.71.2", "private": true, "scripts": { "copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared", @@ -12,12 +12,12 @@ "test": "jest" }, "dependencies": { - "@polkadot/keyring": "^6.0.3", - "@polkadot/reactnative-identicon": "0.71.1", - "@polkadot/ui-keyring": "0.71.1", - "@polkadot/ui-settings": "0.71.1", - "@polkadot/util": "^6.0.3", - "@polkadot/util-crypto": "^6.0.3", + "@polkadot/keyring": "^6.0.4", + "@polkadot/reactnative-identicon": "0.71.2", + "@polkadot/ui-keyring": "0.71.2", + "@polkadot/ui-settings": "0.71.2", + "@polkadot/util": "^6.0.4", + "@polkadot/util-crypto": "^6.0.4", "@react-native-community/async-storage": "^1.12.1", "fast-text-encoding": "^1.0.3", "get-yarn-workspaces": "^1.0.2", @@ -35,7 +35,7 @@ "@react-native-community/cli-platform-ios": "^4.13.0", "@types/react-test-renderer": "17.0.1", "babel-jest": "^26.6.3", - "metro-react-native-babel-preset": "^0.65.1", + "metro-react-native-babel-preset": "^0.65.2", "react-test-renderer": "17.0.1" }, "jest": { diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 3eff2c5f..76b5d673 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.71.1", + "version": "0.71.2", "type": "module", "description": "Renders an SVG picture representing an address", "main": "index.js", @@ -13,11 +13,11 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.9", - "@polkadot/keyring": "^6.0.3", - "@polkadot/ui-settings": "0.71.1", - "@polkadot/ui-shared": "0.71.1", - "@polkadot/util": "^6.0.3", - "@polkadot/util-crypto": "^6.0.3", + "@polkadot/keyring": "^6.0.4", + "@polkadot/ui-settings": "0.71.2", + "@polkadot/ui-shared": "0.71.2", + "@polkadot/util": "^6.0.4", + "@polkadot/util-crypto": "^6.0.4", "color": "^3.1.3", "ethereum-blockies-base64": "^1.0.2", "jdenticon": "3.1.0", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 2372919a..0564928a 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.71.1", + "version": "0.71.2", "type": "module", "description": "Generates and reads QR codes", "main": "index.js", @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.9", - "@polkadot/util": "^6.0.3", - "@polkadot/util-crypto": "^6.0.3", + "@polkadot/util": "^6.0.4", + "@polkadot/util-crypto": "^6.0.4", "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 bafd1f34..9662bea5 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.71.1", + "version": "0.71.2", "type": "module", "description": "Renders an SVG picture representing an address", "main": "index.js", @@ -13,9 +13,9 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.9", - "@polkadot/ui-shared": "0.71.1", - "@polkadot/util": "^6.0.3", - "@polkadot/util-crypto": "^6.0.3", + "@polkadot/ui-shared": "0.71.2", + "@polkadot/util": "^6.0.4", + "@polkadot/util-crypto": "^6.0.4", "react-native-svg": "^12.1.0" }, "peerDependencies": { @@ -25,6 +25,6 @@ "react-native": "*" }, "devDependencies": { - "@types/react-native": "^0.63.50" + "@types/react-native": "^0.63.51" } } diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index cbfe28b4..412db413 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.71.1", + "version": "0.71.2", "description": "Static assets shared accross projects", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 0be2fe38..9fe3351e 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.71.1", + "version": "0.71.2", "type": "module", "main": "index.js", "sideEffects": [ @@ -14,11 +14,11 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.9", - "@polkadot/hw-ledger": "^6.0.3", - "@polkadot/keyring": "^6.0.3", - "@polkadot/ui-settings": "0.71.1", - "@polkadot/util": "^6.0.3", - "@polkadot/x-rxjs": "^6.0.3", + "@polkadot/hw-ledger": "^6.0.4", + "@polkadot/keyring": "^6.0.4", + "@polkadot/ui-settings": "0.71.2", + "@polkadot/util": "^6.0.4", + "@polkadot/x-rxjs": "^6.0.4", "mkdirp": "^1.0.4", "store": "^2.0.12" }, diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index bf4f19dc..2e2b6298 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.71.1", + "version": "0.71.2", "type": "module", "description": "Manages app settings", "main": "index.js", @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.9", - "@polkadot/networks": "^6.0.3", - "@polkadot/util": "^6.0.3", + "@polkadot/networks": "^6.0.4", + "@polkadot/util": "^6.0.4", "eventemitter3": "^4.0.7", "store": "^2.0.12" }, diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 354eb18d..ecc8de04 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.71.1", + "version": "0.71.2", "type": "module", "description": "Shared logic that is usable accross all frameworks-specific areas", "main": "index.js", @@ -17,8 +17,8 @@ "@polkadot/util-crypto": "*" }, "devDependencies": { - "@polkadot/util": "^6.0.3", - "@polkadot/util-crypto": "^6.0.3", + "@polkadot/util": "^6.0.4", + "@polkadot/util-crypto": "^6.0.4", "@types/color": "^3.0.1", "@types/xmlserializer": "^0.6.2" } diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index ecb70c11..7b6de1f9 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.71.1", + "version": "0.71.2", "type": "module", "description": "Renders an SVG picture representing an address", "author": "Jaco Greeff ", @@ -13,9 +13,9 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.9", - "@polkadot/ui-shared": "0.71.1", - "@polkadot/util": "^6.0.3", - "@polkadot/util-crypto": "^6.0.3", + "@polkadot/ui-shared": "0.71.2", + "@polkadot/util": "^6.0.4", + "@polkadot/util-crypto": "^6.0.4", "jdenticon": "3.1.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index ca6ccf55..5a050cb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2196,9 +2196,9 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/hw-ledger-transports@npm:6.0.3": - version: 6.0.3 - resolution: "@polkadot/hw-ledger-transports@npm:6.0.3" +"@polkadot/hw-ledger-transports@npm:6.0.4": + version: 6.0.4 + resolution: "@polkadot/hw-ledger-transports@npm:6.0.4" dependencies: "@babel/runtime": ^7.13.9 "@ledgerhq/hw-transport-node-hid-singleton": ^5.45.0 @@ -2206,42 +2206,42 @@ __metadata: dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": optional: true - checksum: 41219bb5a4e15a996ca6f4c96541a0633d78e26ccdad1bedaad0e734413160f54c7e632aa0598f5fb8331eb66bb425f46eefb0402ea09a07aba5e18d6e46b7ea + checksum: faf9b46191bb9dfa6e49d2dd902c73e6c8708c27100bb5911731b4b5db1cdc30de19b8a8aab361568dca197b8cb803c53bbe78f925bbed1699c54ee44a87b876 languageName: node linkType: hard -"@polkadot/hw-ledger@npm:^6.0.3": - version: 6.0.3 - resolution: "@polkadot/hw-ledger@npm:6.0.3" +"@polkadot/hw-ledger@npm:^6.0.4": + version: 6.0.4 + resolution: "@polkadot/hw-ledger@npm:6.0.4" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/hw-ledger-transports": 6.0.3 - "@polkadot/util": ^6.0.3 + "@polkadot/hw-ledger-transports": 6.0.4 + "@polkadot/util": ^6.0.4 "@zondax/ledger-polkadot": ^0.13.4 - checksum: b9ed31b8b946f89a1c416ed030f85d90fd917bd8a2637a78273326dcf308097b61fd130956ae0ec6047b173d8ae43a22bc38c5855e011c8e8d0a190b29cb87f5 + checksum: cb6c712b612ddf628fc087ac09eab68a847ac47553152515f5aecdc2c1d935c9f7e0ea1deddfc16a44621263fe70930700816d196c8e9cce4ecaefd658679744 languageName: node linkType: hard -"@polkadot/keyring@npm:^6.0.3": - version: 6.0.3 - resolution: "@polkadot/keyring@npm:6.0.3" +"@polkadot/keyring@npm:^6.0.4": + version: 6.0.4 + resolution: "@polkadot/keyring@npm:6.0.4" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/util": 6.0.3 - "@polkadot/util-crypto": 6.0.3 + "@polkadot/util": 6.0.4 + "@polkadot/util-crypto": 6.0.4 peerDependencies: - "@polkadot/util": 6.0.3 - "@polkadot/util-crypto": 6.0.3 - checksum: b443a6ca0f8cd79283ee9e78202bf15b3b1f6fa236a7c36a6b8ced2862c2771a76f52baadf9e91df9f824a91373dd516986d976a200ad6054244701415db9e52 + "@polkadot/util": 6.0.4 + "@polkadot/util-crypto": 6.0.4 + checksum: 06884fbf431223802e3eb580fd983b612c9c9b9db2627f15ee14c8c47dbae42ff7ecc78bbeec29e5fab79e4896a56342643c2cd04daa2b95ac8a3de1d8bbe574 languageName: node linkType: hard -"@polkadot/networks@npm:6.0.3, @polkadot/networks@npm:^6.0.3": - version: 6.0.3 - resolution: "@polkadot/networks@npm:6.0.3" +"@polkadot/networks@npm:6.0.4, @polkadot/networks@npm:^6.0.4": + version: 6.0.4 + resolution: "@polkadot/networks@npm:6.0.4" dependencies: "@babel/runtime": ^7.13.9 - checksum: e11632d8c33dedc915b226905369122bfa3b9841c642512f885266072a2323760b7283516e0d4d082cde203099267c250b7c5db5d78e56cbadb958be66b2af85 + checksum: 0180bb76c0894cb60b8a68f674f2703ee7304be20b5a5bcc0eb4964d30b735035a88d0b087d839213e9365e04b4515c5600f42187287da45311d7c6353fa9ae1 languageName: node linkType: hard @@ -2250,11 +2250,11 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/keyring": ^6.0.3 - "@polkadot/ui-settings": 0.71.1 - "@polkadot/ui-shared": 0.71.1 - "@polkadot/util": ^6.0.3 - "@polkadot/util-crypto": ^6.0.3 + "@polkadot/keyring": ^6.0.4 + "@polkadot/ui-settings": 0.71.2 + "@polkadot/ui-shared": 0.71.2 + "@polkadot/util": ^6.0.4 + "@polkadot/util-crypto": ^6.0.4 "@types/react-copy-to-clipboard": ^5.0.0 "@types/react-dom": ^17.0.1 "@types/styled-components": ^5.1.7 @@ -2280,8 +2280,8 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/util": ^6.0.3 - "@polkadot/util-crypto": ^6.0.3 + "@polkadot/util": ^6.0.4 + "@polkadot/util-crypto": ^6.0.4 "@types/react-qr-reader": ^2.1.3 "@types/styled-components": ^5.1.7 qrcode-generator: ^1.4.4 @@ -2296,15 +2296,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/reactnative-identicon@0.71.1, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon": +"@polkadot/reactnative-identicon@0.71.2, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon": version: 0.0.0-use.local resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/ui-shared": 0.71.1 - "@polkadot/util": ^6.0.3 - "@polkadot/util-crypto": ^6.0.3 - "@types/react-native": ^0.63.50 + "@polkadot/ui-shared": 0.71.2 + "@polkadot/util": ^6.0.4 + "@polkadot/util-crypto": ^6.0.4 + "@types/react-native": ^0.63.51 react-native-svg: ^12.1.0 peerDependencies: "@polkadot/util": "*" @@ -2331,16 +2331,16 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-keyring@0.71.1, @polkadot/ui-keyring@workspace:packages/ui-keyring": +"@polkadot/ui-keyring@0.71.2, @polkadot/ui-keyring@workspace:packages/ui-keyring": version: 0.0.0-use.local resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/hw-ledger": ^6.0.3 - "@polkadot/keyring": ^6.0.3 - "@polkadot/ui-settings": 0.71.1 - "@polkadot/util": ^6.0.3 - "@polkadot/x-rxjs": ^6.0.3 + "@polkadot/hw-ledger": ^6.0.4 + "@polkadot/keyring": ^6.0.4 + "@polkadot/ui-settings": 0.71.2 + "@polkadot/util": ^6.0.4 + "@polkadot/x-rxjs": ^6.0.4 "@types/mkdirp": ^1.0.1 "@types/store": ^2.0.2 mkdirp: ^1.0.4 @@ -2352,13 +2352,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@0.71.1, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@0.71.2, @polkadot/ui-settings@workspace:packages/ui-settings": version: 0.0.0-use.local resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/networks": ^6.0.3 - "@polkadot/util": ^6.0.3 + "@polkadot/networks": ^6.0.4 + "@polkadot/util": ^6.0.4 "@types/store": ^2.0.2 eventemitter3: ^4.0.7 store: ^2.0.12 @@ -2368,13 +2368,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@0.71.1, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@0.71.2, @polkadot/ui-shared@workspace:packages/ui-shared": version: 0.0.0-use.local resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/util": ^6.0.3 - "@polkadot/util-crypto": ^6.0.3 + "@polkadot/util": ^6.0.4 + "@polkadot/util-crypto": ^6.0.4 "@types/color": ^3.0.1 "@types/xmlserializer": ^0.6.2 color: ^3.1.3 @@ -2384,15 +2384,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:6.0.3, @polkadot/util-crypto@npm:^6.0.3": - version: 6.0.3 - resolution: "@polkadot/util-crypto@npm:6.0.3" +"@polkadot/util-crypto@npm:6.0.4, @polkadot/util-crypto@npm:^6.0.4": + version: 6.0.4 + resolution: "@polkadot/util-crypto@npm:6.0.4" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/networks": 6.0.3 - "@polkadot/util": 6.0.3 + "@polkadot/networks": 6.0.4 + "@polkadot/util": 6.0.4 "@polkadot/wasm-crypto": ^4.0.2 - "@polkadot/x-randomvalues": 6.0.3 + "@polkadot/x-randomvalues": 6.0.4 base-x: ^3.0.8 base64-js: ^1.5.1 blakejs: ^1.1.0 @@ -2405,23 +2405,23 @@ __metadata: tweetnacl: ^1.0.3 xxhashjs: ^0.2.2 peerDependencies: - "@polkadot/util": 6.0.3 - checksum: d355eb76af9a8327ffab841ede6e07f5781ea4c855030ed2152cae46f24ee171d333b7e988b846214781c9a6c1fb0b2ae70256b8815becaf0c3d1ec88e71069c + "@polkadot/util": 6.0.4 + checksum: f63a4d59266e71b4869f780e97905cdf350bf4b3876d5cedc179acde819e1607b79088d57338f0a709cc601630a908ce133fd95ceeeb4e745e493a88605c0705 languageName: node linkType: hard -"@polkadot/util@npm:6.0.3, @polkadot/util@npm:^6.0.3": - version: 6.0.3 - resolution: "@polkadot/util@npm:6.0.3" +"@polkadot/util@npm:6.0.4, @polkadot/util@npm:^6.0.4": + version: 6.0.4 + resolution: "@polkadot/util@npm:6.0.4" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/x-textdecoder": 6.0.3 - "@polkadot/x-textencoder": 6.0.3 + "@polkadot/x-textdecoder": 6.0.4 + "@polkadot/x-textencoder": 6.0.4 "@types/bn.js": ^4.11.6 bn.js: ^4.11.9 camelcase: ^5.3.1 ip-regex: ^4.3.0 - checksum: b87e624f97980a3aa23a1081d857fa7175f2a83cfc87316bf986f4c3ad4a28a0f7d81549718796b0be953d6d8d34adfacf317f5e2864c340e246dc75d77cff14 + checksum: fd037b0d462ba8558b1ee18239eb5b2fbdb56122321e9f29f092f5d60ad6514f16e43365de0c4e499a87a0d4da60920f8bbbf0d29c5b07fc7336a0f17859f3bc languageName: node linkType: hard @@ -2430,9 +2430,9 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/ui-shared": 0.71.1 - "@polkadot/util": ^6.0.3 - "@polkadot/util-crypto": ^6.0.3 + "@polkadot/ui-shared": 0.71.2 + "@polkadot/util": ^6.0.4 + "@polkadot/util-crypto": ^6.0.4 jdenticon: 3.1.0 vue: ^2.6.12 peerDependencies: @@ -2474,54 +2474,54 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-global@npm:6.0.3": - version: 6.0.3 - resolution: "@polkadot/x-global@npm:6.0.3" +"@polkadot/x-global@npm:6.0.4": + version: 6.0.4 + resolution: "@polkadot/x-global@npm:6.0.4" dependencies: "@babel/runtime": ^7.13.9 "@types/node-fetch": ^2.5.8 node-fetch: ^2.6.1 - checksum: a5f8396aeb9b6beffa280fabcf1f74229eafe9423ec346753c456c0732d36c1d9f898bdbd90ae01b1c666b9270cd00dac9a71f50f5f407b94101be8770d5242e + checksum: 09ca1c845fd15f2ab3ff349257f9baf1ae34bbb588c3327a11e29beba872f477f19503763a1df2ba469d1c750b35690609e18e12ec7c07dd0b19d17f04b0f28a languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:6.0.3": - version: 6.0.3 - resolution: "@polkadot/x-randomvalues@npm:6.0.3" +"@polkadot/x-randomvalues@npm:6.0.4": + version: 6.0.4 + resolution: "@polkadot/x-randomvalues@npm:6.0.4" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/x-global": 6.0.3 - checksum: ef0018d437239e7dec71245d9ab99e6ecfdb04a4dbb5b0930ac860898ec2ac72c60202249f34da7f8800753c5a48afc686bbf6b0a0d10c933901054f4ba23f3c + "@polkadot/x-global": 6.0.4 + checksum: a3462dd281ab48bf0b4bc54a45f893dcd3bacbf0ba3518c1a72b2e086c93a51383b36adf787ef6bf95c0eb86e200e419d9cc0b444c0c4d47d88d467f928cd412 languageName: node linkType: hard -"@polkadot/x-rxjs@npm:^6.0.3": - version: 6.0.3 - resolution: "@polkadot/x-rxjs@npm:6.0.3" +"@polkadot/x-rxjs@npm:^6.0.4": + version: 6.0.4 + resolution: "@polkadot/x-rxjs@npm:6.0.4" dependencies: "@babel/runtime": ^7.13.9 rxjs: ^6.6.6 - checksum: 74e1f907dbb486fdbdba5135774a1bccf71ea65cc07c5f098dc3378438b6a8ff175a00647846f62b5298479c1d186ac5caef0c2666d49067151ea28bee1d8cb2 + checksum: a05def237bc54c570d9635881c6faed2dc02823432ed21ddc10ba004178ef9027f19e8ebf210a3514a187741c7c25f9a3721416be564c7e1ffb351a9de439ed4 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:6.0.3": - version: 6.0.3 - resolution: "@polkadot/x-textdecoder@npm:6.0.3" +"@polkadot/x-textdecoder@npm:6.0.4": + version: 6.0.4 + resolution: "@polkadot/x-textdecoder@npm:6.0.4" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/x-global": 6.0.3 - checksum: a1b8616257c5a2b208a6d17b264a3d6b049430f409133d15e1a20f8eab2239332983ab9fe7c67ddd721490ab2cfb76ed0e9de05c732b99eb58e5770732168eaa + "@polkadot/x-global": 6.0.4 + checksum: 1532957adf61fcb73b039b4322c2cb7a801c62041af6e9171adb85880d5ef09443cda362a4185712c73675edc17792ee2a4c9223f3cce005186e055d1668cdc2 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:6.0.3": - version: 6.0.3 - resolution: "@polkadot/x-textencoder@npm:6.0.3" +"@polkadot/x-textencoder@npm:6.0.4": + version: 6.0.4 + resolution: "@polkadot/x-textencoder@npm:6.0.4" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/x-global": 6.0.3 - checksum: 832b669c21ec9567513d05e9da175c37b9bc9528245b49552d560a2c1477efd891160bff87cc270d5a8ffd7066012a66da90b0239a8622c51f634f3606c35a3f + "@polkadot/x-global": 6.0.4 + checksum: 9c5dc462703cb1934e8da3081972a03f1f0e3fcbc2930819ff754f1147f37ac5503a14b1316abf84d1397da524c57b971ca2ab71f0e40ff8a7e467a5c3e5b747 languageName: node linkType: hard @@ -2995,12 +2995,12 @@ __metadata: languageName: node linkType: hard -"@types/react-native@npm:^0.63.50": - version: 0.63.50 - resolution: "@types/react-native@npm:0.63.50" +"@types/react-native@npm:^0.63.51": + version: 0.63.51 + resolution: "@types/react-native@npm:0.63.51" dependencies: "@types/react": "*" - checksum: 9f7b3cb22d5a34da3a09bd331b77d29db885231cd81abd5fa50e08a5d089c48095ad1875123915712decb304706040121f8627e28c9a9826328d3df241823a43 + checksum: fbedd2a77fb198cf942d932b4ea59db643ed9edd8a673cc80eddad1eb12f96e090fa90eff3304f90231d5bce3284694f83f58e2c9e4bf0e9434b2d4085cd457f languageName: node linkType: hard @@ -7001,19 +7001,19 @@ __metadata: dependencies: "@babel/core": ^7.13.8 "@babel/runtime": ^7.13.9 - "@polkadot/keyring": ^6.0.3 - "@polkadot/reactnative-identicon": 0.71.1 - "@polkadot/ui-keyring": 0.71.1 - "@polkadot/ui-settings": 0.71.1 - "@polkadot/util": ^6.0.3 - "@polkadot/util-crypto": ^6.0.3 + "@polkadot/keyring": ^6.0.4 + "@polkadot/reactnative-identicon": 0.71.2 + "@polkadot/ui-keyring": 0.71.2 + "@polkadot/ui-settings": 0.71.2 + "@polkadot/util": ^6.0.4 + "@polkadot/util-crypto": ^6.0.4 "@react-native-community/async-storage": ^1.12.1 "@react-native-community/cli-platform-ios": ^4.13.0 "@types/react-test-renderer": 17.0.1 babel-jest: ^26.6.3 fast-text-encoding: ^1.0.3 get-yarn-workspaces: ^1.0.2 - metro-react-native-babel-preset: ^0.65.1 + metro-react-native-babel-preset: ^0.65.2 os-browserify: ^0.3.0 process: ^0.11.10 react: ^17.0.1 @@ -11051,9 +11051,9 @@ fsevents@~2.1.2: languageName: node linkType: hard -"metro-react-native-babel-preset@npm:^0.65.1": - version: 0.65.1 - resolution: "metro-react-native-babel-preset@npm:0.65.1" +"metro-react-native-babel-preset@npm:^0.65.2": + version: 0.65.2 + resolution: "metro-react-native-babel-preset@npm:0.65.2" dependencies: "@babel/core": ^7.0.0 "@babel/plugin-proposal-class-properties": ^7.0.0 @@ -11097,7 +11097,7 @@ fsevents@~2.1.2: react-refresh: ^0.4.0 peerDependencies: "@babel/core": "*" - checksum: 2559fc1e9a4f8f09286268d124125e1305d7705b2a136a72981b81f04f1ef68b337c6c48f55192fde4c6d71b0c3f92aee8d2ae526b14a2656bf3cf64e666b5bb + checksum: a866f865c0b817e9dc6bc54fadb779ec133b32688fd07b4c4ceeae8e2b5a0c3c3dea888e37e2e48197e2226d6aaa08995cc47e1f3e766a893921477c126ecacb languageName: node linkType: hard @@ -15716,23 +15716,23 @@ fsevents@~2.1.2: languageName: node linkType: hard -"typescript@npm:^4.2.2": - version: 4.2.2 - resolution: "typescript@npm:4.2.2" +"typescript@npm:^4.2.3": + version: 4.2.3 + resolution: "typescript@npm:4.2.3" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: b2e3d5551a12c51b6b7a14f0e78d2664c136fab4dfb3eecaaf7a6e8e7e608f2cf43c6ebe81387d194db2588793b769720d2df523d445a1664b7585c5b9a85984 + checksum: 06e8470f317db6f5e2fce809b20eb84a67a7d8179057abff36e5427bd1b891bd08e54581ff81f0fa36aef9b6d1eb0f54eaf6e2643c6dbd4e37a0adcc41eed256 languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^4.2.2#builtin": - version: 4.2.2 - resolution: "typescript@patch:typescript@npm%3A4.2.2#builtin::version=4.2.2&hash=a45b0e" +"typescript@patch:typescript@npm%3A^4.2.3#builtin": + version: 4.2.3 + resolution: "typescript@patch:typescript@npm%3A4.2.3#builtin::version=4.2.3&hash=a45b0e" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: ea1f1b6be22c9e3348f61692719d3169dd4abaad34b2132edff44a8d5a748bde8f3116fa2fae41d61c92b3a7cf1c35d0c7276058b2f35196ff3cde3b7d57c84b + checksum: a8956044aabf730699bcc3c2475efdd3f35e509329325cf60b4989761d4c2188e2c474183e2cf92b8c201fcf976814a5a16f144508b2a832643c4f972d0ab803 languageName: node linkType: hard