This commit is contained in:
Jaco Greeff
2020-12-18 11:50:32 +01:00
parent 3746b608b2
commit f9428ee6d2
16 changed files with 163 additions and 153 deletions
+4 -4
View File
@@ -14,16 +14,16 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/keyring": "^5.0.2-6",
"@polkadot/keyring": "^5.0.2-8",
"@polkadot/ledger": "^0.63.2-2",
"@polkadot/ui-settings": "0.63.2-2",
"@polkadot/util": "^5.0.2-6",
"@polkadot/x-rxjs": "^3.0.2-7",
"@polkadot/util": "^5.0.2-8",
"@polkadot/x-rxjs": "^3.0.2-9",
"mkdirp": "^1.0.4",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/types": "^3.0.2-7",
"@polkadot/types": "^3.0.2-9",
"@types/mkdirp": "^1.0.1",
"@types/store": "^2.0.2"
},