Skip to content

Commit

Permalink
set minimally supported hardhat version to be 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Jan 2, 2025
1 parent 00129d5 commit 378d4b9
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/ethers-project/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/ethers-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"chai": ">=4.3.0",
"eslint": ">=8.5.0",
"ethers": ">=6.13.2",
"hardhat": "^2.22.0",
"hardhat": "^2.0.0",
"hardhat-switch-network": "file:../../dist",
"mocha": ">=10.7.2",
"prettier": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/viem-project/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/viem-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": ">=18.0.0",
"chai": ">=4.3.0",
"eslint": ">=8.5.0",
"hardhat": "^2.22.0",
"hardhat": "^2.0.0",
"hardhat-switch-network": "file:../../dist",
"mocha": ">=10.7.2",
"prettier": "3.3.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/web3-v4-project/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/web3-v4-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": ">=18.0.0",
"chai": ">=4.3.0",
"eslint": ">=8.5.0",
"hardhat": "^2.22.0",
"hardhat": "^2.0.0",
"hardhat-switch-network": "file:../../dist",
"mocha": ">=10.7.2",
"prettier": "3.3.0",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint": ">=9.16.0",
"ethers": ">=6",
"globals": ">=15.12.0",
"hardhat": ">=2.22.12",
"hardhat": "^2.0.0",
"mocha": ">=11.0.1",
"prettier": "3.4.1",
"prettier-eslint-cli": ">=8.0.0",
Expand All @@ -73,7 +73,7 @@
"web3": ">=4"
},
"peerDependencies": {
"hardhat": "^2.22.12"
"hardhat": "^2.0.0"
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 378d4b9

Please sign in to comment.