Skip to content

Commit

Permalink
chore: upgrade cosmjs + keplr dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrsoares committed Aug 3, 2022
1 parent 828672c commit 602c289
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 232 deletions.
10 changes: 5 additions & 5 deletions wallet-keplr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"types": "src/index.ts",
"dependencies": {
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.28.4",
"@cosmjs/stargate": "^0.28.4",
"@cosmjs/tendermint-rpc": "^0.28.4",
"@keplr-wallet/cosmos": "^0.9.16",
"@keplr-wallet/stores": "^0.9.18",
"@cosmjs/proto-signing": "^0.28.11",
"@cosmjs/stargate": "^0.28.11",
"@cosmjs/tendermint-rpc": "^0.28.11",
"@keplr-wallet/cosmos": "^0.10.14",
"@keplr-wallet/stores": "^0.10.14",
"@sifchain/sdk": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions wallet-terra-station/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"types": "src/index.ts",
"dependencies": {
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.28.4",
"@cosmjs/stargate": "^0.28.4",
"@cosmjs/tendermint-rpc": "^0.28.4",
"@cosmjs/proto-signing": "^0.28.11",
"@cosmjs/stargate": "^0.28.11",
"@cosmjs/tendermint-rpc": "^0.28.11",
"@sifchain/sdk": "workspace:*",
"@sifchain/wallet-keplr": "workspace:*",
"@terra-money/terra.js": "2.0.14",
Expand Down
Loading

0 comments on commit 602c289

Please sign in to comment.