Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
parth-15 committed Jan 29, 2024
1 parent 53fd1cf commit b65925f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
41 changes: 20 additions & 21 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@aave/periphery-v3": "2.0.1",
"@aave/safety-module": "^1.0.3",
"@nomicfoundation/hardhat-toolbox": "^2.0.1",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.10",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@types/bluebird": "^3.5.38",
Expand Down Expand Up @@ -75,7 +74,11 @@
"typechain": "^8.0.0",
"typescript": "^4.6.3"
},
"overrides": {},
"overrides": {
"@nomicfoundation/hardhat-toolbox": {
"@nomiclabs/hardhat-ethers": "npm:[email protected]"
}
},
"lint-staged": {
"*.{ts,js,md,sol}": "prettier --write"
},
Expand Down

0 comments on commit b65925f

Please sign in to comment.