Skip to content

Commit

Permalink
Loosened versioning of @cosmjs packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson Aberle committed Sep 18, 2023
1 parent d72eb47 commit ad78600
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
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 ad78600

Please sign in to comment.