Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lingcoder committed Jul 30, 2024
1 parent 22a1aaa commit b9a5e10
Show file tree
Hide file tree
Showing 2 changed files with 394 additions and 394 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.8",
"@nomicfoundation/hardhat-verify": "^2.0.9",
"@nomiclabs/hardhat-solhint": "^3.1.0",
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
Expand All @@ -39,35 +39,35 @@
"@types/chai": "^4.3.16",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@types/node": "^20.14.13",
"@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.4.3",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.4.0",
"ethers": "^6.13.1",
"eslint-plugin-promise": "^6.6.0",
"ethers": "^6.13.2",
"fs-extra": "^11.2.0",
"hardhat": "^2.22.6",
"hardhat": "^2.22.7",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.12.4",
"hardhat-ignore-warnings": "^0.2.11",
"lodash": "^4.17.21",
"micromatch": "^4.0.7",
"mocha": "^10.6.0",
"mocha": "^10.7.0",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.3.1",
"solhint": "^5.0.1",
"solhint": "^5.0.2",
"solidity-ast": "^0.4.56",
"solidity-docgen": "0.6.0-beta.36",
"ts-generator": "^0.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint",
Expand Down
Loading

0 comments on commit b9a5e10

Please sign in to comment.