Skip to content

Commit

Permalink
build: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lingcoder committed Aug 8, 2024
1 parent b9a5e10 commit 04aafab
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 212 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/lingcoder/hardhat-template.git"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@metamask/eth-sig-util": "^7.0.3",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
Expand All @@ -33,26 +33,26 @@
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@openzeppelin/docs-utils": "^0.1.5",
"@openzeppelin/hardhat-upgrades": "^3.2.0",
"@openzeppelin/hardhat-upgrades": "^3.2.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typechain/ethers-v6": "^0.5.1",
"@types/chai": "^4.3.16",
"@types/chai": "^4.3.17",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.13",
"@types/node": "^20.14.14",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"ethers": "^6.13.2",
"fs-extra": "^11.2.0",
"hardhat": "^2.22.7",
"hardhat": "^2.22.8",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.12.4",
Expand All @@ -62,7 +62,7 @@
"mocha": "^10.7.0",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.3.1",
"solhint": "^5.0.2",
"solhint": "^5.0.3",
"solidity-ast": "^0.4.56",
"solidity-docgen": "0.6.0-beta.36",
"ts-generator": "^0.1.1",
Expand Down
Loading

0 comments on commit 04aafab

Please sign in to comment.