fix(ctb): Use git hashes to specify deps in package.json#5318
fix(ctb): Use git hashes to specify deps in package.json#5318
Conversation
|
✅ Deploy Preview for opstack-docs canceled.
|
2125499 to
8aa7be0
Compare
| "hardhat-deploy": "^0.11.4", | ||
| "@safe-global/safe-contracts": "https://github.com/safe-global/safe-contracts.git#v1.3.0-libs.0", | ||
| "solady": "https://github.com/Vectorized/solady.git#v0.0.85", | ||
| "@safe-global/safe-contracts": "https://github.com/safe-global/safe-contracts.git#cb4b2b19b3e336b8defd3b8c9e0e6a2ae130598c", |
There was a problem hiding this comment.
We may need to fully remove the .git suffix.
There was a problem hiding this comment.
it was previously working on other packages (ie. forge-std above), but I'll give it a shot.
|
Hey @maurelian! This PR has merge conflicts. Please fix them before continuing review. |
|
Superceded by 5320 |
Description
#5292 seems to have introduced an issue with package installation.
Maybe this fixes it, we'll see.