This commit is contained in:
Jaco
2021-05-16 21:19:53 +03:00
committed by GitHub
parent 1cbad7a0df
commit e3719881e7
14 changed files with 213 additions and 202 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.75.2-4",
"version": "0.76.0",
"type": "module",
"main": "index.js",
"sideEffects": [
@@ -14,11 +14,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/hw-ledger": "^6.3.2-13",
"@polkadot/keyring": "^6.3.2-13",
"@polkadot/ui-settings": "0.75.2-4",
"@polkadot/util": "^6.3.2-13",
"@polkadot/x-rxjs": "^6.3.2-13",
"@polkadot/hw-ledger": "^6.4.1",
"@polkadot/keyring": "^6.4.1",
"@polkadot/ui-settings": "0.76.0",
"@polkadot/util": "^6.4.1",
"@polkadot/x-rxjs": "^6.4.1",
"mkdirp": "^1.0.4",
"store": "^2.0.12"
},