Skip to content

Commit

Permalink
build: update node pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedali8 committed Sep 19, 2024
1 parent 1481d50 commit f47f4e4
Show file tree
Hide file tree
Showing 2 changed files with 831 additions and 743 deletions.
49 changes: 26 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,51 +31,54 @@
},
"devDependencies": {
"@ethersproject/bignumber": "^5.7.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.5",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-foundry": "^1.1.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@openzeppelin/contracts": "^5.0.1",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.10",
"@nomicfoundation/ignition-core": "^0.15.5",
"@openzeppelin/contracts": "^5.0.2",
"@primitivefi/hardhat-dodoc": "^0.2.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.11",
"@types/chai": "^4.3.19",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.17",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"chai": "4.4.1",
"chai": "4.5.0",
"chalk": "4.1.2",
"cross-env": "^7.0.3",
"dotenv": "^16.4.4",
"dotenv": "^16.4.5",
"ds-test": "github:dapphub/ds-test#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"ethers": "6.11.0",
"ethers": "6.13.2",
"evm-bn": "^1.1.2",
"forge-std": "github:foundry-rs/forge-std#v1.7.6",
"fs-extra": "^11.2.0",
"hardhat": "2.20.0",
"hardhat": "2.22.10",
"hardhat-contract-sizer": "2.10.0",
"hardhat-deploy": "^0.11.45",
"hardhat-deploy-ethers": "^0.4.1",
"hardhat-gas-reporter": "1.0.10",
"hardhat-deploy": "^0.12.4",
"hardhat-deploy-ethers": "^0.4.2",
"hardhat-gas-reporter": "2.2.1",
"hardhat-preprocessor": "^0.1.5",
"hardhat-test-suite-generator": "^2.0.0",
"lodash": "^4.17.21",
"mocha": "^10.3.0",
"prettier": "^3.2.5",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"shx": "0.3.4",
"solhint-community": "^3.7.0",
"solidity-coverage": "0.8.7",
"solhint-community": "^4.0.0",
"solidity-coverage": "0.8.13",
"ts-generator": "^0.1.1",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"files": [
"/contracts"
Expand Down
Loading

0 comments on commit f47f4e4

Please sign in to comment.