Skip to content

Commit

Permalink
🔁 Bump 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 Feb 1, 2024
1 parent b6d071e commit bd51de4
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 31 deletions.
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.11",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.10",
"@types/node": "^20.11.15",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"chai": "^4.4.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.10.0",
"hardhat": "^2.19.4",
"hardhat": "^2.19.5",
"mocha": "^10.2.0",
"prettier": "^3.2.4",
"prettier-plugin-solidity": "^1.3.1",
Expand All @@ -62,6 +62,6 @@
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"ethers": "^6.10.0",
"hardhat": "^2.19.4"
"hardhat": "^2.19.5"
}
}
101 changes: 73 additions & 28 deletions pnpm-lock.yaml

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

0 comments on commit bd51de4

Please sign in to comment.