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 00f76b3 commit d081be9
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ jobs:
- run: |
pnpm install
pnpm run fmt:global-check
# -i is to ignore packages that are expected to have multiple versions across the workspace
npx sherif@0.9.0 -i @openzeppelin/contracts
pnpm run lint:monorepo
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"scripts": {
"fmt:global": "prettier --write .",
"fmt:global-check": "prettier --check ."
"fmt:global-check": "prettier --check .",
"lint:monorepo": "sherif -i @openzeppelin/contracts -i @safe-global/safe-contracts"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,6 +42,7 @@
"eslint-plugin-react-refresh": "^0.4.7",
"prettier": "^3.3.0",
"prettier-plugin-solidity": "^1.3.1",
"rimraf": "^5.0.7"
"rimraf": "^5.0.7",
"sherif": "0.9.0"
}
}
64 changes: 64 additions & 0 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 d081be9

Please sign in to comment.