Skip to content

Commit

Permalink
Merge pull request #103 from hifi-finance/upgrade-deps-alt
Browse files Browse the repository at this point in the history
Upgrade package dependencies
  • Loading branch information
scorpion9979 authored Nov 7, 2023
2 parents 706984f + e909ec4 commit 8937b69
Show file tree
Hide file tree
Showing 13 changed files with 7,410 additions and 11,599 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"url": "https://hifi.finance"
},
"devDependencies": {
"@actions/core": "^1.8.0",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@actions/core": "^1.10.1",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"commitizen": "^4.2.4",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^2.6.1",
"prettier-plugin-solidity": "^1.0.0-dev.21",
"shx": "^0.3.4"
Expand Down
58 changes: 29 additions & 29 deletions packages/amm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,59 +11,59 @@
"url": "https://github.com/hifi-finance/hifi/issues"
},
"dependencies": {
"@ethersproject/abi": "^5.6.0",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/providers": "^5.6.2",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@hifi/protocol": "1.11.0",
"@openzeppelin/contracts-upgradeable": "4.5.2",
"@prb/contracts": "3.8.1",
"@prb/math": "2.5.0",
"ethers": "^5.6.2"
},
"devDependencies": {
"@ethersproject/abstract-provider": "^5.6.0",
"@ethersproject/abstract-signer": "^5.6.0",
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/constants": "^5.6.0",
"@ethersproject/wallet": "^5.6.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/wallet": "^5.7.0",
"@hifi/constants": "workspace:*",
"@hifi/errors": "workspace:*",
"@hifi/helpers": "workspace:*",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@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/hardhat": "^6.0.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/mocha-each": "^2.0.0",
"@types/node": "^17.0.23",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.4",
"@types/mocha-each": "^2.0.3",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"chai": "^4.3.6",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"dotenv": "^16.0.0",
"dotenv": "^16.3.1",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"ethereum-waffle": "^3.4.4",
"evm-bn": "^1.1.1",
"hardhat": "^2.9.2",
"hardhat-packager": "^1.4.1",
"lint-staged": "^12.3.7",
"ethereum-waffle": "^4.0.10",
"evm-bn": "^1.1.2",
"hardhat": "^2.19.0",
"hardhat-packager": "^1.4.2",
"lint-staged": "^15.0.2",
"lodash": "^4.17.21",
"mathjs": "^10.4.2",
"mocha": "^9.2.2",
"mathjs": "^12.0.0",
"mocha": "^10.2.0",
"mocha-each": "^2.0.1",
"prettier": "^2.6.1",
"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",
"solidity-coverage": "^0.7.20",
"solidity-docgen": "^0.6.0-beta.8",
"ts-node": "^10.7.0",
"typechain": "^8.0.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"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"url": "https://github.com/hifi-finance/hifi/issues"
},
"dependencies": {
"@ethersproject/bignumber": "^5.6.0",
"evm-bn": "^1.1.1"
"@ethersproject/bignumber": "^5.7.0",
"evm-bn": "^1.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.17.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/constants/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
"outDir": "./dist",
"types": ["mocha"]
},
"include": ["src/**/*"]
}
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"url": "https://github.com/hifi-finance/hifi/issues"
},
"dependencies": {
"@ethersproject/bignumber": "^5.6.0",
"evm-bn": "^1.1.1"
"@ethersproject/bignumber": "^5.7.0",
"evm-bn": "^1.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.17.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/errors/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
"outDir": "./dist",
"types": ["mocha"]
},
"include": ["src/**/*"]
}
50 changes: 25 additions & 25 deletions packages/flash-swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"url": "https://github.com/hifi-finance/hifi/issues"
},
"dependencies": {
"@ethersproject/abi": "^5.6.0",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/providers": "^5.6.2",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@hifi/protocol": "1.11.0",
"@openzeppelin/contracts-upgradeable": "4.5.2",
"@prb/contracts": "3.8.1",
Expand All @@ -25,44 +25,44 @@
"ethers": "^5.6.2"
},
"devDependencies": {
"@ethersproject/abstract-signer": "^5.6.0",
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/constants": "^5.6.0",
"@ethersproject/keccak256": "^5.6.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/keccak256": "^5.7.0",
"@hifi/errors": "workspace:*",
"@hifi/helpers": "workspace:*",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@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/hardhat": "^6.0.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.23",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.4",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"chai": "^4.3.6",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"dotenv": "^16.0.0",
"dotenv": "^16.3.1",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"ethereum-waffle": "^3.4.4",
"evm-bn": "^1.1.1",
"ethereum-waffle": "^4.0.10",
"evm-bn": "^1.1.2",
"from-exponential": "^1.1.1",
"hardhat": "^2.9.2",
"hardhat-packager": "^1.4.1",
"hardhat": "^2.19.0",
"hardhat-packager": "^1.4.2",
"lodash": "^4.17.21",
"mocha": "^9.2.2",
"mocha": "^10.2.0",
"prettier": "^2.6.1",
"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",
"solidity-coverage": "^0.7.20",
"solidity-docgen": "^0.6.0-beta.8",
"ts-node": "^10.7.0",
"typechain": "^8.0.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"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"url": "https://github.com/hifi-finance/hifi/issues"
},
"dependencies": {
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/bignumber": "^5.7.0",
"@hifi/constants": "workspace:*",
"evm-bn": "^1.1.1",
"hardhat": "^2.9.2"
"evm-bn": "^1.1.2",
"hardhat": "^2.19.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.17.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/helpers/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
"outDir": "./dist",
"types": ["mocha"]
},
"include": ["src/**/*"]
}
3 changes: 2 additions & 1 deletion packages/protocol/contracts/oracles/UniswapV3PriceFeed.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import "../external/uniswap/libraries/FullMath.sol";

