Skip to content

Commit 3cf7d90

Browse files
committed
Install the test utils in the rest of the packages
1 parent 0834fba commit 3cf7d90

File tree

9 files changed

+29
-1
lines changed

9 files changed

+29
-1
lines changed

pnpm-lock.yaml

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

v-next/hardhat-build-system/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"README.md"
3939
],
4040
"dependencies": {
41-
"@nomicfoundation/ethereumjs-util": "9.0.4",
4241
"@ignored/hardhat-vnext-errors": "workspace:^3.0.0-next.0",
4342
"@ignored/hardhat-vnext-utils": "workspace:^3.0.0-next.0",
43+
"@nomicfoundation/ethereumjs-util": "9.0.4",
4444
"@nomicfoundation/solidity-analyzer": "^0.1.0",
4545
"adm-zip": "^0.4.16",
4646
"aggregate-error": "^3.0.0",
@@ -61,6 +61,7 @@
6161
"devDependencies": {
6262
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
6363
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.0",
64+
"@nomicfoundation/hardhat-test-utils": "workspace:^",
6465
"@types/ci-info": "^2.0.0",
6566
"@types/debug": "^4.1.4",
6667
"@types/find-up": "^2.1.1",

v-next/hardhat-build-system/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
{
88
"path": "../hardhat-node-test-reporter"
99
},
10+
{
11+
"path": "../hardhat-test-utils"
12+
},
1013
{
1114
"path": "../hardhat-utils"
1215
}

v-next/hardhat-zod-utils/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
4444
"@ignored/hardhat-vnext-core": "workspace:^3.0.0-next.2",
4545
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
46+
"@nomicfoundation/hardhat-test-utils": "workspace:^",
4647
"@types/node": "^20.14.9",
4748
"@typescript-eslint/eslint-plugin": "^7.7.1",
4849
"@typescript-eslint/parser": "^7.7.1",

v-next/hardhat-zod-utils/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
},
77
{
88
"path": "../hardhat-node-test-reporter"
9+
},
10+
{
11+
"path": "../hardhat-test-utils"
912
}
1013
]
1114
}

v-next/hardhat/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"devDependencies": {
5858
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
5959
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
60+
"@nomicfoundation/hardhat-test-utils": "workspace:^",
6061
"@types/node": "^20.14.9",
6162
"@typescript-eslint/eslint-plugin": "^7.7.1",
6263
"@typescript-eslint/parser": "^7.7.1",

v-next/hardhat/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
{
1111
"path": "../hardhat-node-test-reporter"
1212
},
13+
{
14+
"path": "../hardhat-test-utils"
15+
},
1316
{
1417
"path": "../hardhat-utils"
1518
},

v-next/template-package/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"devDependencies": {
4545
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
4646
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
47+
"@nomicfoundation/hardhat-test-utils": "workspace:^",
4748
"@types/node": "^20.14.9",
4849
"@typescript-eslint/eslint-plugin": "^7.7.1",
4950
"@typescript-eslint/parser": "^7.7.1",

v-next/template-package/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"references": [
44
{
55
"path": "../hardhat-node-test-reporter"
6+
},
7+
{
8+
"path": "../hardhat-test-utils"
69
}
710
]
811
}

0 commit comments

Comments
 (0)