This commit is contained in:
Jaco Greeff
2020-12-14 13:21:52 +01:00
committed by GitHub
parent 0e810ba308
commit 8dd942d070
16 changed files with 221 additions and 332 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.62.2-28",
"version": "0.63.0",
"main": "index.js",
"sideEffects": false,
"repository": "github:polkadot-js/apps",
@@ -10,16 +10,16 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/keyring": "^4.2.2-15",
"@polkadot/ledger": "^0.62.2-28",
"@polkadot/ui-settings": "0.62.2-28",
"@polkadot/util": "^4.2.2-15",
"@polkadot/x-rxjs": "^2.10.2-14",
"@polkadot/keyring": "^5.0.1",
"@polkadot/ledger": "^0.63.0",
"@polkadot/ui-settings": "0.63.0",
"@polkadot/util": "^5.0.1",
"@polkadot/x-rxjs": "^3.0.1",
"mkdirp": "^1.0.4",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/types": "^2.10.2-14",
"@polkadot/types": "^3.0.1",
"@types/mkdirp": "^1.0.1",
"@types/store": "^2.0.2"
},