|
16 | 16 | "test/helpers"
|
17 | 17 | ],
|
18 | 18 | "dependencies": {
|
19 |
| - "@1inch/solidity-utils": "4.2.1", |
| 19 | + "@1inch/solidity-utils": "6.0.0", |
20 | 20 | "@chainlink/contracts": "0.8.0",
|
21 | 21 | "@gnosis.pm/safe-contracts": "1.3.0",
|
22 | 22 | "@openzeppelin/contracts": "5.0.2"
|
|
31 | 31 | "@nomicfoundation/hardhat-verify": "2.0.3",
|
32 | 32 | "@nomicfoundation/hardhat-ethers": "3.0.5",
|
33 | 33 | "@uniswap/permit2-sdk": "1.2.0",
|
34 |
| - "chai": "4.4.0", |
| 34 | + "chai": "4.5.0", |
35 | 35 | "dotenv": "16.3.1",
|
36 | 36 | "eslint": "8.56.0",
|
37 | 37 | "eslint-config-standard": "17.1.0",
|
|
48 | 48 | "solc": "0.8.23-fixed",
|
49 | 49 | "solhint": "4.1.1",
|
50 | 50 | "solidity-coverage": "0.8.7",
|
51 |
| - "solidity-docgen": "0.5.17", |
| 51 | + "solidity-docgen": "0.6.0-beta.36", |
52 | 52 | "zksync-ethers": "6.0.0"
|
53 | 53 | },
|
54 | 54 | "scripts": {
|
55 | 55 | "clean": "rimraf artifacts cache coverage contracts/hardhat-dependency-compiler artifacts-zk cache-zk",
|
56 | 56 | "deploy": "hardhat deploy --network",
|
57 | 57 | "coverage": "hardhat coverage",
|
58 |
| - "docify": "npx solidity-utils-docify", |
| 58 | + "docify": "yarn hardhat docgen", |
59 | 59 | "lint:js": "eslint .",
|
60 | 60 | "lint:js:fix": "eslint . --fix",
|
61 | 61 | "lint:sol": "solhint --max-warnings 0 \"contracts/**/*.sol\"",
|
|
0 commit comments