Skip to content

Commit

Permalink
fix(dep): hardhat versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Jun 6, 2024
1 parent f2f6f6e commit 7f91287
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 171 deletions.
11 changes: 4 additions & 7 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"@commitlint/config-conventional": "^17.1.0",
"@dlsl/hardhat-markup": "^1.0.0-rc.7",
"@looksrare/contracts-libs": "^3.4.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-viem": "^1.0.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-viem": "^2.0.2",
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/defender-sdk": "^1.4.0",
"@openzeppelin/hardhat-upgrades": "2.3.3",
Expand Down Expand Up @@ -109,8 +109,5 @@
"test:hardhat": "hardhat test",
"test:gas": "forge test --match-path test/foundry/PerformanceTesting.t.sol --gas-report",
"hardhat": "hardhat"
},
"dependencies": {
"hardhat": "^2.18.3"
}
}
Loading

0 comments on commit 7f91287

Please sign in to comment.