|
4 | 4 | "@openzeppelin/contracts": "^4.6.0" |
5 | 5 | }, |
6 | 6 | "devDependencies": { |
7 | | - "@nomicfoundation/hardhat-chai-matchers": "^1.0.1", |
| 7 | + "@nomicfoundation/hardhat-chai-matchers": "^2.0.2", |
8 | 8 | "@nomicfoundation/hardhat-network-helpers": "^1.0.3", |
9 | 9 | "@nomiclabs/hardhat-ethers": "^2.2.1", |
10 | 10 | "@nomiclabs/hardhat-etherscan": "^3.1.0", |
11 | 11 | "@openzeppelin/test-helpers": "^0.5.15", |
12 | 12 | "@primitivefi/hardhat-dodoc": "^0.2.3", |
13 | | - "@typechain/ethers-v5": "^10.1.0", |
| 13 | + "@typechain/ethers-v5": "^11.1.2", |
| 14 | + "@typechain/hardhat": "^9.1.0", |
14 | 15 | "@typechain/hardhat": "^6.1.2", |
15 | 16 | "@types/chai": "^4.3.1", |
16 | | - "@types/mocha": "^9.1.0", |
| 17 | + "@types/mocha": "^10.0.3", |
17 | 18 | "@types/node": "^18.0.3", |
18 | 19 | "@typescript-eslint/eslint-plugin": "^6.7.5", |
19 | 20 | "@typescript-eslint/parser": "^5.30.6", |
|
22 | 23 | "eslint-config-prettier": "^8.5.0", |
23 | 24 | "eslint-plugin-import": "^2.26.0", |
24 | 25 | "eslint-plugin-node": "^11.1.0", |
25 | | - "eslint-plugin-prettier": "^4.2.1", |
| 26 | + "eslint-plugin-prettier": "^5.0.1", |
26 | 27 | "eslint-plugin-promise": "^6.0.0", |
27 | | - "ethers": "^5.6.9", |
| 28 | + "ethers": "^6.8.0", |
28 | 29 | "hardhat": "^2.12.2", |
29 | 30 | "hardhat-contract-sizer": "^2.6.1", |
30 | 31 | "hardhat-gas-reporter": "^1.0.8", |
31 | | - "prettier": "2.8.4", |
| 32 | + "prettier": "3.0.3", |
32 | 33 | "prettier-plugin-solidity": "^1.0.0-beta.20", |
33 | 34 | "solc": "^0.8.9", |
34 | 35 | "solhint": "^3.3.7", |
|
0 commit comments