Skip to content

Commit

Permalink
Merge pull request #84 from sei-protocol/issue/80-dependency-loosening
Browse files Browse the repository at this point in the history
Loosened versioning of @cosmjs packages
  • Loading branch information
codebycarson authored Sep 18, 2023
2 parents d72eb47 + 2183459 commit 4c2f8a9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions .changeset/neat-starfishes-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@sei-js/proto': patch
'@sei-js/react': patch
'@sei-js/core': patch
---

Loosened versioning of required @cosmjs dependencies
20 changes: 10 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"license": "MIT",
"private": false,
"dependencies": {
"@cosmjs/amino": "0.29.5",
"@cosmjs/cosmwasm-stargate": "0.29.5",
"@cosmjs/crypto": "0.29.5",
"@cosmjs/encoding": "0.29.5",
"@cosmjs/json-rpc": "0.29.5",
"@cosmjs/math": "0.29.5",
"@cosmjs/proto-signing": "0.29.5",
"@cosmjs/stargate": "0.29.5",
"@cosmjs/tendermint-rpc": "0.29.5",
"@cosmjs/utils": "0.29.5",
"@cosmjs/amino": "^0.29.5",
"@cosmjs/cosmwasm-stargate": "^0.29.5",
"@cosmjs/crypto": "^0.29.5",
"@cosmjs/encoding": "^0.29.5",
"@cosmjs/json-rpc": "^0.29.5",
"@cosmjs/math": "^0.29.5",
"@cosmjs/proto-signing": "^0.29.5",
"@cosmjs/stargate": "^0.29.5",
"@cosmjs/tendermint-rpc": "^0.29.5",
"@cosmjs/utils": "^0.29.5",
"@ethersproject/keccak256": "^5.7.0",
"@keplr-wallet/types": "^0.11.41",
"@sei-js/proto": "^3.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@cosmjs/amino": "0.29.5",
"@cosmjs/encoding": "0.29.5",
"@cosmjs/proto-signing": "0.29.5",
"@cosmjs/stargate": "0.29.5",
"@cosmjs/tendermint-rpc": "0.29.5",
"@cosmjs/amino": "^0.29.5",
"@cosmjs/encoding": "^0.29.5",
"@cosmjs/proto-signing": "^0.29.5",
"@cosmjs/stargate": "^0.29.5",
"@cosmjs/tendermint-rpc": "^0.29.5",
"@osmonauts/helpers": "^0.6.0",
"@osmonauts/lcd": "^0.8.0",
"protobufjs": "^6.11.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"private": false,
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@sei-js/core": "3.0.3",
"@sei-js/core": "^3.0.3",
"react-outside-click-handler": "^1.3.0",
"buffer": "^6.0.3",
"process": "^0.11.10"
Expand Down

0 comments on commit 4c2f8a9

Please sign in to comment.