* 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 -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"
},