Skip to content

Commit

Permalink
deps(dev): bump go-ipfs from 0.20.0 to 0.22.0 (#22)
Browse files Browse the repository at this point in the history
Bumps [go-ipfs](https://github.com/ipfs/npm-go-ipfs) from 0.20.0 to 0.22.0.
- [Commits](ipfs/npm-kubo@v0.20.0...v0.22.0)

---
updated-dependencies:
- dependency-name: go-ipfs
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: achingbrain <alex@achingbrain.net>
  • Loading branch information
dependabot[bot] and achingbrain authored Aug 27, 2023
1 parent 546afef commit c8a2e7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@ipld/car": "^5.1.1",
"@libp2p/websockets": "^6.0.1",
"aegir": "^40.0.11",
"go-ipfs": "^0.20.0",
"go-ipfs": "^0.22.0",
"helia": "^1.0.0",
"ipfs-unixfs-importer": "^15.1.0",
"ipfsd-ctl": "^13.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/interop/test/fixtures/create-kubo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-expect-error no types
import * as goIpfs from 'go-ipfs'
import { type Controller, type ControllerOptions, createController } from 'ipfsd-ctl'
import * as kuboRpcClient from 'kubo-rpc-client'
Expand Down

0 comments on commit c8a2e7f

Please sign in to comment.