Skip to content

Commit

Permalink
latest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Feb 15, 2023
1 parent 84b07db commit 69e593a
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 217 deletions.
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import 'dotenv/config';
import {HardhatUserConfig} from 'hardhat/types';
import 'hardhat-deploy';
import '@nomiclabs/hardhat-ethers';
import 'hardhat-deploy-ethers';
import 'hardhat-gas-reporter';
import '@typechain/hardhat';
import 'solidity-coverage';
Expand Down
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,33 @@
"version": "0.0.1",
"description": "",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:[email protected]",
"@openzeppelin/contracts": "^4.7.3",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@openzeppelin/contracts": "^4.8.1",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
"@types/node": "^18.8.3",
"chai": "^4.3.6",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"chai": "^4.3.7",
"chai-ethers": "^0.0.1",
"cross-env": "^7.0.2",
"dotenv": "^16.0.3",
"ethers": "^5.7.0",
"fs-extra": "^10.1.0",
"hardhat": "^2.11.1",
"hardhat-deploy": "^0.11.22",
"fs-extra": "^11.1.0",
"hardhat": "^2.12.7",
"hardhat-deploy": "^0.11.23",
"hardhat-deploy-ethers": "0.4.0-next.0",
"hardhat-deploy-tenderly": "^0.2.0",
"hardhat-gas-reporter": "^1.0.9",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.24",
"mocha": "^10.2.0",
"prettier": "^2.8.4",
"prettier-plugin-solidity": "^1.1.2",
"solidity-coverage": "^0.8.1",
"ts-generator": "^0.1.1",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typescript": "^4.8.2"
"typechain": "^8.1.1",
"typescript": "^4.9.5"
},
"scripts": {
"prepare": "node ./.setup.js && hardhat typechain",
Expand Down
Loading

0 comments on commit 69e593a

Please sign in to comment.