Skip to content

Commit

Permalink
chore: revert dev dependency to latest hardhat
Browse files Browse the repository at this point in the history
EDR now supports all the complicated test setup moves that where required by the
Ignition end to end test suite.
  • Loading branch information
kanej committed Mar 25, 2024
1 parent 6a2bf9f commit f6e0219
Show file tree
Hide file tree
Showing 11 changed files with 523 additions and 570 deletions.
2 changes: 1 addition & 1 deletion examples/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
"@nomicfoundation/hardhat-toolbox": "4.0.0",
"hardhat": "2.20.0",
"hardhat": "^2.18.0",
"prettier-plugin-solidity": "1.1.3"
}
}
2 changes: 1 addition & 1 deletion examples/ens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
"@nomicfoundation/hardhat-toolbox": "4.0.0",
"hardhat": "2.20.0",
"hardhat": "^2.18.0",
"prettier-plugin-solidity": "1.1.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
"@nomicfoundation/hardhat-toolbox": "4.0.0",
"hardhat": "2.20.0",
"hardhat": "^2.18.0",
"prettier-plugin-solidity": "1.1.3"
}
}
2 changes: 1 addition & 1 deletion examples/ts-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
"@nomicfoundation/hardhat-toolbox": "4.0.0",
"hardhat": "2.20.0",
"hardhat": "^2.18.0",
"prettier-plugin-solidity": "1.1.3"
}
}
2 changes: 1 addition & 1 deletion examples/viem-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nomicfoundation/hardhat-network-helpers": "1.0.10",
"@nomicfoundation/hardhat-viem": "2.0.0",
"chai": "4.4.1",
"hardhat": "2.20.0",
"hardhat": "^2.18.0",
"prettier-plugin-solidity": "1.1.3"
}
}
Loading

0 comments on commit f6e0219

Please sign in to comment.