Skip to content

Commit

Permalink
build: upgrade "@trivago/prettier-plugin-sort-imports" from v3.2.0 to…
Browse files Browse the repository at this point in the history
… v3.4.0

build: upgrade "prettier" from v2.6.1 to v2.8.8
build: upgrade "ethers" from v5.6.2 to v5.7.2
build: upgrade "@typechain/ethers-v5" from v10.0.0 to v10.2.1
build: upgrade "@typescript-eslint/eslint-plugin" from v5.17.0 to v5.62.0
build: upgrade "@typescript-eslint/parser" from v5.17.0 to v5.62.0
build: upgrade "eslint" from v8.12.0 to v8.53.0
build: upgrade "eslint-config-prettier" from v8.5.0 to v8.10.0
build: upgrade "solhint" from v3.3.7 to v3.6.2
build: upgrade "solhint-plugin-prettier" from v0.0.5 to v0.1.0
build: upgrade "typescript" from v4.6.3 to v4.9.5
build: upgrade "@uniswap/sdk-core" from v3.1.2 to v3.2.3
build: upgrade "@uniswap/v3-sdk" from v3.9.0 to v3.10.0
  • Loading branch information
scorpion9979 committed Nov 7, 2023
1 parent 1b504b3 commit 1b0d515
Show file tree
Hide file tree
Showing 9 changed files with 952 additions and 870 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@actions/core": "^1.10.1",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^2.6.1",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.0.0-dev.21",
"shx": "^0.3.4"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/amm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@openzeppelin/contracts-upgradeable": "4.5.2",
"@prb/contracts": "3.8.1",
"@prb/math": "2.5.0",
"ethers": "^5.6.2"
"ethers": "^5.7.2"
},
"devDependencies": {
"@ethersproject/abstract-provider": "^5.7.0",
Expand All @@ -32,19 +32,19 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/ethers-v5": "^10.2.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.10",
"@types/mocha": "^10.0.4",
"@types/mocha-each": "^2.0.3",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"ethereum-waffle": "^4.0.10",
"evm-bn": "^1.1.2",
"hardhat": "^2.19.0",
Expand All @@ -54,17 +54,17 @@
"mathjs": "^12.0.0",
"mocha": "^10.2.0",
"mocha-each": "^2.0.1",
"prettier": "^2.6.1",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.0.0-dev.21",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5",
"solhint": "^3.6.2",
"solhint-plugin-prettier": "^0.1.0",
"solidity-coverage": "^0.8.5",
"solidity-docgen": "^0.6.0-beta.36",
"ts-node": "^10.9.1",
"typechain": "^8.3.2",
"typescript": "^4.6.3"
"typescript": "^4.9.5"
},
"files": [
"/contracts",
Expand Down
12 changes: 6 additions & 6 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"evm-bn": "^1.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"prettier": "^2.8.8",
"shx": "^0.3.4",
"typescript": "^4.6.3"
"typescript": "^4.9.5"
},
"files": [
"/dist/**/*.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"evm-bn": "^1.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"prettier": "^2.8.8",
"shx": "^0.3.4",
"typescript": "^4.6.3"
"typescript": "^4.9.5"
},
"files": [
"/dist/**/*.d.ts",
Expand Down
24 changes: 12 additions & 12 deletions packages/flash-swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"@hifi/protocol": "1.11.0",
"@openzeppelin/contracts-upgradeable": "4.5.2",
"@prb/contracts": "3.8.1",
"@uniswap/sdk-core": "^3.1.2",
"@uniswap/sdk-core": "^3.2.3",
"@uniswap/v2-core": "1.0.1",
"@uniswap/v3-core": "1.0.1",
"@uniswap/v3-periphery": "1.0.1",
"@uniswap/v3-sdk": "^3.9.0",
"ethers": "^5.6.2"
"@uniswap/v3-sdk": "^3.10.0",
"ethers": "^5.7.2"
},
"devDependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
Expand All @@ -34,36 +34,36 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/ethers-v5": "^10.2.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.10",
"@types/mocha": "^10.0.4",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"ethereum-waffle": "^4.0.10",
"evm-bn": "^1.1.2",
"from-exponential": "^1.1.1",
"hardhat": "^2.19.0",
"hardhat-packager": "^1.4.2",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"prettier": "^2.6.1",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.0.0-dev.21",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5",
"solhint": "^3.6.2",
"solhint-plugin-prettier": "^0.1.0",
"solidity-coverage": "^0.8.5",
"solidity-docgen": "^0.6.0-beta.36",
"ts-node": "^10.9.1",
"typechain": "^8.3.2",
"typescript": "^4.6.3"
"typescript": "^4.9.5"
},
"files": [
"/contracts",
Expand Down
12 changes: 6 additions & 6 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"hardhat": "^2.19.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"prettier": "^2.8.8",
"shx": "^0.3.4",
"typescript": "^4.6.3"
"typescript": "^4.9.5"
},
"files": [
"/dist/**/*.d.ts",
Expand Down
24 changes: 12 additions & 12 deletions packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@openzeppelin/contracts-upgradeable": "4.5.2",
"@prb/contracts": "3.8.1",
"@prb/math": "2.5.0",
"ethers": "^5.6.2"
"ethers": "^5.7.2"
},
"devDependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
Expand All @@ -30,40 +30,40 @@
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@openzeppelin/hardhat-upgrades": "^1.16.1",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/ethers-v5": "^10.2.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.10",
"@types/mocha": "^10.0.4",
"@types/mocha-each": "^2.0.3",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@uniswap/v3-sdk": "^3.9.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@uniswap/v3-sdk": "^3.10.0",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.6.2",
"ethers": "^5.7.2",
"evm-bn": "^1.1.2",
"hardhat": "^2.19.0",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-packager": "^1.4.2",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"mocha-each": "^2.0.1",
"prettier": "^2.6.1",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.0.0-dev.21",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5",
"solhint": "^3.6.2",
"solhint-plugin-prettier": "^0.1.0",
"solidity-coverage": "^0.8.5",
"solidity-docgen": "^0.6.0-beta.36",
"ts-node": "^10.9.1",
"typechain": "^8.3.2",
"typescript": "^4.6.3"
"typescript": "^4.9.5"
},
"files": [
"/contracts",
Expand Down
22 changes: 11 additions & 11 deletions packages/proxy-target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,35 @@
"@hifi/protocol": "1.11.0",
"@openzeppelin/contracts-upgradeable": "4.5.2",
"@prb/contracts": "3.8.1",
"ethers": "^5.6.2"
"ethers": "^5.7.2"
},
"devDependencies": {
"@hifi/helpers": "workspace:*",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/ethers-v5": "^10.2.1",
"@typechain/hardhat": "^9.1.0",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"ethers": "^5.6.2",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"ethers": "^5.7.2",
"hardhat": "^2.19.0",
"hardhat-packager": "^1.4.2",
"lodash": "^4.17.21",
"prettier": "^2.6.1",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.0.0-dev.21",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5",
"solhint": "^3.6.2",
"solhint-plugin-prettier": "^0.1.0",
"solidity-docgen": "^0.6.0-beta.36",
"ts-node": "^10.9.1",
"typechain": "^8.3.2",
"typescript": "^4.6.3"
"typescript": "^4.9.5"
},
"files": [
"/contracts",
Expand Down
Loading

0 comments on commit 1b0d515

Please sign in to comment.