Upgrade IOV Core to v2.0.2

This commit is contained in:
Simon Warta
2020-02-14 16:22:42 +01:00
parent 843bed9e04
commit a12ceb8916
5 changed files with 49 additions and 49 deletions
+6 -6
View File
@@ -39,11 +39,11 @@
},
"dependencies": {
"@cosmwasm/sdk": "^0.0.3",
"@iov/bcp": "^2.0.0-alpha.7",
"@iov/crypto": "^2.0.0-alpha.7",
"@iov/encoding": "^2.0.0-alpha.7",
"@iov/stream": "^2.0.0-alpha.7",
"@iov/utils": "^2.0.0-alpha.7",
"@iov/bcp": "^2.0.2",
"@iov/crypto": "^2.0.2",
"@iov/encoding": "^2.0.2",
"@iov/stream": "^2.0.2",
"@iov/utils": "^2.0.2",
"@types/bn.js": "^4.11.6",
"bn.js": "^5.1.1",
"fast-deep-equal": "^3.1.1",
@@ -51,6 +51,6 @@
"xstream": "^11.11.0"
},
"devDependencies": {
"@iov/keycontrol": "^2.0.0-alpha.7"
"@iov/keycontrol": "^2.0.2"
}
}