Bump deps (& use packageInfo detection) (#441)

This commit is contained in:
Jaco Greeff
2021-02-16 13:27:29 +01:00
committed by GitHub
parent 756af81132
commit 1fb62d2964
21 changed files with 430 additions and 361 deletions
+4 -4
View File
@@ -13,11 +13,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.13",
"@polkadot/hw-ledger": "^5.6.2",
"@polkadot/keyring": "^5.6.2",
"@polkadot/hw-ledger": "^5.6.3",
"@polkadot/keyring": "^5.6.3",
"@polkadot/ui-settings": "0.69.2-0",
"@polkadot/util": "^5.6.2",
"@polkadot/x-rxjs": "^5.6.2",
"@polkadot/util": "^5.6.3",
"@polkadot/x-rxjs": "^5.6.3",
"mkdirp": "^1.0.4",
"store": "^2.0.12"
},