Skip to content

Commit 2e41108

Browse files
authored
deps: update deps (#159)
1 parent 182f4a8 commit 2e41108

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -132,27 +132,27 @@
132132
"docs": "aegir docs"
133133
},
134134
"dependencies": {
135-
"@libp2p/interface-content-routing": "^2.0.0",
136-
"@libp2p/interface-peer-id": "^2.0.0",
137-
"@libp2p/interface-peer-info": "^1.0.3",
138-
"@libp2p/interfaces": "^3.0.3",
139-
"@libp2p/logger": "^3.0.0",
135+
"@libp2p/interface-content-routing": "^2.1.1",
136+
"@libp2p/interface-peer-id": "^2.0.2",
137+
"@libp2p/interface-peer-info": "^1.0.10",
138+
"@libp2p/interfaces": "^3.3.2",
139+
"@libp2p/logger": "^3.0.2",
140140
"any-signal": "^4.1.1",
141141
"err-code": "^3.0.1",
142-
"it-drain": "^3.0.2",
142+
"it-drain": "^3.0.3",
143143
"multiformats": "^12.0.1",
144144
"p-defer": "^4.0.0",
145-
"p-queue": "^7.2.0"
145+
"p-queue": "^7.3.4"
146146
},
147147
"devDependencies": {
148-
"@libp2p/peer-id": "^3.0.1",
149-
"aegir": "^40.0.9",
150-
"go-ipfs": "^0.21.0",
151-
"ipfs-core-types": "^0.14.0",
148+
"@libp2p/peer-id": "^3.0.2",
149+
"aegir": "^40.0.11",
150+
"go-ipfs": "^0.22.0",
151+
"ipfs-core-types": "^0.14.1",
152152
"ipfsd-ctl": "^13.0.0",
153-
"it-all": "^3.0.2",
153+
"it-all": "^3.0.3",
154154
"kubo-rpc-client": "^3.0.1",
155-
"uint8arrays": "^4.0.2",
155+
"uint8arrays": "^4.0.6",
156156
"wherearewe": "^2.0.1"
157157
},
158158
"browser": {

test/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import { stop } from '@libp2p/interfaces/startable'
44
import { peerIdFromString } from '@libp2p/peer-id'
55
import { expect } from 'aegir/chai'
6-
// @ts-expect-error no types
76
import goIpfs from 'go-ipfs'
87
import { type Controller, createFactory } from 'ipfsd-ctl'
98
import all from 'it-all'

0 commit comments

Comments
 (0)