Skip to content

Commit

Permalink
🔁 Bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Oct 15, 2023
1 parent 4ac12cf commit 2dc8991
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 36 deletions.
52 changes: 21 additions & 31 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,28 +42,28 @@
],
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@types/chai": "^4.3.7",
"@types/chai": "^4.3.8",
"@types/fs-extra": "^11.0.2",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"chai": "^4.3.10",
"dotenv": "^16.3.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"ethers": "^6.8.0",
"hardhat": "^2.18.0",
"hardhat": "^2.18.1",
"mocha": "^10.2.0",
"prettier": "^3.0.3",
"prettier-plugin-solidity": "^1.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"undici": "^5.25.4"
"undici": "^5.26.3"
},
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"ethers": "^6.8.0",
"hardhat": "^2.18.0"
"hardhat": "^2.18.1"
}
}

0 comments on commit 2dc8991

Please sign in to comment.