Skip to content

Commit

Permalink
fix: package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
superical committed May 10, 2023
1 parent 85fb3fc commit 2644e53
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "^3.1.2",
"@openzeppelin/contracts": "^4.8.3",
"@openzeppelin/contracts-upgradeable": "^4.8.3",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@typechain/ethers-v5": "^10.1.1",
"@typechain/hardhat": "^6.1.4",
Expand Down Expand Up @@ -57,6 +55,10 @@
"typechain": "^8.1.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.3",
"@openzeppelin/contracts-upgradeable": "^4.8.3"
},
"files": [
"/contracts"
],
Expand All @@ -69,7 +71,10 @@
"solidity",
"typescript",
"typechain",
"errors"
"errors",
"vault",
"time-lock",
"time-lock-vault"
],
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2644e53

Please sign in to comment.