Skip to content

Commit

Permalink
Dependency bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xp3gasus committed Feb 6, 2024
1 parent bde40eb commit 106ce65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/xchain-mayachain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"dependencies": {
"@cosmjs/encoding": "0.31.1",
"@cosmjs/crypto": "0.31.1",
"@cosmjs/proto-signing": "0.31.1",
"cosmjs-types": "0.8.0",
"@xchainjs/xchain-client": "0.16.1",
"@xchainjs/xchain-cosmos-sdk": "0.2.1",
"@xchainjs/xchain-util": "0.13.2",
Expand All @@ -44,9 +46,7 @@
"protobufjs": "6.11.4"
},
"devDependencies": {
"@cosmjs/amino": "0.31.1",
"@cosmjs/proto-signing": "0.31.1",
"cosmjs-types": "0.8.0"
"@cosmjs/amino": "0.31.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/xchain-thorchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"dependencies": {
"@cosmjs/encoding": "0.31.1",
"@cosmjs/crypto": "0.31.1",
"@cosmjs/proto-signing": "0.31.1",
"cosmjs-types": "0.8.0",
"@xchainjs/xchain-client": "0.16.1",
"@xchainjs/xchain-cosmos-sdk": "0.2.2",
"@xchainjs/xchain-util": "0.13.2",
Expand All @@ -44,9 +46,7 @@
"protobufjs": "6.11.4"
},
"devDependencies": {
"@cosmjs/amino": "0.31.1",
"@cosmjs/proto-signing": "0.31.1",
"cosmjs-types": "0.8.0"
"@cosmjs/amino": "0.31.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 106ce65

Please sign in to comment.