Skip to content

Commit

Permalink
update deps (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmachado committed Oct 18, 2023
1 parent 25546e2 commit aff72ed
Show file tree
Hide file tree
Showing 2 changed files with 1,494 additions and 531 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"dependencies": {
"@decentral.ee/web3-helpers": "^0.5.3",
"@slack/webhook": "^6.1.0",
"@superfluid-finance/ethereum-contracts": "1.8.2-PR1357.20c54a6.0",
"@superfluid-finance/metadata": "^1.1.17",
"@truffle/contract": "^4.6.26",
"async": "^3.2.4",
"axios": "^1.4.0",
"bip39": "^3.1.0",
Expand All @@ -42,18 +42,29 @@
"node-telegram-bot-api": "^0.61.0",
"prom-client": "^14.2.0",
"sequelize": "^6.32.1",

"sqlite3": "^5.1.6",
"web3": "4.0.3",
"web3": "4.2.0",
"winston": "^3.10.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.0.0",
"@truffle/contract": "^4.6.26",
"@typechain/ethers-v6": "^0.4.0",
"@typechain/hardhat": "^8.0.0",
"@types/chai": "^4.2.0",
"@types/mocha": ">=9.1.0",
"chai": "^4.2.0",
"ganache": "^7.9.0",
"hardhat": "^2.17.0",
"hardhat-gas-reporter": "^1.0.8",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"sinon": "^15.2.0",
"solidity-coverage": "^0.8.1",
"typechain": "^8.1.0"
},
"husky": {
Expand Down
Loading

0 comments on commit aff72ed

Please sign in to comment.