Skip to content

Commit

Permalink
♻️ chore: update hardhat and types/node
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Jun 9, 2022
1 parent 906e45d commit 3482bb4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 27 deletions.
57 changes: 33 additions & 24 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"@types/chai": "^4.3.1",
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.40",
"@types/node": "^17.0.41",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"chai": "^4.3.6",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"ethers": "^5.6.8",
"hardhat": "^2.9.7",
"hardhat": "^2.9.9",
"mocha": "^10.0.0",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
Expand All @@ -62,6 +62,6 @@
"peerDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@openzeppelin/contracts": "^4.6.0",
"hardhat": "^2.9.7"
"hardhat": "^2.9.9"
}
}

0 comments on commit 3482bb4

Please sign in to comment.