Update @cosmjs
dependency version for Typescript client apps
#3638
Labels
component:js
Pull requests that update Javascript code
component:ts-client
good first issue
Good for newcomers
investigation
type:bug
Something isn't working
Milestone
Ignite CLI can generate a Typescript client and also Vue or React application code which depend on the generated Typescript client code.
Currently there is a dependency issue with Cosmjs because the
@cosmjs/*
versions are not the same between the Typescript code and the application code.The issue should be fixed by making sure that all
@cosmjs/*
versions are the same in all scaffoldedpackage.json
files.The text was updated successfully, but these errors were encountered: