Skip to content

Commit

Permalink
chore: move to bun part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Nov 8, 2024
1 parent 5aff45d commit 7f19ce9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,19 @@ jobs:
| React | `bun add @${{ github.repository_owner }}/${{ github.repository }}@${{ env.VERSION }}` |
- uses: stefanzweifel/git-auto-commit-action@v5
if: ${{ env.TAG == 'latest' }}
if: env.TAG == 'latest' && github.repository != 'settlemint/solidity-predeployed'
with:
commit_message: "chore: update package versions [skip ci]"
branch: main
file_pattern: 'package.json README.md all_allocations.json'

- uses: stefanzweifel/git-auto-commit-action@v5
if: env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed'
with:
commit_message: "chore: update package versions [skip ci]"
branch: main
file_pattern: 'all_allocations.json'

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down
Binary file modified bun.lockb
Binary file not shown.
16 changes: 2 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@nomicfoundation/hardhat-ignition-viem": "0.15.7",
"@nomicfoundation/hardhat-toolbox": "5.0.0",
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
"@ethereum-attestation-service/eas-contracts": "1.7.1",
"@nomiclabs/hardhat-solhint": "4.0.1",
"@openzeppelin/contracts": "5.1.0",
"@openzeppelin/subgraphs": "0.1.8-5",
Expand All @@ -51,20 +52,7 @@
"@graphprotocol/graph-cli": "0.88.0",
"@graphprotocol/graph-ts": "0.35.1"
},
"dependencies": {
"@mapbox/node-pre-gyp": "1.0.11",
"@nomicfoundation/solidity-analyzer": "0.1.2",
"canvas": "3.0.0-rc2",
"ethers": "6.13.4",
"image-size": "1.1.1",
"ipfs-http-client": "55.0.0",
"keccak256": "1.0.6",
"lodash": "4.17.21",
"merkletreejs": "0.4.0",
"nft.storage": "7.2.0",
"sharp": "0.33.5",
"@ethereum-attestation-service/eas-contracts": "1.7.1"
},
"dependencies": {},
"trustedDependencies": [
"protobufjs"
]
Expand Down

0 comments on commit 7f19ce9

Please sign in to comment.