|
22 | 22 | "devDependencies": { |
23 | 23 | "@nomiclabs/hardhat-ethers": "npm:[email protected]", |
24 | 24 | "@nomiclabs/hardhat-waffle": "^2.0.3", |
25 | | - "@openzeppelin/contracts": "^4.5.0", |
| 25 | + "@openzeppelin/contracts": "^4.6.0", |
26 | 26 | "@tenderly/hardhat-tenderly": "^1.0.13", |
27 | | - "@typechain/ethers-v5": "^9.0.0", |
28 | | - "@typechain/hardhat": "^5.0.0", |
29 | | - "@types/chai": "^4.3.0", |
30 | | - "@types/mocha": "^9.1.0", |
31 | | - "@types/node": "^16.11.7", |
32 | | - "@typescript-eslint/eslint-plugin": "^5.15.0", |
33 | | - "@typescript-eslint/parser": "^5.15.0", |
| 27 | + "@typechain/ethers-v5": "^10.0.0", |
| 28 | + "@typechain/hardhat": "^6.0.0", |
| 29 | + "@types/chai": "^4.3.1", |
| 30 | + "@types/mocha": "^9.1.1", |
| 31 | + "@types/node": "^16", |
| 32 | + "@typescript-eslint/eslint-plugin": "^5.26.0", |
| 33 | + "@typescript-eslint/parser": "^5.26.0", |
34 | 34 | "chai": "^4.3.6", |
35 | 35 | "chai-ethers": "^0.0.1", |
36 | | - "dotenv": "^16.0.0", |
37 | | - "ethereum-waffle": "^3.4.0", |
| 36 | + "dotenv": "^16.0.1", |
| 37 | + "ethereum-waffle": "^3.4.4", |
38 | 38 | "ethereumjs-util": "^7.1.4", |
39 | | - "ethers": "^5.6.1", |
40 | | - "follow-redirects": "^1.14.9", |
41 | | - "hardhat": "^2.9.1", |
42 | | - "hardhat-contract-sizer": "^2.5.0", |
43 | | - "hardhat-deploy": "^0.11.0", |
| 39 | + "ethers": "^5.6.7", |
| 40 | + "follow-redirects": "^1.15.0", |
| 41 | + "hardhat": "^2.9.6", |
| 42 | + "hardhat-contract-sizer": "^2.5.1", |
| 43 | + "hardhat-deploy": "^0.11.10", |
44 | 44 | "hardhat-deploy-ethers": "^0.3.0-beta.13", |
45 | 45 | "hardhat-docgen": "^1.3.0", |
46 | 46 | "hardhat-gas-reporter": "^1.0.8", |
47 | | - "hardhat-watcher": "^2.1.1", |
| 47 | + "hardhat-watcher": "^2.3.0", |
48 | 48 | "json-schema": "^0.4.0", |
49 | | - "mocha": "^9.2.0", |
| 49 | + "mocha": "^10.0.0", |
50 | 50 | "npm-run-all": "^4.1.5", |
51 | | - "shelljs": "0.8.5", |
52 | | - "solhint": "^3.3.6", |
53 | | - "solidity-coverage": "^0.7.17", |
54 | | - "ts-node": "^10.4.0", |
55 | | - "typechain": "^7.0.0", |
56 | | - "typescript": "^4.5.5" |
| 51 | + "shelljs": "^0.8.5", |
| 52 | + "solhint": "^3.3.7", |
| 53 | + "solidity-coverage": "^0.7.21", |
| 54 | + "ts-node": "^10.8.0", |
| 55 | + "typechain": "^8.0.0", |
| 56 | + "typescript": "^4.6.4" |
57 | 57 | } |
58 | 58 | } |
0 commit comments