Skip to content

Commit

Permalink
build: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lingcoder committed Jan 4, 2024
1 parent f5abe85 commit 0549be5
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 380 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@metamask/eth-sig-util": "^7.0.1",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.3",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-foundry": "^1.1.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
Expand All @@ -32,26 +32,26 @@
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"@openzeppelin/docs-utils": "^0.1.5",
"@openzeppelin/hardhat-upgrades": "^3.0.0",
"@openzeppelin/hardhat-upgrades": "^3.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typechain/ethers-v6": "^0.5.1",
"@types/chai": "^4.3.11",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^6.9.0",
"ethers": "^6.9.2",
"fs-extra": "^11.2.0",
"hardhat": "^2.19.3",
"hardhat": "^2.19.4",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.45",
Expand All @@ -61,7 +61,7 @@
"micromatch": "^4.0.5",
"mocha": "^10.2.0",
"prettier": "^3.1.1",
"prettier-plugin-solidity": "^1.2.0",
"prettier-plugin-solidity": "^1.3.1",
"solhint": "^4.0.0",
"solidity-ast": "^0.4.55",
"solidity-docgen": "0.6.0-beta.36",
Expand Down
Loading

0 comments on commit 0549be5

Please sign in to comment.