* Swap with USB libs

* Update dev

* Bump deps
This commit is contained in:
Jaco Greeff
2020-11-11 13:36:38 +01:00
committed by GitHub
parent 3c743bd668
commit c71da72328
17 changed files with 142 additions and 154 deletions
+3 -3
View File
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^4.0.2-11",
"@polkadot/keyring": "^4.0.2-12",
"@polkadot/reactnative-identicon": "0.62.2-9",
"@polkadot/ui-keyring": "0.62.2-9",
"@polkadot/ui-settings": "0.62.2-9",
"@polkadot/util": "^4.0.2-11",
"@polkadot/util-crypto": "^4.0.2-11",
"@polkadot/util": "^4.0.2-12",
"@polkadot/util-crypto": "^4.0.2-12",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
+1 -1
View File
@@ -14,7 +14,7 @@
"@ledgerhq/hw-transport-webusb": "^5.28.0"
},
"devDependencies": {
"@polkadot/types": "^2.6.2-5",
"@polkadot/types": "^2.6.2-7",
"@types/ledgerhq__hw-transport-node-hid": "^4.22.2",
"@types/ledgerhq__hw-transport-webusb": "^4.70.1"
},
+2 -3
View File
@@ -7,16 +7,15 @@
"contributors": [],
"license": "Apache-2.0",
"main": "index.js",
"module": "esm/index.js",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/ledger-transports": "0.62.2-9",
"@polkadot/util": "^4.0.2-11",
"@polkadot/util": "^4.0.2-12",
"@zondax/ledger-polkadot": "^0.11.0"
},
"devDependencies": {
"@polkadot/types": "^2.6.2-5"
"@polkadot/types": "^2.6.2-7"
},
"peerDependencies": {
"@polkadot/util": "*"
+3 -4
View File
@@ -3,18 +3,17 @@
"version": "0.62.2-9",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"module": "esm/index.js",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/keyring": "^4.0.2-11",
"@polkadot/keyring": "^4.0.2-12",
"@polkadot/ui-settings": "0.62.2-9",
"@polkadot/ui-shared": "0.62.2-9",
"@polkadot/util": "^4.0.2-11",
"@polkadot/util-crypto": "^4.0.2-11",
"@polkadot/util": "^4.0.2-12",
"@polkadot/util-crypto": "^4.0.2-12",
"color": "^3.1.3",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "2.2.0",
+2 -3
View File
@@ -3,15 +3,14 @@
"version": "0.62.2-9",
"description": "Generates and reads QR codes",
"main": "index.js",
"module": "esm/index.js",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/util": "^4.0.2-11",
"@polkadot/util-crypto": "^4.0.2-11",
"@polkadot/util": "^4.0.2-12",
"@polkadot/util-crypto": "^4.0.2-12",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.2.1"
+2 -3
View File
@@ -3,7 +3,6 @@
"version": "0.62.2-9",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"module": "esm/index.js",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
@@ -11,8 +10,8 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/ui-shared": "0.62.2-9",
"@polkadot/util": "^4.0.2-11",
"@polkadot/util-crypto": "^4.0.2-11",
"@polkadot/util": "^4.0.2-12",
"@polkadot/util-crypto": "^4.0.2-12",
"react-native-svg": "^12.1.0"
},
"peerDependencies": {
+3 -4
View File
@@ -2,7 +2,6 @@
"name": "@polkadot/ui-keyring",
"version": "0.62.2-9",
"main": "index.js",
"module": "esm/index.js",
"sideEffects": false,
"repository": "github:polkadot-js/apps",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -11,16 +10,16 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/keyring": "^4.0.2-11",
"@polkadot/keyring": "^4.0.2-12",
"@polkadot/ledger": "^0.62.2-9",
"@polkadot/ui-settings": "0.62.2-9",
"@polkadot/util": "^4.0.2-11",
"@polkadot/util": "^4.0.2-12",
"mkdirp": "^1.0.4",
"rxjs": "^6.6.3",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/types": "^2.6.2-5",
"@polkadot/types": "^2.6.2-7",
"@types/mkdirp": "^1.0.1",
"@types/store": "^2.0.2"
},
+2 -3
View File
@@ -3,15 +3,14 @@
"version": "0.62.2-9",
"description": "Manages app settings",
"main": "index.js",
"module": "esm/index.js",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/networks": "^4.0.2-11",
"@polkadot/util": "^4.0.2-11",
"@polkadot/networks": "^4.0.2-12",
"@polkadot/util": "^4.0.2-12",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
+2 -3
View File
@@ -3,7 +3,6 @@
"version": "0.62.2-9",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
"module": "esm/index.js",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
@@ -17,8 +16,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^4.0.2-11",
"@polkadot/util-crypto": "^4.0.2-11",
"@polkadot/util": "^4.0.2-12",
"@polkadot/util-crypto": "^4.0.2-12",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.1"
}
+2 -3
View File
@@ -5,14 +5,13 @@
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"main": "index.js",
"module": "esm/index.js",
"sideEffects": false,
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/ui-shared": "0.62.2-9",
"@polkadot/util": "^4.0.2-11",
"@polkadot/util-crypto": "^4.0.2-11",
"@polkadot/util": "^4.0.2-12",
"@polkadot/util-crypto": "^4.0.2-12",
"jdenticon": "2.2.0"
},
"peerDependencies": {