Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed May 21, 2024
1 parent 64930ed commit 94af93c
Show file tree
Hide file tree
Showing 2 changed files with 701 additions and 892 deletions.
41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,52 +100,51 @@
"prepare:release": "pnpm prepare && pnpm export-types && pnpm lint && pnpm test"
},
"dependencies": {
"hardhat": "2.22.3"
"hardhat": "2.22.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@matterlabs/hardhat-zksync-deploy": "^1.3.0",
"@matterlabs/hardhat-zksync-solc": "^1.1.4",
"@matterlabs/hardhat-zksync-verify": "^1.4.2",
"@nomicfoundation/edr-linux-x64-gnu": "^0.3.2",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@matterlabs/hardhat-zksync-verify": "^1.4.3",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomiclabs/hardhat-solhint": "^3.0.1",
"@openzeppelin/contracts": "4.9.3",
"@nomiclabs/hardhat-solhint": "^3.1.0",
"@openzeppelin/contracts": "5.0.2",
"@typechain/ethers-v6": "^0.5.1",
"@types/chai": "^4.3.13",
"@types/chai": "^4.3.16",
"@types/chance": "^1.1.6",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"chai-bigint": "^0.2.0",
"chance": "^1.1.11",
"copyfiles": "^2.4.1",
"decimal.js": "^10.4.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"ethereumjs-util": "^7.1.5",
"ethers": "^6.11.1",
"glob": "^10.3.10",
"ethers": "^6.12.1",
"glob": "^10.3.15",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.12.2",
"hardhat-deploy-ethers": "^0.4.1",
"mocha": "^10.3.0",
"hardhat-deploy": "^0.12.4",
"hardhat-deploy-ethers": "^0.4.2",
"mocha": "^10.4.0",
"mocha-silent-reporter": "^1.0.0",
"prettier": "^3.2.5",
"prettier-package-json": "^2.8.0",
"prettier-plugin-solidity": "^1.3.1",
"solc": "0.8.19",
"solhint": "^4.5.2",
"solc": "0.8.26",
"solhint": "^5.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"zksync-ethers": "^6.7.0"
"typescript": "^5.4.5",
"zksync-ethers": "^6.7.1"
}
}
Loading

0 comments on commit 94af93c

Please sign in to comment.