Skip to content

Commit

Permalink
chore: avoid downstream dependency runtime errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Sep 11, 2024
1 parent f326f17 commit 34a427b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@cosmjs/amino": "^0.32.3",
"@cosmjs/crypto": "^0.32.3",
"@cosmjs/encoding": "^0.32.3",
"@cosmjs/math": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
"@cosmostation/extension-client": "^0.1.15",
Expand All @@ -34,6 +35,7 @@
"axios": "^0.27.2",
"bech32": "2.0.0",
"bignumber.js": "9.1.2",
"cosmjs-types": "^0.9.0",
"humanize-number": "0.0.2",
"qs": "^6.10.5"
},
Expand Down
4 changes: 4 additions & 0 deletions common/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^4.7.3"
},
"dependencies": {
"long": "^5.2.3",
"protobufjs": "^7.4.0"
}
}

0 comments on commit 34a427b

Please sign in to comment.