diff --git a/packages/hardhat-toolbox-viem/package.json b/packages/hardhat-toolbox-viem/package.json index 1eb66234ab8..cbd76f3e7df 100644 --- a/packages/hardhat-toolbox-viem/package.json +++ b/packages/hardhat-toolbox-viem/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^", "@nomicfoundation/eslint-plugin-slow-imports": "workspace:^", - "@nomicfoundation/hardhat-ignition-viem": "^0.15.0", + "@nomicfoundation/hardhat-ignition-viem": "workspace:^0.15.0", "@nomicfoundation/hardhat-network-helpers": "workspace:^1.0.0", "@nomicfoundation/hardhat-verify": "workspace:^2.0.0", "@nomicfoundation/hardhat-viem": "workspace:^2.0.0", diff --git a/packages/hardhat-toolbox/package.json b/packages/hardhat-toolbox/package.json index 4745788deea..968efa24560 100644 --- a/packages/hardhat-toolbox/package.json +++ b/packages/hardhat-toolbox/package.json @@ -73,7 +73,7 @@ "peerDependencies": { "@nomicfoundation/hardhat-chai-matchers": "workspace:^2.0.0", "@nomicfoundation/hardhat-ethers": "workspace:^3.0.0", - "@nomicfoundation/hardhat-ignition-ethers": "^0.15.0", + "@nomicfoundation/hardhat-ignition-ethers": "workspace:^0.15.0", "@nomicfoundation/hardhat-network-helpers": "workspace:^1.0.0", "@nomicfoundation/hardhat-verify": "workspace:^2.0.0", "@typechain/ethers-v6": "^0.5.0",