Skip to content

Commit

Permalink
chore: update verions
Browse files Browse the repository at this point in the history
  • Loading branch information
quangdz1704 committed Nov 22, 2024
1 parent 1977f15 commit df2c0d8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/oraidex-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-common",
"version": "1.2.0-beta.2",
"version": "1.2.0-beta.3",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@oraichain/oraidex-contracts-sdk": "latest",
"@injectivelabs/sdk-ts": "1.12.1",
"tronweb": "6.0.0-beta.4",
"@oraichain/common": "1.1.5-beta.1"
"@oraichain/common": "1.1.5-beta.2"
},
"devDependencies": {},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/oraiswap-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraiswap-v3",
"version": "1.2.0-beta.2",
"version": "1.2.0-beta.3",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -16,6 +16,6 @@
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@oraichain/oraidex-contracts-sdk": "^1.0.54",
"@oraichain/oraidex-common": "1.2.0-beta.2"
"@oraichain/oraidex-common": "1.2.0-beta.3"
}
}
6 changes: 3 additions & 3 deletions packages/universal-swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-universal-swap",
"version": "1.2.0-beta.2",
"version": "1.2.0-beta.3",
"main": "build/index.js",
"files": [
"build/"
Expand All @@ -11,12 +11,12 @@
},
"license": "MIT",
"dependencies": {
"@oraichain/oraidex-common": "1.2.0-beta.2",
"@oraichain/oraidex-common": "1.2.0-beta.3",
"@oraichain/oraidex-contracts-sdk": "^1.0.49",
"bech32": "1.1.4",
"ethers": "^5.0.15",
"tronweb": "5.3.2",
"@oraichain/common": "1.1.5-beta.1",
"@oraichain/common": "1.1.5-beta.2",
"ts-protoc-gen": "^0.15.0",
"@oraichain/osor-api-contracts-sdk": "^1.0.2"
},
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2988,6 +2988,13 @@
resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.4.0.tgz#08d6c5e20cf7e4cc02fd181c4b0c225cd31dbb60"
integrity sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==

"@keplr-wallet/[email protected]":
version "0.12.141"
resolved "https://registry.yarnpkg.com/@keplr-wallet/types/-/types-0.12.141.tgz#341cc45882a86a39701d726edc8febdc42cafcb3"
integrity sha512-och1uUeqL6bUgWGLBSlV87rwXUDZMDUOJaARue65mRzfD6ohp9WBVFZfFgpyxU3M6S6UnzQQ6HuKUnWh4WuDjw==
dependencies:
long "^4.0.0"

"@keplr-wallet/types@^0.11.38":
version "0.11.64"
resolved "https://registry.yarnpkg.com/@keplr-wallet/types/-/types-0.11.64.tgz#5a308c8c019b4e18f894e0f35f0904b60134d605"
Expand Down Expand Up @@ -3737,10 +3744,10 @@
resolved "https://registry.yarnpkg.com/@oraichain/common-contracts-sdk/-/common-contracts-sdk-1.0.31.tgz#595f93b168438d69d64896909b37855c9afc92fb"
integrity sha512-s8H20RXy5gCnu3DnM7L5ClQyj2mdQpbSBpZrXCpIAX9qY0LKsDdZG3sYaDQ8+VN333jz9Pp/qGWdFSYD+6PBsg==

"@oraichain/[email protected].1":
version "1.1.5-beta.1"
resolved "https://registry.yarnpkg.com/@oraichain/common/-/common-1.1.5-beta.1.tgz#7ea7efa00c49a1051184644cf59794d3bd0e7dc0"
integrity sha512-XCCreh0LpdeVavrp/0s53fRrygt3riqAstsN0jqyVcScAu9f8XkVQI+TLWSQmNXpTDIlYmG5hnRSnZkt8nOvOQ==
"@oraichain/[email protected].2":
version "1.1.5-beta.2"
resolved "https://registry.yarnpkg.com/@oraichain/common/-/common-1.1.5-beta.2.tgz#12b9b9036a99cc13e844e549bac1a6932fbcb6e8"
integrity sha512-O8vW9NuwLrJFOv8B51oX5kV3s6dBv0EdVdw2KNsx9gexTNXjzHNlWg1a1MBTryybLD9i6ir1uHOLY/6fqzvJSg==
dependencies:
"@keplr-wallet/types" "0.12.141"
axios "0.21.4"
Expand Down

0 comments on commit df2c0d8

Please sign in to comment.