Skip to content

Commit

Permalink
🔁 Bump hardhat Dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Nov 17, 2023
1 parent 3c105ad commit b0c3a05
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 118 deletions.
2 changes: 1 addition & 1 deletion contracts/lib/forge-std
Submodule forge-std updated 3 files
+1 −1 package.json
+22 −0 src/Vm.sol
+1 −1 test/Vm.t.sol
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@matterlabs/hardhat-zksync-solc": "^1.0.0",
"@matterlabs/hardhat-zksync-verify": "^1.0.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-foundry": "^1.1.1",
"@nomicfoundation/hardhat-ledger": "^1.0.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
Expand All @@ -136,14 +136,14 @@
"@typechain/hardhat": "^8.0.3",
"@types/chai": "^4.3.10",
"@types/mocha": "^10.0.4",
"@types/node": "^20.9.0",
"@types/node": "^20.9.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"chai": "^4.3.10",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"ethers": "^6.8.1",
"hardhat": "^2.19.0",
"hardhat": "^2.19.1",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.9",
Expand Down
Loading

0 comments on commit b0c3a05

Please sign in to comment.