This commit is contained in:
Jaco Greeff
2020-12-21 09:45:38 +01:00
parent a25ae21074
commit 9a20feb417
11 changed files with 127 additions and 135 deletions
+4 -4
View File
@@ -14,16 +14,16 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/keyring": "^5.0.2-8",
"@polkadot/keyring": "^5.1.1",
"@polkadot/ledger": "^0.63.2-3",
"@polkadot/ui-settings": "0.63.2-3",
"@polkadot/util": "^5.0.2-8",
"@polkadot/x-rxjs": "^3.0.2-9",
"@polkadot/util": "^5.1.1",
"@polkadot/x-rxjs": "^3.1.1",
"mkdirp": "^1.0.4",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/types": "^3.0.2-9",
"@polkadot/types": "^3.1.1",
"@types/mkdirp": "^1.0.1",
"@types/store": "^2.0.2"
},