mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Updated hardhat package
This commit is contained in:
parent
251092e020
commit
5bb8a67ae8
20335
package-lock.json
generated
20335
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
21
package.json
21
package.json
|
@ -7,8 +7,7 @@
|
||||||
"test": "hardhat test",
|
"test": "hardhat test",
|
||||||
"coverage": "./node_modules/.bin/solidity-coverage",
|
"coverage": "./node_modules/.bin/solidity-coverage",
|
||||||
"check-husky": "node status-checks/huskyCheck.js",
|
"check-husky": "node status-checks/huskyCheck.js",
|
||||||
"build-contracts": "sol-merger \"./contracts/connectors/mock.sol\" ./contracts/build",
|
"build-contracts": "sol-merger \"./contracts/connectors/mock.sol\" ./contracts/build"
|
||||||
"prepare": "husky install"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -33,21 +32,21 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
||||||
"@nomiclabs/hardhat-etherscan": "^2.1.3",
|
"@nomiclabs/hardhat-etherscan": "^2.1.4",
|
||||||
"@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.6",
|
"@openzeppelin/test-helpers": "^0.5.12",
|
||||||
"@studydefi/money-legos": "^2.3.7",
|
"@studydefi/money-legos": "^2.3.7",
|
||||||
"@tenderly/hardhat-tenderly": "^1.0.6",
|
"@tenderly/hardhat-tenderly": "^1.0.12",
|
||||||
"chai-as-promised": "^7.1.1",
|
"chai-as-promised": "^7.1.1",
|
||||||
"ethereum-waffle": "^3.3.0",
|
"ethereum-waffle": "^3.4.0",
|
||||||
"ethers": "^5.1.4",
|
"ethers": "^5.4.4",
|
||||||
"hardhat": "^2.3.0",
|
"hardhat": "^2.6.0",
|
||||||
"hardhat-deploy": "^0.7.5",
|
"hardhat-deploy": "^0.8.11",
|
||||||
"hardhat-deploy-ethers": "^0.3.0-beta.7",
|
"hardhat-deploy-ethers": "^0.3.0-beta.10",
|
||||||
"husky": "^6.0.0",
|
"husky": "^6.0.0",
|
||||||
"sol-merger": "^2.0.1",
|
"sol-merger": "^2.0.1",
|
||||||
"solidity-coverage": "0.5.11",
|
"solidity-coverage": "0.5.11",
|
||||||
"web3": "^1.3.0"
|
"web3": "^1.3.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user