Skip to content

Commit

Permalink
fix(pnpm): overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Nov 1, 2023
1 parent 0c212dd commit 9ae0f09
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 161 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,13 @@
"type": "git",
"url": "git+https://github.com/hypercerts-org/hypercerts.git"
},
"resolutions": {
"overrides": {
"graphql": "^16.6.0",
"ethers": "5.7.2"
"@hypercerts/frontend": {
"ethers": "5.7.2"
},
"@hypercerts/sdk": {
"ethers": "5.7.2"
}
}
}
Loading

0 comments on commit 9ae0f09

Please sign in to comment.