Bump deps (#417)

This commit is contained in:
Jaco Greeff
2020-12-11 19:08:39 +01:00
committed by GitHub
parent 0795451801
commit 7607dc9e9d
16 changed files with 139 additions and 130 deletions
+4 -4
View File
@@ -10,16 +10,16 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/keyring": "^4.2.2-12",
"@polkadot/keyring": "^4.2.2-14",
"@polkadot/ledger": "^0.62.2-26",
"@polkadot/ui-settings": "0.62.2-26",
"@polkadot/util": "^4.2.2-12",
"@polkadot/util": "^4.2.2-14",
"@polkadot/x-rxjs": "^2.10.2-13",
"mkdirp": "^1.0.4",
"rxjs": "^6.6.3",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/types": "^2.10.2-12",
"@polkadot/types": "^2.10.2-13",
"@types/mkdirp": "^1.0.1",
"@types/store": "^2.0.2"
},