This commit is contained in:
Jaco
2021-07-11 13:25:29 +03:00
committed by GitHub
parent 63440d051f
commit 3e555546cd
14 changed files with 140 additions and 138 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.83.2-5",
"version": "0.84.0",
"type": "module",
"main": "index.js",
"sideEffects": [
@@ -14,10 +14,10 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@polkadot/hw-ledger": "^6.11.2-15",
"@polkadot/keyring": "^6.11.2-15",
"@polkadot/ui-settings": "0.83.2-5",
"@polkadot/util": "^6.11.2-15",
"@polkadot/hw-ledger": "^7.0.1",
"@polkadot/keyring": "^7.0.1",
"@polkadot/ui-settings": "0.84.0",
"@polkadot/util": "^7.0.1",
"mkdirp": "^1.0.4",
"rxjs": "^7.2.0",
"store": "^2.0.12"