Skip to content

Commit

Permalink
♻️ bump hardhat & hardhat-ethers
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Oct 27, 2022
1 parent 087b769 commit 576b48e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"README.md"
],
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.0",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@openzeppelin/contracts": "^4.7.3",
"@types/chai": "^4.3.3",
"@types/fs-extra": "^9.0.13",
Expand All @@ -52,7 +52,7 @@
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"ethers": "^5.7.2",
"hardhat": "^2.12.0",
"hardhat": "^2.12.1",
"mocha": "^10.1.0",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.24",
Expand All @@ -61,8 +61,8 @@
"undici": "^5.11.0"
},
"peerDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.0",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@openzeppelin/contracts": "^4.7.3",
"hardhat": "^2.12.0"
"hardhat": "^2.12.1"
}
}

0 comments on commit 576b48e

Please sign in to comment.