Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Sep 4, 2023
1 parent b23ed43 commit d08e483
Show file tree
Hide file tree
Showing 2 changed files with 564 additions and 530 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"prepare:release": "pnpm prepare && pnpm export-types && pnpm lint && pnpm test"
},
"dependencies": {
"hardhat": "2.17.1"
"hardhat": "2.17.2"
},
"devDependencies": {
"@ethersproject/hardware-wallets": "^5.7.0",
Expand All @@ -71,39 +71,39 @@
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomiclabs/hardhat-solhint": "^3.0.1",
"@openzeppelin/contracts": "4.9.3",
"@typechain/ethers-v6": "^0.4.3",
"@typechain/ethers-v6": "^0.5.0",
"@types/chai": "^4.3.5",
"@types/chance": "^1.1.3",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"chai-bigint": "^0.2.0",
"chance": "^1.1.11",
"copyfiles": "^2.4.1",
"decimal.js": "^10.4.3",
"dotenv": "^16.3.1",
"eslint": "^8.46.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"ethereumjs-util": "^7.1.5",
"ethers": "^6.7.0",
"glob": "^10.3.3",
"ethers": "^6.7.1",
"glob": "^10.3.4",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.34",
"hardhat-deploy": "^0.11.37",
"hardhat-deploy-ethers": "^0.4.1",
"mocha": "^10.2.0",
"mocha-silent-reporter": "^1.0.0",
"prettier": "^3.0.1",
"prettier": "^3.0.3",
"prettier-package-json": "^2.8.0",
"prettier-plugin-solidity": "^1.1.3",
"solc": "0.8.21",
"solhint": "^3.5.1",
"solhint": "^3.6.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit d08e483

Please sign in to comment.