Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Oct 24, 2024
1 parent 0f6f0a3 commit ccc2da3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
working-directory: examples/${{ matrix.project }}
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1
with:
bun-version: latest
- name: Install dependencies
Expand Down
14 changes: 7 additions & 7 deletions examples/helia-101/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe/libp2p-yamux": "^7.0.1",
"@helia/http": "^2.0.0",
"@helia/http": "^2.0.1",
"@helia/unixfs": "^4.0.0",
"@libp2p/bootstrap": "^11.0.7",
"@libp2p/identify": "^3.0.7",
"@libp2p/tcp": "^10.0.8",
"@libp2p/bootstrap": "^11.0.9",
"@libp2p/identify": "^3.0.9",
"@libp2p/tcp": "^10.0.10",
"blockstore-core": "^5.0.2",
"datastore-core": "^10.0.2",
"helia": "^5.0.0",
"libp2p": "^2.1.6"
"helia": "^5.1.0",
"libp2p": "^2.1.10"
},
"devDependencies": {
"test-ipfs-example": "^1.3.0"
"test-ipfs-example": "^1.3.3"
}
}

0 comments on commit ccc2da3

Please sign in to comment.