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 authored and alcuadrado committed Apr 1, 2024
1 parent 48db054 commit e27d0fb
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 e27d0fb

Please sign in to comment.