mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
updated package.json
This commit is contained in:
parent
daff34ca79
commit
b74fecff3d
27
package.json
27
package.json
|
@ -25,35 +25,36 @@
|
||||||
"@typechain/ethers-v5": "^8.0.5",
|
"@typechain/ethers-v5": "^8.0.5",
|
||||||
"@typechain/hardhat": "^3.0.0",
|
"@typechain/hardhat": "^3.0.0",
|
||||||
"@uniswap/v3-core": "^1.0.0",
|
"@uniswap/v3-core": "^1.0.0",
|
||||||
"@uniswap/v3-periphery": "^1.2.1",
|
"@uniswap/v3-periphery": "^1.3.0",
|
||||||
"chalk": "^4.1.2",
|
"chalk": "^5.0.0",
|
||||||
"dotenv": "^10.0.0",
|
"dotenv": "^10.0.0",
|
||||||
"hardhat-docgen": "^1.1.2",
|
"hardhat-docgen": "^1.2.0",
|
||||||
"minimist": "^1.2.5",
|
"minimist": "^1.2.5",
|
||||||
"solc": "^0.7.0"
|
"solc": "^0.8.10",
|
||||||
|
"typechain": "^6.0.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
"@nomiclabs/hardhat-ethers": "^2.0.3",
|
||||||
"@nomiclabs/hardhat-etherscan": "^2.1.7",
|
"@nomiclabs/hardhat-etherscan": "^2.1.8",
|
||||||
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
||||||
"@nomiclabs/hardhat-web3": "^2.0.0",
|
"@nomiclabs/hardhat-web3": "^2.0.0",
|
||||||
"@openzeppelin/test-helpers": "^0.5.15",
|
"@openzeppelin/test-helpers": "^0.5.15",
|
||||||
"@studydefi/money-legos": "^2.4.2",
|
"@studydefi/money-legos": "^2.4.2",
|
||||||
"@tenderly/hardhat-tenderly": "^1.0.12",
|
"@tenderly/hardhat-tenderly": "^1.0.13",
|
||||||
"@types/chai": "^4.2.22",
|
"@types/chai": "^4.2.22",
|
||||||
"@types/mocha": "^9.0.0",
|
"@types/mocha": "^9.0.0",
|
||||||
"@types/node": "^16.11.10",
|
"@types/node": "^16.11.11",
|
||||||
"chai": "^4.3.4",
|
"chai": "^4.3.4",
|
||||||
"chai-as-promised": "^7.1.1",
|
"chai-as-promised": "^7.1.1",
|
||||||
"ethereum-waffle": "^3.4.0",
|
"ethereum-waffle": "^3.4.0",
|
||||||
"ethers": "^5.5.1",
|
"ethers": "^5.5.2",
|
||||||
"hardhat": "^2.6.7",
|
"hardhat": "^2.7.0",
|
||||||
"hardhat-deploy": "^0.9.4",
|
"hardhat-deploy": "^0.9.14",
|
||||||
"hardhat-deploy-ethers": "^0.3.0-beta.11",
|
"hardhat-deploy-ethers": "^0.3.0-beta.11",
|
||||||
"husky": "^7.0.4",
|
"husky": "^7.0.4",
|
||||||
"solidity-coverage": "0.5.11",
|
"solidity-coverage": "0.7.17",
|
||||||
"ts-node": "^10.4.0",
|
"ts-node": "^10.4.0",
|
||||||
"typescript": "^4.5.2",
|
"typescript": "^4.5.2",
|
||||||
"web3": "^1.5.2"
|
"web3": "^1.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user