Skip to content

Commit

Permalink
upgrade ethers 5.7.2; bump utils, libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosites committed Feb 16, 2024
1 parent 94e8067 commit 1c3637b
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.6.9",
"ethers": "^5.7.2",
"hardhat": "^2.12.7",
"hardhat-gas-reporter": "^1.0.9",
"husky": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion source/batch-call/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@airswap/swap-erc20": "4.2.1"
},
"devDependencies": {
"@airswap/utils": "4.2.8",
"@airswap/utils": "4.2.9",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion source/pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/utils": "4.2.8",
"@airswap/utils": "4.2.9",
"@airswap/merkle": "0.0.2",
"prompt-confirm": "^2.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion source/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"devDependencies": {
"@airswap/utils": "4.2.8",
"@airswap/utils": "4.2.9",
"prompt-confirm": "^2.0.4"
}
}
2 changes: 1 addition & 1 deletion source/staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"devDependencies": {
"@airswap/utils": "4.2.8",
"@airswap/utils": "4.2.9",
"prompt-confirm": "^2.0.4"
}
}
2 changes: 1 addition & 1 deletion source/swap-erc20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@airswap/staking": "4.2.1",
"@airswap/utils": "4.2.8",
"@airswap/utils": "4.2.9",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion source/swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/utils": "4.2.8",
"@airswap/utils": "4.2.9",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion source/wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/utils": "4.2.8",
"@airswap/utils": "4.2.9",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"prompt-confirm": "^2.0.4"
},
Expand Down
6 changes: 3 additions & 3 deletions tools/libraries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/libraries",
"version": "4.2.11",
"version": "4.2.12",
"description": "AirSwap: Libraries for Developers",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,10 +29,10 @@
"@airswap/staking": "4.2.1",
"@airswap/swap": "4.2.1",
"@airswap/swap-erc20": "4.2.1",
"@airswap/utils": "4.2.8",
"@airswap/utils": "4.2.9",
"@airswap/wrapper": "4.2.1",
"browser-or-node": "^2.1.1",
"ethers": "^5.6.9",
"ethers": "^5.7.2",
"jayson": "^4.0.0",
"tiny-typed-emitter": "^2.1.0",
"websocket": "^1.0.34"
Expand Down
4 changes: 2 additions & 2 deletions tools/stores/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/stores",
"version": "4.2.3",
"version": "4.2.4",
"description": "AirSwap: Storage for Indexing",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"test": "REDISCLOUD_URL=redis://localhost:6379 TS_NODE_COMPILER_OPTIONS='{\"strict\":false}' yarn mocha -r ts-node/esm test/*.ts"
},
"dependencies": {
"@airswap/utils": "4.2.8",
"@airswap/utils": "4.2.9",
"redis": "^4.6.13"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tools/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/utils",
"version": "4.2.8",
"version": "4.2.9",
"description": "AirSwap: Utilities for Developers",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"@uniswap/token-lists": "^1.0.0-beta.24",
"bignumber.js": "^9.0.1",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.6.9",
"ethers": "^5.7.2",
"lz-string": "^1.5.0",
"valid-url": "^1.0.9"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4581,7 +4581,7 @@ ethers@^4.0.40:
uuid "2.0.1"
xmlhttprequest "1.8.0"

ethers@^5.6.9, ethers@^5.7.1:
ethers@^5.7.1, ethers@^5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.2.tgz#3a7deeabbb8c030d4126b24f84e525466145872e"
integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==
Expand Down

0 comments on commit 1c3637b

Please sign in to comment.