Skip to content

Commit

Permalink
build: upgrade "typescript" from v4.6.3 to v4.9.5
Browse files Browse the repository at this point in the history
build: upgrade "prettier" from v2.6.1 to v2.8.8
build: upgrade "ethers" from v5.6.2 to v5.7.2
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
build: upgrade "@typechain/ethers-v5" from v10.0.0 to v10.2.1
  • Loading branch information
scorpion9979 committed Nov 7, 2023
1 parent 1b504b3 commit 49046c8
Show file tree
Hide file tree
Showing 9 changed files with 111 additions and 72 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"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
8 changes: 4 additions & 4 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,7 +32,7 @@
"@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",
Expand All @@ -54,7 +54,7 @@
"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",
Expand All @@ -64,7 +64,7 @@
"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
4 changes: 2 additions & 2 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.1",
"prettier": "^2.8.8",
"shx": "^0.3.4",
"typescript": "^4.6.3"
"typescript": "^4.9.5"
},
"files": [
"/dist/**/*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.1",
"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/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,7 +34,7 @@
"@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",
Expand All @@ -53,7 +53,7 @@
"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",
Expand All @@ -63,7 +63,7 @@
"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
4 changes: 2 additions & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.1",
"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/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,30 +30,30 @@
"@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",
"@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",
"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",
Expand All @@ -63,7 +63,7 @@
"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
10 changes: 5 additions & 5 deletions packages/proxy-target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@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",
Expand All @@ -33,11 +33,11 @@
"dotenv": "^16.3.1",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"ethers": "^5.6.2",
"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",
Expand All @@ -46,7 +46,7 @@
"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 49046c8

Please sign in to comment.