Skip to content

Commit

Permalink
deps: update deps (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad authored Aug 30, 2023
1 parent 182f4a8 commit 2e41108
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,27 +132,27 @@
"docs": "aegir docs"
},
"dependencies": {
"@libp2p/interface-content-routing": "^2.0.0",
"@libp2p/interface-peer-id": "^2.0.0",
"@libp2p/interface-peer-info": "^1.0.3",
"@libp2p/interfaces": "^3.0.3",
"@libp2p/logger": "^3.0.0",
"@libp2p/interface-content-routing": "^2.1.1",
"@libp2p/interface-peer-id": "^2.0.2",
"@libp2p/interface-peer-info": "^1.0.10",
"@libp2p/interfaces": "^3.3.2",
"@libp2p/logger": "^3.0.2",
"any-signal": "^4.1.1",
"err-code": "^3.0.1",
"it-drain": "^3.0.2",
"it-drain": "^3.0.3",
"multiformats": "^12.0.1",
"p-defer": "^4.0.0",
"p-queue": "^7.2.0"
"p-queue": "^7.3.4"
},
"devDependencies": {
"@libp2p/peer-id": "^3.0.1",
"aegir": "^40.0.9",
"go-ipfs": "^0.21.0",
"ipfs-core-types": "^0.14.0",
"@libp2p/peer-id": "^3.0.2",
"aegir": "^40.0.11",
"go-ipfs": "^0.22.0",
"ipfs-core-types": "^0.14.1",
"ipfsd-ctl": "^13.0.0",
"it-all": "^3.0.2",
"it-all": "^3.0.3",
"kubo-rpc-client": "^3.0.1",
"uint8arrays": "^4.0.2",
"uint8arrays": "^4.0.6",
"wherearewe": "^2.0.1"
},
"browser": {
Expand Down
1 change: 0 additions & 1 deletion test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { stop } from '@libp2p/interfaces/startable'
import { peerIdFromString } from '@libp2p/peer-id'
import { expect } from 'aegir/chai'
// @ts-expect-error no types
import goIpfs from 'go-ipfs'
import { type Controller, createFactory } from 'ipfsd-ctl'
import all from 'it-all'
Expand Down

0 comments on commit 2e41108

Please sign in to comment.