WebHid selection (#477)

This commit is contained in:
Jaco
2021-06-03 08:02:42 +03:00
committed by GitHub
parent d3e5ba557d
commit dd21ee2eb4
12 changed files with 137 additions and 112 deletions
+3 -3
View File
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^6.6.1",
"@polkadot/keyring": "^6.6.2-8",
"@polkadot/reactnative-identicon": "0.78.2-7",
"@polkadot/ui-keyring": "0.78.2-7",
"@polkadot/ui-settings": "0.78.2-7",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"@polkadot/util": "^6.6.2-8",
"@polkadot/util-crypto": "^6.6.2-8",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
+3 -3
View File
@@ -13,11 +13,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/keyring": "^6.6.1",
"@polkadot/keyring": "^6.6.2-8",
"@polkadot/ui-settings": "0.78.2-7",
"@polkadot/ui-shared": "0.78.2-7",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"@polkadot/util": "^6.6.2-8",
"@polkadot/util-crypto": "^6.6.2-8",
"color": "^3.1.3",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.0",
+2 -2
View File
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"@polkadot/util": "^6.6.2-8",
"@polkadot/util-crypto": "^6.6.2-8",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.3.0"
+2 -2
View File
@@ -14,8 +14,8 @@
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/ui-shared": "0.78.2-7",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"@polkadot/util": "^6.6.2-8",
"@polkadot/util-crypto": "^6.6.2-8",
"react-native-svg": "^12.1.1"
},
"peerDependencies": {
+4 -4
View File
@@ -14,11 +14,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/hw-ledger": "^6.6.1",
"@polkadot/keyring": "^6.6.1",
"@polkadot/hw-ledger": "^6.6.2-8",
"@polkadot/keyring": "^6.6.2-8",
"@polkadot/ui-settings": "0.78.2-7",
"@polkadot/util": "^6.6.1",
"@polkadot/x-rxjs": "^6.6.1",
"@polkadot/util": "^6.6.2-8",
"@polkadot/x-rxjs": "^6.6.2-8",
"mkdirp": "^1.0.4",
"store": "^2.0.12"
},
+2 -2
View File
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/networks": "^6.6.1",
"@polkadot/util": "^6.6.1",
"@polkadot/networks": "^6.6.2-8",
"@polkadot/util": "^6.6.2-8",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
+6 -1
View File
@@ -19,7 +19,12 @@ export const LEDGER_CONN: Option[] = [
// },
{
info: 'webusb',
text: 'Attach Ledger via WebUSB',
text: 'Attach Ledger via WebUSB (Chrome, recommended)',
value: 'webusb'
},
{
info: 'hid',
text: 'Attach Ledger via WebHID (Chrome)',
value: 'hid'
}
];
+2 -2
View File
@@ -17,8 +17,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"@polkadot/util": "^6.6.2-8",
"@polkadot/util-crypto": "^6.6.2-8",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.2"
}
+2 -2
View File
@@ -14,8 +14,8 @@
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/ui-shared": "0.78.2-7",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"@polkadot/util": "^6.6.2-8",
"@polkadot/util-crypto": "^6.6.2-8",
"jdenticon": "3.1.0"
},
"peerDependencies": {