|
17 | 17 | },
|
18 | 18 | "devDependencies": {
|
19 | 19 | "@ethersproject/experimental": "^5.1.2",
|
20 |
| - "@graphprotocol/common-ts": "^1.4.2", |
| 20 | + "@graphprotocol/common-ts": "^1.5.0", |
21 | 21 | "@nomiclabs/hardhat-ethers": "^2.0.2",
|
22 | 22 | "@nomiclabs/hardhat-etherscan": "^2.1.1",
|
23 | 23 | "@nomiclabs/hardhat-waffle": "^2.0.1",
|
24 | 24 | "@openzeppelin/contracts": "^3.4.1",
|
25 | 25 | "@openzeppelin/hardhat-upgrades": "^1.6.0",
|
26 | 26 | "@tenderly/hardhat-tenderly": "^1.0.11",
|
27 |
| - "@typechain/ethers-v5": "^6.0.5", |
| 27 | + "@typechain/ethers-v5": "^7.0.0", |
| 28 | + "@typechain/hardhat": "^2.0.0", |
28 | 29 | "@types/bs58": "^4.0.1",
|
29 | 30 | "@types/dotenv": "^8.2.0",
|
30 | 31 | "@types/inquirer": "^7.3.1",
|
|
40 | 41 | "chai": "^4.3.4",
|
41 | 42 | "cli-table": "^0.3.6",
|
42 | 43 | "consola": "^2.15.3",
|
43 |
| - "dotenv": "^8.2.0", |
| 44 | + "dotenv": "^9.0.0", |
44 | 45 | "eslint": "^7.24.0",
|
45 | 46 | "eslint-config-prettier": "^8.3.0",
|
46 | 47 | "eslint-config-standard": "^16.0.0",
|
|
56 | 57 | "hardhat-abi-exporter": "^2.2.0",
|
57 | 58 | "hardhat-contract-sizer": "^2.0.3",
|
58 | 59 | "hardhat-gas-reporter": "^1.0.4",
|
59 |
| - "hardhat-typechain": "^0.3.5", |
60 | 60 | "husky": "^4.3.8",
|
61 |
| - "inquirer": "^7.3.3", |
| 61 | + "inquirer": "^8.0.0", |
62 | 62 | "ipfs-http-client": "47.0.1",
|
63 | 63 | "lint-staged": "^10.5.4",
|
64 | 64 | "minimist": "^1.2.5",
|
|
68 | 68 | "solidity-coverage": "^0.7.16",
|
69 | 69 | "ts-generator": "^0.1.1",
|
70 | 70 | "ts-node": "^9.1.1",
|
71 |
| - "typechain": "^4.0.0", |
| 71 | + "typechain": "^5.0.0", |
72 | 72 | "typescript": "^4.2.4",
|
73 | 73 | "yaml": "^1.10.2",
|
74 |
| - "yargs": "^15.4.1" |
| 74 | + "yargs": "^17.0.0" |
75 | 75 | },
|
76 | 76 | "scripts": {
|
77 | 77 | "prepublishOnly": "scripts/prepublish",
|
|
0 commit comments