mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
resolve conflict with main package.json
This commit is contained in:
parent
b4ce55ad6a
commit
0b11e2240c
19
package.json
19
package.json
|
@ -8,8 +8,7 @@
|
||||||
"coverage": "./node_modules/.bin/solidity-coverage",
|
"coverage": "./node_modules/.bin/solidity-coverage",
|
||||||
"check": "node status-checks/huskyCheck.js",
|
"check": "node status-checks/huskyCheck.js",
|
||||||
"check-husky": "node status-checks/huskyCheck.js",
|
"check-husky": "node status-checks/huskyCheck.js",
|
||||||
"deploy": "node scripts/deployConnectorsFromCmd.js",
|
"deploy": "node scripts/deployConnectorsFromCmd.js"
|
||||||
"build-contracts": "sol-merger \"./contracts/connectors/mock.sol\" ./contracts/build"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -22,19 +21,18 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/InstaDApp/dsa-connectors-new#readme",
|
"homepage": "https://github.com/InstaDApp/dsa-connectors-new#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@openzeppelin/contracts": "^3.4.2",
|
"@openzeppelin/contracts": "^3.4.0-solc-0.7",
|
||||||
"@uniswap/v3-core": "^1.0.0",
|
"@uniswap/v3-core": "^1.0.0",
|
||||||
"@uniswap/v3-periphery": "^1.2.1",
|
"@uniswap/v3-periphery": "^1.2.1",
|
||||||
"chalk": "^4.1.2",
|
"chalk": "^4.1.2",
|
||||||
"commander": "^7.2.0",
|
"dotenv": "^10.0.0",
|
||||||
"dotenv": "^7.0.0",
|
|
||||||
"hardhat-docgen": "^1.1.2",
|
"hardhat-docgen": "^1.1.2",
|
||||||
"minimist": "^1.2.5",
|
"minimist": "^1.2.5",
|
||||||
"solc": "^0.7.6"
|
"solc": "^0.7.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
||||||
"@nomiclabs/hardhat-etherscan": "^2.1.6",
|
"@nomiclabs/hardhat-etherscan": "^2.1.7",
|
||||||
"@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",
|
||||||
|
@ -42,15 +40,14 @@
|
||||||
"@tenderly/hardhat-tenderly": "^1.0.12",
|
"@tenderly/hardhat-tenderly": "^1.0.12",
|
||||||
"chai-as-promised": "^7.1.1",
|
"chai-as-promised": "^7.1.1",
|
||||||
"ethereum-waffle": "^3.4.0",
|
"ethereum-waffle": "^3.4.0",
|
||||||
"ethers": "^5.4.7",
|
"ethers": "^5.5.1",
|
||||||
"hardhat": "^2.6.6",
|
"hardhat": "^2.6.7",
|
||||||
"hardhat-deploy": "^0.9.3",
|
"hardhat-deploy": "^0.9.4",
|
||||||
"hardhat-deploy-ethers": "^0.3.0-beta.11",
|
"hardhat-deploy-ethers": "^0.3.0-beta.11",
|
||||||
"husky": "^6.0.0",
|
|
||||||
"prettier": "^2.4.1",
|
"prettier": "^2.4.1",
|
||||||
"prettier-plugin-solidity": "^1.0.0-beta.18",
|
"prettier-plugin-solidity": "^1.0.0-beta.18",
|
||||||
"sol-merger": "^2.0.1",
|
|
||||||
"solhint": "^3.3.6",
|
"solhint": "^3.3.6",
|
||||||
|
"husky": "^7.0.4",
|
||||||
"solidity-coverage": "0.5.11",
|
"solidity-coverage": "0.5.11",
|
||||||
"web3": "^1.6.0"
|
"web3": "^1.6.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user