Skip to content

Commit

Permalink
feat: Update ts client deps (#3811)
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Dec 5, 2023
1 parent 3c07f75 commit 09a7b96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ignite/pkg/cosmosgen/templates/root/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"build": "NODE_OPTIONS='--max-old-space-size=16384' tsc"
},
"dependencies": {
"@cosmjs/proto-signing": "0.31.1",
"@cosmjs/stargate": "0.31.1",
"@keplr-wallet/types": "^0.11.3",
"@cosmjs/proto-signing": "0.32.1",
"@cosmjs/stargate": "0.32.1",
"@keplr-wallet/types": "^0.12.44",
"axios": "0.21.4",
"buffer": "^6.0.3",
"events": "^3.3.0"
},
"peerDependencies": {
"@cosmjs/proto-signing": "0.31.1",
"@cosmjs/stargate": "0.31.1"
"@cosmjs/proto-signing": "0.32.1",
"@cosmjs/stargate": "0.32.1"
},
"devDependencies": {
"@types/events": "^3.0.0",
Expand Down

0 comments on commit 09a7b96

Please sign in to comment.