Skip to content

Commit

Permalink
pin dependencies that affect the bytecode
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Jul 5, 2024
1 parent 2716468 commit 00f76b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
pnpm install
pnpm run fmt:global-check
# -i is to ignore packages that are expected to have multiple versions across the workspace
npx sherif@latest -i @openzeppelin/contracts
npx sherif@0.9.0 -i @openzeppelin/contracts
4 changes: 2 additions & 2 deletions modules/4337/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"url": "https://github.com/safe-global/safe-modules/issues"
},
"devDependencies": {
"@account-abstraction/contracts": "0.7.0",
"@noble/curves": "^1.4.0",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
Expand All @@ -74,6 +73,7 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@safe-global/safe-contracts": "^1.4.1-build.0"
"@account-abstraction/contracts": "0.7.0",
"@safe-global/safe-contracts": "1.4.1-build.0"
}
}
2 changes: 1 addition & 1 deletion modules/recovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"dependencies": {
"candide-contracts": "github:5afe/CandideWalletContracts#113d3c059e039e332637e8f686d9cbd505f1e738",
"@openzeppelin/contracts": "=4.9.6",
"@safe-global/safe-contracts": "^1.4.1-build.0"
"@safe-global/safe-contracts": "=1.4.1-build.0"
}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00f76b3

Please sign in to comment.