Fix CosmJS version mismatch caused by merging 0.22 into master

This commit is contained in:
Simon Warta 2020-08-18 12:46:46 +02:00
parent d4f3076b94
commit 72b1b17678

View File

@ -46,13 +46,13 @@
},
"dependencies": {
"@confio/ics23": "^0.6.3",
"@cosmjs/encoding": "^0.22.1",
"@cosmjs/launchpad": "^0.22.1",
"@cosmjs/math": "^0.22.1",
"@cosmjs/proto-signing": "^0.22.1",
"@cosmjs/stream": "^0.22.1",
"@cosmjs/tendermint-rpc": "^0.22.1",
"@cosmjs/utils": "^0.22.1",
"@cosmjs/encoding": "^0.22.2",
"@cosmjs/launchpad": "^0.22.2",
"@cosmjs/math": "^0.22.2",
"@cosmjs/proto-signing": "^0.22.2",
"@cosmjs/stream": "^0.22.2",
"@cosmjs/tendermint-rpc": "^0.22.2",
"@cosmjs/utils": "^0.22.2",
"protobufjs": "~6.10.0"
}
}