Skip to content

Commit

Permalink
🪲 Add resolutions to examples (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Feb 28, 2024
1 parent 8eaca17 commit 3025a61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/oapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"resolutions": {
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"ethers": "^5.7.2"
},
"devDependencies": {
Expand Down Expand Up @@ -58,11 +59,13 @@
},
"overrides": {
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"ethers": "^5.7.2"
},
"pnpm": {
"overrides": {
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"ethers": "^5.7.2"
}
}
Expand Down
3 changes: 3 additions & 0 deletions examples/oft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"resolutions": {
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"ethers": "^5.7.2"
},
"devDependencies": {
Expand Down Expand Up @@ -58,11 +59,13 @@
},
"overrides": {
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"ethers": "^5.7.2"
},
"pnpm": {
"overrides": {
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"ethers": "^5.7.2"
}
}
Expand Down

0 comments on commit 3025a61

Please sign in to comment.