/// @title UniswapV3PriceFeed
/// @author Hifi
/// @dev Although the contract is production-ready, it has not been audited for security vulnerabilities. Use at your own risk.
/// @dev Although the contract is production-ready, it has not been audited for security vulnerabilities.
// Use at your own risk.
contract UniswapV3PriceFeed is
Ownable, // one dependency
IUniswapV3PriceFeed // one dependency
Expand Down
52 changes: 26 additions & 26 deletions packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,58 +11,58 @@
"url": "https://github.com/hifi-finance/hifi/issues"
},
"dependencies": {
"@ethersproject/abi": "^5.6.0",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/providers": "^5.6.2",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@openzeppelin/contracts-upgradeable": "4.5.2",
"@prb/contracts": "3.8.1",
"@prb/math": "2.5.0",
"ethers": "^5.6.2"
},
"devDependencies": {
"@ethersproject/abstract-signer": "^5.6.0",
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/wallet": "^5.6.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/wallet": "^5.7.0",
"@hifi/constants": "workspace:*",
"@hifi/errors": "workspace:*",
"@hifi/helpers": "workspace:*",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@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/hardhat": "^6.0.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/mocha-each": "^2.0.0",
"@types/node": "^17.0.23",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.4",
"@types/mocha-each": "^2.0.3",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@uniswap/v3-sdk": "^3.9.0",
"chai": "^4.3.6",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"dotenv": "^16.0.0",
"dotenv": "^16.3.1",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"ethereum-waffle": "^3.4.4",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.6.2",
"evm-bn": "^1.1.1",
"hardhat": "^2.9.2",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-packager": "^1.4.1",
"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": "^9.2.2",
"mocha": "^10.2.0",
"mocha-each": "^2.0.1",
"prettier": "^2.6.1",
"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",
"solidity-coverage": "^0.7.20",
"solidity-docgen": "^0.6.0-beta.8",
"ts-node": "^10.7.0",
"typechain": "^8.0.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"
},
"files": [
Expand Down
Loading

0 comments on commit 8937b69

Please sign in to comment.