Skip to content

Commit

Permalink
🔁 Bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Sep 10, 2023
1 parent 6b2635a commit 12a46f3
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 196 deletions.
2 changes: 1 addition & 1 deletion contracts/lib/forge-std
Submodule forge-std updated 2 files
+4 −0 src/StdJson.sol
+1 −0 src/Vm.sol
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const config: HardhatUserConfig = {
},
},
zksolc: {
version: "1.3.13",
version: "1.3.14",
compilerSource: "binary",
settings: {
isSystem: false,
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@matterlabs/hardhat-zksync-deploy": "^0.6.4",
"@matterlabs/hardhat-zksync-solc": "^0.4.1",
"@matterlabs/hardhat-zksync-deploy": "^0.6.5",
"@matterlabs/hardhat-zksync-solc": "^0.4.2",
"@matterlabs/hardhat-zksync-verify": "^0.1.8",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-ledger": "^1.0.1",
Expand All @@ -120,17 +120,17 @@
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@openzeppelin/contracts": "^4.9.3",
"@tenderly/hardhat-tenderly": "^1.7.7",
"@truffle/dashboard-hardhat-plugin": "^0.2.13",
"@truffle/dashboard-hardhat-plugin": "^0.2.14",
"@typechain/ethers-v5": "^10.2.0",
"@typechain/hardhat": "^6.1.5",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"chai": "^4.3.8",
"dotenv": "^16.3.1",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"ethers": "^5.7.2",
"hardhat": "^2.17.2",
Expand All @@ -144,7 +144,7 @@
"ts-node": "^10.9.1",
"typechain": "^8.3.1",
"typescript": "^5.2.2",
"undici": "^5.23.0",
"undici": "^5.24.0",
"xdeployer": "^1.2.7",
"zksync-web3": "^0.14.3"
}
Expand Down
Loading

0 comments on commit 12a46f3

Please sign in to comment.