|
25 | 25 | "publish": "yarn npm publish --access public --tag $(cat package.json | jq .version)" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@nomicfoundation/hardhat-chai-matchers": "^1.0.3", |
| 28 | + "@nomicfoundation/hardhat-chai-matchers": "^1.0.4", |
29 | 29 | "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13", |
30 | 30 | "@nomiclabs/hardhat-waffle": "^2.0.3", |
31 | 31 | "@openzeppelin/contracts": "^4.7.3", |
32 | 32 | "@tenderly/hardhat-tenderly": "^1.1.6", |
33 | 33 | "@typechain/ethers-v5": "^10.0.0", |
34 | | - "@typechain/hardhat": "^6.1.2", |
| 34 | + "@typechain/hardhat": "^6.1.4", |
35 | 35 | "@types/chai": "^4.3.3", |
36 | | - "@types/mocha": "^9.1.1", |
| 36 | + "@types/mocha": "^10.0.0", |
37 | 37 | "@types/node": "^16", |
38 | | - "@typescript-eslint/eslint-plugin": "^5.33.1", |
39 | | - "@typescript-eslint/parser": "^5.33.1", |
| 38 | + "@typescript-eslint/eslint-plugin": "^5.41.0", |
| 39 | + "@typescript-eslint/parser": "^5.41.0", |
40 | 40 | "chai": "^4.3.6", |
41 | 41 | "chai-ethers": "^0.0.1", |
42 | | - "dotenv": "^16.0.1", |
| 42 | + "dotenv": "^16.0.3", |
43 | 43 | "ethereum-waffle": "^3.4.4", |
44 | 44 | "ethereumjs-util": "^7.1.4", |
45 | 45 | "ethers": "^5.6.7", |
46 | 46 | "follow-redirects": "^1.15.0", |
47 | | - "hardhat": "^2.10.1", |
| 47 | + "hardhat": "^2.11.2", |
48 | 48 | "hardhat-contract-sizer": "^2.6.1", |
49 | | - "hardhat-deploy": "^0.11.12", |
| 49 | + "hardhat-deploy": "^0.11.18", |
50 | 50 | "hardhat-deploy-ethers": "^0.3.0-beta.13", |
51 | 51 | "hardhat-docgen": "^1.3.0", |
52 | | - "hardhat-gas-reporter": "^1.0.8", |
53 | | - "hardhat-watcher": "^2.3.0", |
| 52 | + "hardhat-gas-reporter": "^1.0.9", |
| 53 | + "hardhat-watcher": "^2.5.0", |
54 | 54 | "json-schema": "^0.4.0", |
55 | | - "mocha": "^10.0.0", |
| 55 | + "mocha": "^10.1.0", |
56 | 56 | "node-fetch": "^3.2.10", |
57 | 57 | "npm-run-all": "^4.1.5", |
58 | 58 | "shelljs": "^0.8.5", |
59 | 59 | "solhint": "^3.3.7", |
60 | | - "solidity-coverage": "^0.7.21", |
| 60 | + "solidity-coverage": "^0.8.2", |
61 | 61 | "ts-node": "^10.8.0", |
62 | 62 | "typechain": "^8.0.0", |
63 | 63 | "typescript": "^4.6.4" |
|
0 commit comments