Skip to content

Commit

Permalink
Hard lock on versions. (#2097)
Browse files Browse the repository at this point in the history
Co-authored-by: StefanIliev545 <[email protected]>
  • Loading branch information
StefanIliev545 and StefanIliev545 authored Oct 18, 2024
1 parent 51596d7 commit a9b0cbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"@openzeppelin/merkle-tree": "^1.0.7",
"@openzeppelin/contracts": "~5.0.1",
"@openzeppelin/contracts-upgradeable": "~5.0.1",
"@openzeppelin/merkle-tree": "~1.0.7",
"ethers": "^6.6.0",
"hardhat-ignore-warnings": "^0.2.6",
"ten-hardhat-plugin": "^0.0.9"
Expand Down

0 comments on commit a9b0cbe

Please sign in to comment.