This commit is contained in:
Jaco
2021-06-20 08:13:03 +03:00
committed by GitHub
parent 106784d5b4
commit c65e7a28c7
14 changed files with 144 additions and 131 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.80.2-2",
"version": "0.81.0",
"type": "module",
"main": "index.js",
"sideEffects": [
@@ -14,11 +14,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.5",
"@polkadot/hw-ledger": "^6.8.1",
"@polkadot/keyring": "^6.8.1",
"@polkadot/ui-settings": "0.80.2-2",
"@polkadot/util": "^6.8.1",
"@polkadot/x-rxjs": "^6.8.1",
"@polkadot/hw-ledger": "^6.9.1",
"@polkadot/keyring": "^6.9.1",
"@polkadot/ui-settings": "0.81.0",
"@polkadot/util": "^6.9.1",
"@polkadot/x-rxjs": "^6.9.1",
"mkdirp": "^1.0.4",
"store": "^2.0.12"
},