Skip to content

Commit

Permalink
build(deps): bump @cosmjs/* dependencies to 0.31.1 (#759)
Browse files Browse the repository at this point in the history
## Description

Closes #756 
Closes #749
Closes #748
Closes #745 
Closes #740 
Closes #737 
Closes #736

<!-- Add a description of the changes that this PR introduces and the
files that
are the most critical to review. -->

This PR updates the versions of all `@cosmjs/*` dependencies to
`0.31.1`.

Due to ongoing issues with the GitHub actions, the automated testing
isn't functioning as expected. Here is a screenshot as evidence that the
tests are successfully passing:

![Screen-20230828-154240](https://github.com/desmos-labs/desmjs/assets/6245917/d7f51dae-2bba-4d3a-ba6b-d5fd7b7f90ab)


---

### Author Checklist

*All items are required. Please add a note to the item if the item is
not applicable and
please add links to any relevant follow up issues.*

I have...

- [ ] included the correct [type
prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [ ] targeted the correct branch (see [PR
Targeting](https://github.com/desmos-labs/desmjs/blob/master/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable
and please add
your handle next to the items reviewed if you only reviewed selected
items.*

I have...

- [ ] confirmed the correct [type
prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [ ] confirmed all author checklist items have been addressed
- [ ] confirmed that this PR does not change production code
  • Loading branch information
manu0466 authored Aug 29, 2023
1 parent bd5c372 commit bc0d264
Show file tree
Hide file tree
Showing 7 changed files with 129 additions and 140 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"publish-latest": "yarn workspaces foreach --exclude desmjs-documentation --no-private exec yarn npm publish"
},
"devDependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.0",
"@cosmjs/crypto": "^0.31.0",
"@cosmjs/cosmwasm-stargate": "^0.31.1",
"@cosmjs/crypto": "^0.31.1",
"@cosmjs/encoding": "^0.31.1",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/utils": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.1",
"@cosmjs/utils": "^0.31.1",
"@desmoslabs/desmjs": "workspace:packages/core",
"@desmoslabs/desmjs-types": "workspace:packages/types",
"@types/long": "^4.0.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@cosmjs/amino": "^0.31.0",
"@cosmjs/cosmwasm-stargate": "^0.31.0",
"@cosmjs/crypto": "^0.31.0",
"@cosmjs/amino": "^0.31.1",
"@cosmjs/cosmwasm-stargate": "^0.31.1",
"@cosmjs/crypto": "^0.31.1",
"@cosmjs/encoding": "^0.31.1",
"@cosmjs/math": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@cosmjs/tendermint-rpc": "^0.31.0",
"@cosmjs/utils": "^0.31.0",
"@cosmjs/math": "^0.31.1",
"@cosmjs/proto-signing": "^0.31.1",
"@cosmjs/stargate": "^0.31.1",
"@cosmjs/tendermint-rpc": "^0.31.1",
"@cosmjs/utils": "^0.31.1",
"@desmoslabs/desmjs-types": "workspace:packages/types",
"cosmjs-types": "^0.8.0",
"cosmos-wallet": "^1.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/keplr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@cosmjs/amino": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/utils": "^0.31.0",
"@cosmjs/amino": "^0.31.1",
"@cosmjs/proto-signing": "^0.31.1",
"@cosmjs/utils": "^0.31.1",
"@desmoslabs/desmjs": "workspace:packages/core",
"@keplr-wallet/types": "0.12.21",
"cosmjs-types": "^0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build": "yarn generate-code"
},
"dependencies": {
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.1",
"long": "^4.0.0",
"protobufjs": "^7.2.5"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/walletconnect-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"lint": "eslint src --ignore-path ../../.gitignore --max-warnings 0 --ext .js,.ts"
},
"dependencies": {
"@cosmjs/amino": "^0.31.0",
"@cosmjs/amino": "^0.31.1",
"@cosmjs/encoding": "^0.31.1",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@cosmjs/utils": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.1",
"@cosmjs/stargate": "^0.31.1",
"@cosmjs/utils": "^0.31.1",
"@desmoslabs/desmjs": "workspace:packages/core",
"@desmoslabs/desmjs-types": "workspace:packages/types",
"@walletconnect/qrcode-modal": "^1.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3auth-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@cosmjs/amino": "^0.31.0",
"@cosmjs/amino": "^0.31.1",
"@cosmjs/encoding": "^0.31.1",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.1",
"@desmoslabs/desmjs": "workspace:packages/core",
"@web3auth/base": "^6.1.7",
"@web3auth/modal": "^6.1.8",
Expand Down
Loading

0 comments on commit bc0d264

Please sign in to comment.