Skip to content

Commit 5b77e3e

Browse files
committed
Update project creation dependencies
1 parent 69e3118 commit 5b77e3e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/hardhat-core/src/internal/cli/project-creation.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ const HARDHAT_PACKAGE_NAME = "hardhat";
4545
const PROJECT_DEPENDENCIES: Dependencies = {};
4646

4747
const ETHERS_PROJECT_DEPENDENCIES: Dependencies = {
48-
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
48+
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
4949
};
5050

5151
const VIEM_PROJECT_DEPENDENCIES: Dependencies = {
52-
"@nomicfoundation/hardhat-toolbox-viem": "^1.0.0",
52+
"@nomicfoundation/hardhat-toolbox-viem": "^2.0.0",
5353
};
5454

5555
const PEER_DEPENDENCIES: Dependencies = {
5656
hardhat: "^2.14.0",
5757
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
58-
"@nomicfoundation/hardhat-verify": "^1.0.0",
58+
"@nomicfoundation/hardhat-verify": "^2.0.0",
5959
chai: "^4.2.0",
6060
"hardhat-gas-reporter": "^1.0.8",
6161
"solidity-coverage": "^0.8.0",
@@ -65,9 +65,9 @@ const ETHERS_PEER_DEPENDENCIES: Dependencies = {
6565
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
6666
"@nomicfoundation/hardhat-ethers": "^3.0.0",
6767
ethers: "^6.4.0",
68-
"@typechain/hardhat": "^8.0.0",
69-
typechain: "^8.1.0",
70-
"@typechain/ethers-v6": "^0.4.0",
68+
"@typechain/hardhat": "^9.0.0",
69+
typechain: "^8.3.0",
70+
"@typechain/ethers-v6": "^0.5.0",
7171
};
7272

7373
const VIEM_PEER_DEPENDENCIES: Dependencies = {

0 commit comments

Comments
 (0)