Skip to content

Commit 6af4f7b

Browse files
replace missing pckg versions with "workspace:^"
1 parent e452ce9 commit 6af4f7b

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

packages/hardhat-chai-matchers/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
4242
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
4343
"@nomicfoundation/hardhat-chai-matchers": "workspace:^",
44-
"@nomicfoundation/hardhat-ethers": "^3.0.0",
44+
"@nomicfoundation/hardhat-ethers": "workspace:^",
4545
"@types/bn.js": "^5.1.0",
4646
"@types/chai": "^4.2.0",
4747
"@types/mocha": ">=9.1.0",
@@ -58,18 +58,18 @@
5858
"eslint-plugin-prettier": "3.4.0",
5959
"ethers": "^6.1.0",
6060
"get-port": "^5.1.1",
61-
"hardhat": "^2.9.4",
61+
"hardhat": "workspace:^",
6262
"mocha": "^10.0.0",
6363
"prettier": "2.4.1",
6464
"rimraf": "^3.0.2",
6565
"ts-node": "^10.8.0",
6666
"typescript": "~5.0.0"
6767
},
6868
"peerDependencies": {
69-
"@nomicfoundation/hardhat-ethers": "^3.0.0",
69+
"@nomicfoundation/hardhat-ethers": "workspace:^",
7070
"chai": "^4.2.0",
7171
"ethers": "^6.1.0",
72-
"hardhat": "^2.9.4"
72+
"hardhat": "workspace:^"
7373
},
7474
"dependencies": {
7575
"@types/chai-as-promised": "^7.1.3",

packages/hardhat-ethers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint-plugin-no-only-tests": "3.0.0",
6464
"eslint-plugin-prettier": "3.4.0",
6565
"ethers": "^6.1.0",
66-
"hardhat": "^2.0.0",
66+
"hardhat": "workspace:^",
6767
"mocha": "^10.0.0",
6868
"prettier": "2.4.1",
6969
"rimraf": "^3.0.2",
@@ -73,6 +73,6 @@
7373
},
7474
"peerDependencies": {
7575
"ethers": "^6.1.0",
76-
"hardhat": "^2.0.0"
76+
"hardhat": "workspace:^"
7777
}
7878
}

packages/hardhat-shorthand/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint-plugin-import": "2.27.5",
5151
"eslint-plugin-no-only-tests": "3.0.0",
5252
"eslint-plugin-prettier": "3.4.0",
53-
"hardhat": "^2.0.0",
53+
"hardhat": "workspace:^",
5454
"mocha": "^10.0.0",
5555
"prettier": "2.4.1",
5656
"rimraf": "^3.0.2",

packages/hardhat-toolbox-viem/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"devDependencies": {
4646
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
4747
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
48-
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
49-
"@nomicfoundation/hardhat-verify": "^2.0.0",
50-
"@nomicfoundation/hardhat-viem": "^1.0.0",
48+
"@nomicfoundation/hardhat-network-helpers": "workspace:^",
49+
"@nomicfoundation/hardhat-verify": "workspace:^",
50+
"@nomicfoundation/hardhat-viem": "workspace:^",
5151
"@types/chai": "^4.2.0",
5252
"@types/chai-as-promised": "^7.1.6",
5353
"@types/mocha": ">=9.1.0",
@@ -71,9 +71,9 @@
7171
"viem": "^1.15.1"
7272
},
7373
"peerDependencies": {
74-
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
75-
"@nomicfoundation/hardhat-verify": "^2.0.0",
76-
"@nomicfoundation/hardhat-viem": "^1.0.0",
74+
"@nomicfoundation/hardhat-network-helpers": "workspace:^",
75+
"@nomicfoundation/hardhat-verify": "workspace:^",
76+
"@nomicfoundation/hardhat-viem": "workspace:^",
7777
"@types/chai": "^4.2.0",
7878
"@types/chai-as-promised": "^7.1.6",
7979
"@types/mocha": ">=9.1.0",

packages/hardhat-toolbox/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"devDependencies": {
4343
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
4444
"@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:^",
4949
"@typechain/ethers-v6": "^0.5.0",
5050
"@typechain/hardhat": "^9.0.0",
5151
"@types/chai": "^4.2.0",
@@ -60,7 +60,7 @@
6060
"eslint-plugin-no-only-tests": "3.0.0",
6161
"eslint-plugin-prettier": "3.4.0",
6262
"ethers": "^6.4.0",
63-
"hardhat": "^2.11.0",
63+
"hardhat": "workspace:^",
6464
"hardhat-gas-reporter": "^1.0.8",
6565
"mocha": "^10.0.0",
6666
"prettier": "2.4.1",
@@ -71,18 +71,18 @@
7171
"typescript": "~5.0.0"
7272
},
7373
"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:^",
7878
"@typechain/ethers-v6": "^0.5.0",
7979
"@typechain/hardhat": "^9.0.0",
8080
"@types/chai": "^4.2.0",
8181
"@types/mocha": ">=9.1.0",
8282
"@types/node": ">=16.0.0",
8383
"chai": "^4.2.0",
8484
"ethers": "^6.4.0",
85-
"hardhat": "^2.11.0",
85+
"hardhat": "workspace:^",
8686
"hardhat-gas-reporter": "^1.0.8",
8787
"solidity-coverage": "^0.8.1",
8888
"ts-node": ">=8.0.0",

packages/hardhat-verify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
5454
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
55-
"@nomicfoundation/hardhat-ethers": "^3.0.0",
55+
"@nomicfoundation/hardhat-ethers": "workspace:^",
5656
"@types/chai": "^4.2.0",
5757
"@types/chai-as-promised": "^7.1.3",
5858
"@types/debug": "^4.1.4",

0 commit comments

Comments
 (0)