|
42 | 42 | "devDependencies": {
|
43 | 43 | "@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
|
44 | 44 | "@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
|
45 |
| - "@nomicfoundation/hardhat-chai-matchers": "^2.0.0", |
46 |
| - "@nomicfoundation/hardhat-ethers": "^3.0.0", |
47 |
| - "@nomicfoundation/hardhat-network-helpers": "^1.0.0", |
48 |
| - "@nomicfoundation/hardhat-verify": "^2.0.0", |
| 45 | + "@nomicfoundation/hardhat-chai-matchers": "workspace:^", |
| 46 | + "@nomicfoundation/hardhat-ethers": "workspace:^", |
| 47 | + "@nomicfoundation/hardhat-network-helpers": "workspace:^", |
| 48 | + "@nomicfoundation/hardhat-verify": "workspace:^", |
49 | 49 | "@typechain/ethers-v6": "^0.5.0",
|
50 | 50 | "@typechain/hardhat": "^9.0.0",
|
51 | 51 | "@types/chai": "^4.2.0",
|
|
60 | 60 | "eslint-plugin-no-only-tests": "3.0.0",
|
61 | 61 | "eslint-plugin-prettier": "3.4.0",
|
62 | 62 | "ethers": "^6.4.0",
|
63 |
| - "hardhat": "^2.11.0", |
| 63 | + "hardhat": "workspace:^", |
64 | 64 | "hardhat-gas-reporter": "^1.0.8",
|
65 | 65 | "mocha": "^10.0.0",
|
66 | 66 | "prettier": "2.4.1",
|
|
71 | 71 | "typescript": "~5.0.0"
|
72 | 72 | },
|
73 | 73 | "peerDependencies": {
|
74 |
| - "@nomicfoundation/hardhat-chai-matchers": "^2.0.0", |
75 |
| - "@nomicfoundation/hardhat-ethers": "^3.0.0", |
76 |
| - "@nomicfoundation/hardhat-network-helpers": "^1.0.0", |
77 |
| - "@nomicfoundation/hardhat-verify": "^2.0.0", |
| 74 | + "@nomicfoundation/hardhat-chai-matchers": "workspace:^", |
| 75 | + "@nomicfoundation/hardhat-ethers": "workspace:^", |
| 76 | + "@nomicfoundation/hardhat-network-helpers": "workspace:^", |
| 77 | + "@nomicfoundation/hardhat-verify": "workspace:^", |
78 | 78 | "@typechain/ethers-v6": "^0.5.0",
|
79 | 79 | "@typechain/hardhat": "^9.0.0",
|
80 | 80 | "@types/chai": "^4.2.0",
|
81 | 81 | "@types/mocha": ">=9.1.0",
|
82 | 82 | "@types/node": ">=16.0.0",
|
83 | 83 | "chai": "^4.2.0",
|
84 | 84 | "ethers": "^6.4.0",
|
85 |
| - "hardhat": "^2.11.0", |
| 85 | + "hardhat": "workspace:^", |
86 | 86 | "hardhat-gas-reporter": "^1.0.8",
|
87 | 87 | "solidity-coverage": "^0.8.1",
|
88 | 88 | "ts-node": ">=8.0.0",
|
|
0 commit comments