Bump common (#460)

* Bump common

* Bumps

* 0.74
This commit is contained in:
Jaco
2021-04-18 12:21:54 +03:00
committed by GitHub
parent f875934459
commit e1b31afafd
14 changed files with 156 additions and 149 deletions
+7
View File
@@ -1,5 +1,12 @@
# CHANGELOG
## 0.74.1 Apr 18, 2021
Changes:
- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 6.2.1
## 0.73.1 Apr 12, 2021
Changes:
+1 -1
View File
@@ -43,5 +43,5 @@
"webpack-cli": "^3.3.12",
"webpack-serve": "^3.2.0"
},
"version": "0.73.2-0"
"version": "0.74.0"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-react",
"version": "0.73.2-0",
"version": "0.74.0",
"description": "A very basic example with ui-* & react-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-vue",
"version": "0.73.2-0",
"version": "0.74.0",
"description": "A very basic example with ui-* & vue-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.73.2-0",
"version": "0.74.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^6.1.2-3",
"@polkadot/reactnative-identicon": "0.73.2-0",
"@polkadot/ui-keyring": "0.73.2-0",
"@polkadot/ui-settings": "0.73.2-0",
"@polkadot/util": "^6.1.2-3",
"@polkadot/util-crypto": "^6.1.2-3",
"@polkadot/keyring": "^6.2.1",
"@polkadot/reactnative-identicon": "0.74.0",
"@polkadot/ui-keyring": "0.74.0",
"@polkadot/ui-settings": "0.74.0",
"@polkadot/util": "^6.2.1",
"@polkadot/util-crypto": "^6.2.1",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -27,7 +27,7 @@
"react-native": "^0.64.0",
"react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.6.0",
"stream-http": "^3.1.1"
"stream-http": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.13.15",
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-identicon",
"version": "0.73.2-0",
"version": "0.74.0",
"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.10",
"@polkadot/keyring": "^6.1.2-3",
"@polkadot/ui-settings": "0.73.2-0",
"@polkadot/ui-shared": "0.73.2-0",
"@polkadot/util": "^6.1.2-3",
"@polkadot/util-crypto": "^6.1.2-3",
"@polkadot/keyring": "^6.2.1",
"@polkadot/ui-settings": "0.74.0",
"@polkadot/ui-shared": "0.74.0",
"@polkadot/util": "^6.2.1",
"@polkadot/util-crypto": "^6.2.1",
"color": "^3.1.3",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.0",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-qr",
"version": "0.73.2-0",
"version": "0.74.0",
"type": "module",
"description": "Generates and reads QR codes",
"main": "index.js",
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/util": "^6.1.2-3",
"@polkadot/util-crypto": "^6.1.2-3",
"@polkadot/util": "^6.2.1",
"@polkadot/util-crypto": "^6.2.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.2.3"
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.73.2-0",
"version": "0.74.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
@@ -13,10 +13,10 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/ui-shared": "0.73.2-0",
"@polkadot/util": "^6.1.2-3",
"@polkadot/util-crypto": "^6.1.2-3",
"react-native-svg": "^12.1.1-0"
"@polkadot/ui-shared": "0.74.0",
"@polkadot/util": "^6.2.1",
"@polkadot/util-crypto": "^6.2.1",
"react-native-svg": "^12.1.1"
},
"peerDependencies": {
"@polkadot/util": "*",
@@ -25,6 +25,6 @@
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.64.2"
"@types/react-native": "^0.64.3"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-assets",
"version": "0.73.2-0",
"version": "0.74.0",
"description": "Static assets shared accross projects",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.73.2-0",
"version": "0.74.0",
"type": "module",
"main": "index.js",
"sideEffects": [
@@ -14,11 +14,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/hw-ledger": "^6.1.2-3",
"@polkadot/keyring": "^6.1.2-3",
"@polkadot/ui-settings": "0.73.2-0",
"@polkadot/util": "^6.1.2-3",
"@polkadot/x-rxjs": "^6.1.2-3",
"@polkadot/hw-ledger": "^6.2.1",
"@polkadot/keyring": "^6.2.1",
"@polkadot/ui-settings": "0.74.0",
"@polkadot/util": "^6.2.1",
"@polkadot/x-rxjs": "^6.2.1",
"mkdirp": "^1.0.4",
"store": "^2.0.12"
},
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.73.2-0",
"version": "0.74.0",
"type": "module",
"description": "Manages app settings",
"main": "index.js",
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/networks": "^6.1.2-3",
"@polkadot/util": "^6.1.2-3",
"@polkadot/networks": "^6.2.1",
"@polkadot/util": "^6.2.1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.73.2-0",
"version": "0.74.0",
"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.1.2-3",
"@polkadot/util-crypto": "^6.1.2-3",
"@polkadot/util": "^6.2.1",
"@polkadot/util-crypto": "^6.2.1",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.2"
}
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.73.2-0",
"version": "0.74.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -13,9 +13,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/ui-shared": "0.73.2-0",
"@polkadot/util": "^6.1.2-3",
"@polkadot/util-crypto": "^6.1.2-3",
"@polkadot/ui-shared": "0.74.0",
"@polkadot/util": "^6.2.1",
"@polkadot/util-crypto": "^6.2.1",
"jdenticon": "3.1.0"
},
"peerDependencies": {
+106 -106
View File
@@ -2163,9 +2163,9 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/hw-ledger-transports@npm:6.1.2-3":
version: 6.1.2-3
resolution: "@polkadot/hw-ledger-transports@npm:6.1.2-3"
"@polkadot/hw-ledger-transports@npm:6.2.1":
version: 6.2.1
resolution: "@polkadot/hw-ledger-transports@npm:6.2.1"
dependencies:
"@babel/runtime": ^7.13.10
"@ledgerhq/hw-transport-node-hid-singleton": ^5.49.0
@@ -2173,42 +2173,42 @@ __metadata:
dependenciesMeta:
"@ledgerhq/hw-transport-node-hid-singleton":
optional: true
checksum: 6f59a23dfaddac8bc7adb9f15d48d56e72199f416878291700bc447b16030dc5c023a1156a24257f7392505053c1ddc92d4b2a8f3be8b35c175369dff0d87b25
checksum: 9d973b911dcceb884f11002ff4f8fe15b96d64b765853e53e72ddc0c4ea1db45a49eebfa10443eb4a8bae8293fe240b7ffb016fee11c77c3a79a6be53111267d
languageName: node
linkType: hard
"@polkadot/hw-ledger@npm:^6.1.2-3":
version: 6.1.2-3
resolution: "@polkadot/hw-ledger@npm:6.1.2-3"
"@polkadot/hw-ledger@npm:^6.2.1":
version: 6.2.1
resolution: "@polkadot/hw-ledger@npm:6.2.1"
dependencies:
"@babel/runtime": ^7.13.10
"@polkadot/hw-ledger-transports": 6.1.2-3
"@polkadot/util": ^6.1.2-3
"@polkadot/hw-ledger-transports": 6.2.1
"@polkadot/util": ^6.2.1
"@zondax/ledger-polkadot": ^0.13.6
checksum: da8b7bc38d075cc81af22ee1aa3375a803382b4bcbc9dc92ea8b7808d9514400f0e55efaeedfd2482abe3188ae394f24c725b88809ac15f157045134945fae5e
checksum: 2019a2733dc52fd40e2d52d36d56bda730c5dc26e9ca8aee9c7ac22670d0af827752d022cb7fbcca45240fe80f3e1950f3d8d81ece6569ff3e59a8d26cab0634
languageName: node
linkType: hard
"@polkadot/keyring@npm:^6.1.2-3":
version: 6.1.2-3
resolution: "@polkadot/keyring@npm:6.1.2-3"
"@polkadot/keyring@npm:^6.2.1":
version: 6.2.1
resolution: "@polkadot/keyring@npm:6.2.1"
dependencies:
"@babel/runtime": ^7.13.10
"@polkadot/util": 6.1.2-3
"@polkadot/util-crypto": 6.1.2-3
"@polkadot/util": 6.2.1
"@polkadot/util-crypto": 6.2.1
peerDependencies:
"@polkadot/util": 6.1.2-3
"@polkadot/util-crypto": 6.1.2-3
checksum: 176251c825a998e409db893bb966cf426a65878e70db9c030bb06ff74e0cdae639f567dc8502dd951ff00680d70b4cb684645fbe4d7ef3f72e19af98e167aaee
"@polkadot/util": 6.2.1
"@polkadot/util-crypto": 6.2.1
checksum: 638019fb75d3571902a670ed30c1ff47bd1fb5eec5320a78f7900efac1d7f629e6fe92cd66be60658a2afd07dc21e0387fc3b30314b21dde425481e0a3781717
languageName: node
linkType: hard
"@polkadot/networks@npm:6.1.2-3, @polkadot/networks@npm:^6.1.2-3":
version: 6.1.2-3
resolution: "@polkadot/networks@npm:6.1.2-3"
"@polkadot/networks@npm:6.2.1, @polkadot/networks@npm:^6.2.1":
version: 6.2.1
resolution: "@polkadot/networks@npm:6.2.1"
dependencies:
"@babel/runtime": ^7.13.10
checksum: 66105ade12e183f21e1e16d86dd22786178dad53adb4ce07e944b371e073395492443eaa0d01ca06117ee1e77065ee80c2e967f3517e6791b8eaed3a85e25d6d
checksum: 680f9d18e92e7c6fee0480fa7fbc10f3232a488c47535053227ed20efbe575bc39ef3f122665561328aed3d66993fadb68629fc4e9880fdcb62e841354365d82
languageName: node
linkType: hard
@@ -2217,11 +2217,11 @@ __metadata:
resolution: "@polkadot/react-identicon@workspace:packages/react-identicon"
dependencies:
"@babel/runtime": ^7.13.10
"@polkadot/keyring": ^6.1.2-3
"@polkadot/ui-settings": 0.73.2-0
"@polkadot/ui-shared": 0.73.2-0
"@polkadot/util": ^6.1.2-3
"@polkadot/util-crypto": ^6.1.2-3
"@polkadot/keyring": ^6.2.1
"@polkadot/ui-settings": 0.74.0
"@polkadot/ui-shared": 0.74.0
"@polkadot/util": ^6.2.1
"@polkadot/util-crypto": ^6.2.1
"@types/react-copy-to-clipboard": ^5.0.0
"@types/react-dom": ^17.0.3
"@types/styled-components": ^5.1.9
@@ -2247,8 +2247,8 @@ __metadata:
resolution: "@polkadot/react-qr@workspace:packages/react-qr"
dependencies:
"@babel/runtime": ^7.13.10
"@polkadot/util": ^6.1.2-3
"@polkadot/util-crypto": ^6.1.2-3
"@polkadot/util": ^6.2.1
"@polkadot/util-crypto": ^6.2.1
"@types/react-qr-reader": ^2.1.3
"@types/styled-components": ^5.1.9
qrcode-generator: ^1.4.4
@@ -2263,16 +2263,16 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/reactnative-identicon@0.73.2-0, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon":
"@polkadot/reactnative-identicon@0.74.0, @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.10
"@polkadot/ui-shared": 0.73.2-0
"@polkadot/util": ^6.1.2-3
"@polkadot/util-crypto": ^6.1.2-3
"@types/react-native": ^0.64.2
react-native-svg: ^12.1.1-0
"@polkadot/ui-shared": 0.74.0
"@polkadot/util": ^6.2.1
"@polkadot/util-crypto": ^6.2.1
"@types/react-native": ^0.64.3
react-native-svg: ^12.1.1
peerDependencies:
"@polkadot/util": "*"
"@polkadot/util-crypto": "*"
@@ -2298,16 +2298,16 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/ui-keyring@0.73.2-0, @polkadot/ui-keyring@workspace:packages/ui-keyring":
"@polkadot/ui-keyring@0.74.0, @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.10
"@polkadot/hw-ledger": ^6.1.2-3
"@polkadot/keyring": ^6.1.2-3
"@polkadot/ui-settings": 0.73.2-0
"@polkadot/util": ^6.1.2-3
"@polkadot/x-rxjs": ^6.1.2-3
"@polkadot/hw-ledger": ^6.2.1
"@polkadot/keyring": ^6.2.1
"@polkadot/ui-settings": 0.74.0
"@polkadot/util": ^6.2.1
"@polkadot/x-rxjs": ^6.2.1
"@types/mkdirp": ^1.0.1
"@types/store": ^2.0.2
mkdirp: ^1.0.4
@@ -2319,13 +2319,13 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/ui-settings@0.73.2-0, @polkadot/ui-settings@workspace:packages/ui-settings":
"@polkadot/ui-settings@0.74.0, @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.10
"@polkadot/networks": ^6.1.2-3
"@polkadot/util": ^6.1.2-3
"@polkadot/networks": ^6.2.1
"@polkadot/util": ^6.2.1
"@types/store": ^2.0.2
eventemitter3: ^4.0.7
store: ^2.0.12
@@ -2335,13 +2335,13 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/ui-shared@0.73.2-0, @polkadot/ui-shared@workspace:packages/ui-shared":
"@polkadot/ui-shared@0.74.0, @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.10
"@polkadot/util": ^6.1.2-3
"@polkadot/util-crypto": ^6.1.2-3
"@polkadot/util": ^6.2.1
"@polkadot/util-crypto": ^6.2.1
"@types/color": ^3.0.1
"@types/xmlserializer": ^0.6.2
color: ^3.1.3
@@ -2351,15 +2351,15 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/util-crypto@npm:6.1.2-3, @polkadot/util-crypto@npm:^6.1.2-3":
version: 6.1.2-3
resolution: "@polkadot/util-crypto@npm:6.1.2-3"
"@polkadot/util-crypto@npm:6.2.1, @polkadot/util-crypto@npm:^6.2.1":
version: 6.2.1
resolution: "@polkadot/util-crypto@npm:6.2.1"
dependencies:
"@babel/runtime": ^7.13.10
"@polkadot/networks": 6.1.2-3
"@polkadot/util": 6.1.2-3
"@polkadot/networks": 6.2.1
"@polkadot/util": 6.2.1
"@polkadot/wasm-crypto": ^4.0.2
"@polkadot/x-randomvalues": 6.1.2-3
"@polkadot/x-randomvalues": 6.2.1
base-x: ^3.0.8
base64-js: ^1.5.1
blakejs: ^1.1.0
@@ -2372,23 +2372,23 @@ __metadata:
tweetnacl: ^1.0.3
xxhashjs: ^0.2.2
peerDependencies:
"@polkadot/util": 6.1.2-3
checksum: 08f947f2089a7a202b10574d97e0d3f20f6ef4b166621e618438282558d77f0c5f9fcb73583563c69c2de019b6ba70ce630662781dafeab251e08ec5096be517
"@polkadot/util": 6.2.1
checksum: 6b7a3e5c19081ca7255e85b66f0576a7945ec07fec9f96f0ff8738d030f48a6fece9782d915f77346d06cf040d0d1b60a94531cfb5927da2b641ca403b6652ec
languageName: node
linkType: hard
"@polkadot/util@npm:6.1.2-3, @polkadot/util@npm:^6.1.2-3":
version: 6.1.2-3
resolution: "@polkadot/util@npm:6.1.2-3"
"@polkadot/util@npm:6.2.1, @polkadot/util@npm:^6.2.1":
version: 6.2.1
resolution: "@polkadot/util@npm:6.2.1"
dependencies:
"@babel/runtime": ^7.13.10
"@polkadot/x-textdecoder": 6.1.2-3
"@polkadot/x-textencoder": 6.1.2-3
"@polkadot/x-textdecoder": 6.2.1
"@polkadot/x-textencoder": 6.2.1
"@types/bn.js": ^4.11.6
bn.js: ^4.11.9
camelcase: ^5.3.1
ip-regex: ^4.3.0
checksum: 659a4530ca5a72ed8f5d2d88dd39daede0cb76c0b6a740419283a75742905280325015860bb55487560e780f3a598221f9d620cfa0df4875e29a291d839ca134
checksum: b4aeafe4eed161ac72a0f42deefe4fb91fcdd4f5aa497dc23f9480de976269e93708aeb18aa37e91b538a88ff60bac55a263b5d4808af4eb77a6bd7ad601c63a
languageName: node
linkType: hard
@@ -2397,9 +2397,9 @@ __metadata:
resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon"
dependencies:
"@babel/runtime": ^7.13.10
"@polkadot/ui-shared": 0.73.2-0
"@polkadot/util": ^6.1.2-3
"@polkadot/util-crypto": ^6.1.2-3
"@polkadot/ui-shared": 0.74.0
"@polkadot/util": ^6.2.1
"@polkadot/util-crypto": ^6.2.1
jdenticon: 3.1.0
vue: ^2.6.12
peerDependencies:
@@ -2441,54 +2441,54 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/x-global@npm:6.1.2-3":
version: 6.1.2-3
resolution: "@polkadot/x-global@npm:6.1.2-3"
"@polkadot/x-global@npm:6.2.1":
version: 6.2.1
resolution: "@polkadot/x-global@npm:6.2.1"
dependencies:
"@babel/runtime": ^7.13.10
"@types/node-fetch": ^2.5.10
node-fetch: ^2.6.1
checksum: 0b65a4ccd4cf4f3cf83b254bb517ca33c1c411dfd0427744e6517571c3ecd74ed7e5768fdd4420d1f7cb78cacc90e6ac6a562a0940bb04e706f2c39eaa6afd55
checksum: ece93e020f9e8fb81c6315b078d7ca4e3a923a93dc90857757b2f14eed3b53243dd09c5cb56a43ca3c64cea6e71b8704788fea1f923f74a420e40fa9d520c9d5
languageName: node
linkType: hard
"@polkadot/x-randomvalues@npm:6.1.2-3":
version: 6.1.2-3
resolution: "@polkadot/x-randomvalues@npm:6.1.2-3"
"@polkadot/x-randomvalues@npm:6.2.1":
version: 6.2.1
resolution: "@polkadot/x-randomvalues@npm:6.2.1"
dependencies:
"@babel/runtime": ^7.13.10
"@polkadot/x-global": 6.1.2-3
checksum: 2b953275203dc7204886343da310647e3916f4c87d3d70c3674eefbf319527e2c95e472bc44d48475e187b910215979d34abda956e7a06b29792aa5b0961f2f9
"@polkadot/x-global": 6.2.1
checksum: 65edcf6401eed14631bf605c035950837f6451d01f52bd65d299436900dae7271761d1018c05cd35fce4c0a7e52c9f134e0d13073e8afbe7eefa600dae035bf5
languageName: node
linkType: hard
"@polkadot/x-rxjs@npm:^6.1.2-3":
version: 6.1.2-3
resolution: "@polkadot/x-rxjs@npm:6.1.2-3"
"@polkadot/x-rxjs@npm:^6.2.1":
version: 6.2.1
resolution: "@polkadot/x-rxjs@npm:6.2.1"
dependencies:
"@babel/runtime": ^7.13.10
rxjs: ^6.6.7
checksum: 63da9d94d28798e07594c74858be573e238d2cb60fd1b30706e270010e4f281940643caad7405813e8db3b55d3e74db51bfebc544ad9667ee096b64f213fcc6b
checksum: 815672accbea5fe295f4de0bad50db5e223785ba1655bbbdf2af7b379eadb0479b4a7b1bef12757e8f58911144268f9dc47dc9c104cfd141e53f5d048ae96a66
languageName: node
linkType: hard
"@polkadot/x-textdecoder@npm:6.1.2-3":
version: 6.1.2-3
resolution: "@polkadot/x-textdecoder@npm:6.1.2-3"
"@polkadot/x-textdecoder@npm:6.2.1":
version: 6.2.1
resolution: "@polkadot/x-textdecoder@npm:6.2.1"
dependencies:
"@babel/runtime": ^7.13.10
"@polkadot/x-global": 6.1.2-3
checksum: 0382bf1aa0af59ae4abaa18f22ad6d72c58f533676b300f282bf7cfdbae02ac9a6b2fde3ba3ff512c8e22f9a4ef02f2c774bcc065ec7b82c6863f63d51e428bd
"@polkadot/x-global": 6.2.1
checksum: ff17e0db6d83509ede097dfcb17a662c198957edc4fb618dc024f4a46473392fbac187fa814a7819b61caa413d3a48a1d24aa794881c302d0a70cf77397b5ba8
languageName: node
linkType: hard
"@polkadot/x-textencoder@npm:6.1.2-3":
version: 6.1.2-3
resolution: "@polkadot/x-textencoder@npm:6.1.2-3"
"@polkadot/x-textencoder@npm:6.2.1":
version: 6.2.1
resolution: "@polkadot/x-textencoder@npm:6.2.1"
dependencies:
"@babel/runtime": ^7.13.10
"@polkadot/x-global": 6.1.2-3
checksum: 6ac51d557bc47505a5cd83f7c125df30ff4d80cf30e787e50d0f576b827415f07424ae378877e3418374061016d23b5276b62fe8e971c7ccc3fa9281525452fe
"@polkadot/x-global": 6.2.1
checksum: 388e9c5d106199a889f2e87ebd9b447b147c699dfd98c0aad60761a697c16f0d840f7b458e5aaffaa23c73687844c6b19714eb35c0af1d20ab4d6ef21045bd2f
languageName: node
linkType: hard
@@ -3014,12 +3014,12 @@ __metadata:
languageName: node
linkType: hard
"@types/react-native@npm:^0.64.2":
version: 0.64.2
resolution: "@types/react-native@npm:0.64.2"
"@types/react-native@npm:^0.64.3":
version: 0.64.3
resolution: "@types/react-native@npm:0.64.3"
dependencies:
"@types/react": "*"
checksum: 6536667ffc06fc87580be381146ef393b5e695ce6d176df46bf1dcda2470625480113bf13352b5ad2df833f6e888ab8a2564a225e825a2888056e565750f060c
checksum: e15948f33c42ce7a7b3b68285ab8f05da23e871084a2dd00dfcc15ddc5bec502c51a204b44fec68bfe0225fa0547eda54ae5ba6f5bcb532b46d52448ba9716f4
languageName: node
linkType: hard
@@ -6970,12 +6970,12 @@ __metadata:
dependencies:
"@babel/core": ^7.13.15
"@babel/runtime": ^7.13.10
"@polkadot/keyring": ^6.1.2-3
"@polkadot/reactnative-identicon": 0.73.2-0
"@polkadot/ui-keyring": 0.73.2-0
"@polkadot/ui-settings": 0.73.2-0
"@polkadot/util": ^6.1.2-3
"@polkadot/util-crypto": ^6.1.2-3
"@polkadot/keyring": ^6.2.1
"@polkadot/reactnative-identicon": 0.74.0
"@polkadot/ui-keyring": 0.74.0
"@polkadot/ui-settings": 0.74.0
"@polkadot/util": ^6.2.1
"@polkadot/util-crypto": ^6.2.1
"@react-native-community/async-storage": ^1.12.1
"@react-native-community/cli-platform-ios": ^5.0.1-alpha.2
"@types/react-test-renderer": 17.0.1
@@ -6990,7 +6990,7 @@ __metadata:
react-native-crypto: ^2.2.0
react-native-randombytes: ^3.6.0
react-test-renderer: 17.0.2
stream-http: ^3.1.1
stream-http: ^3.2.0
languageName: unknown
linkType: soft
@@ -12914,16 +12914,16 @@ fsevents@~2.1.2:
languageName: node
linkType: hard
"react-native-svg@npm:^12.1.1-0":
version: 12.1.1-0
resolution: "react-native-svg@npm:12.1.1-0"
"react-native-svg@npm:^12.1.1":
version: 12.1.1
resolution: "react-native-svg@npm:12.1.1"
dependencies:
css-select: ^2.1.0
css-tree: ^1.0.0-alpha.39
peerDependencies:
react: "*"
react-native: ">=0.50.0"
checksum: b740d01119d115b2a3909c78e91b46e220dcc0017c70266b88ea1f576a3b64aa7373e86e2440bbd762544b9bc183faa6147509543c9e738ed233cc9f3d59896f
checksum: 9c2e353d5d28960c0fe79017d2ac3c592bdeb822b854714e0d8f9975d588ca4eceb68100abfff04f4ad2d672158a9b704b3bd8e3c5806d79724c8839dfdb4b08
languageName: node
linkType: hard
@@ -14467,15 +14467,15 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard
"stream-http@npm:^3.1.1":
version: 3.1.1
resolution: "stream-http@npm:3.1.1"
"stream-http@npm:^3.2.0":
version: 3.2.0
resolution: "stream-http@npm:3.2.0"
dependencies:
builtin-status-codes: ^3.0.0
inherits: ^2.0.4
readable-stream: ^3.6.0
xtend: ^4.0.2
checksum: 59334d615fdd774d1a8ac73ed5f348986c96ebfc0c3679a162a37838f07839ba3607e3e1a042ea78a1d920a8cf2c3ccacbb91ff9538975e9dfdcadae2ca7eb42
checksum: b25c176492794a7c9b06b3703f7291d44ad0352b35863f88a8cbf9128c367d654908dc63606b2166d6f24cab19d6e7264a32c0488832336f9e811527bb0b2540
languageName: node
linkType: hard