Skip to content

Commit 2151bce

Browse files
authored
Refer to Ignition packages through pnpm workspace refs for the toolboxes (#6184)
1 parent fdcd080 commit 2151bce

File tree

3 files changed

+8
-88
lines changed

3 files changed

+8
-88
lines changed

packages/hardhat-toolbox-viem/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
4747
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
48-
"@nomicfoundation/hardhat-ignition-viem": "^0.15.0",
48+
"@nomicfoundation/hardhat-ignition-viem": "workspace:^0.15.0",
4949
"@nomicfoundation/hardhat-network-helpers": "workspace:^1.0.0",
5050
"@nomicfoundation/hardhat-verify": "workspace:^2.0.0",
5151
"@nomicfoundation/hardhat-viem": "workspace:^2.0.0",
@@ -72,7 +72,7 @@
7272
"viem": "^2.7.6"
7373
},
7474
"peerDependencies": {
75-
"@nomicfoundation/hardhat-ignition-viem": "^0.15.0",
75+
"@nomicfoundation/hardhat-ignition-viem": "workspace:^0.15.0",
7676
"@nomicfoundation/hardhat-network-helpers": "workspace:^1.0.0",
7777
"@nomicfoundation/hardhat-verify": "workspace:^2.0.0",
7878
"@nomicfoundation/hardhat-viem": "workspace:^2.0.0",

packages/hardhat-toolbox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
4444
"@nomicfoundation/hardhat-chai-matchers": "workspace:^2.0.0",
4545
"@nomicfoundation/hardhat-ethers": "workspace:^3.0.0",
46-
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
46+
"@nomicfoundation/hardhat-ignition-ethers": "workspace:^0.15.0",
4747
"@nomicfoundation/hardhat-network-helpers": "workspace:^1.0.0",
4848
"@nomicfoundation/hardhat-verify": "workspace:^2.0.0",
4949
"@typechain/ethers-v6": "^0.5.0",
@@ -73,7 +73,7 @@
7373
"peerDependencies": {
7474
"@nomicfoundation/hardhat-chai-matchers": "workspace:^2.0.0",
7575
"@nomicfoundation/hardhat-ethers": "workspace:^3.0.0",
76-
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
76+
"@nomicfoundation/hardhat-ignition-ethers": "workspace:^0.15.0",
7777
"@nomicfoundation/hardhat-network-helpers": "workspace:^1.0.0",
7878
"@nomicfoundation/hardhat-verify": "workspace:^2.0.0",
7979
"@typechain/ethers-v6": "^0.5.0",

pnpm-lock.yaml

+4-84
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)