Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 69ebfbd

Browse files
authored
fix: update deps (#340)
Interfaces and compliance tests have to be updated together.
1 parent c5190ad commit 69ebfbd

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
},
134134
"dependencies": {
135135
"@libp2p/crypto": "^0.22.12",
136-
"@libp2p/interfaces": "^1.3.32",
136+
"@libp2p/interfaces": "^2.0.1",
137137
"@libp2p/logger": "^1.1.4",
138138
"@libp2p/peer-id": "^1.1.10",
139139
"@libp2p/record": "^1.0.4",
@@ -162,18 +162,16 @@
162162
"p-queue": "^7.2.0",
163163
"private-ip": "^2.3.3",
164164
"protons-runtime": "^1.0.4",
165-
"streaming-iterables": "^6.0.0",
166165
"timeout-abort-controller": "^3.0.0",
167166
"uint8arrays": "^3.0.0",
168167
"varint": "^6.0.0"
169168
},
170169
"devDependencies": {
171-
"@libp2p/interface-compliance-tests": "^1.1.32",
170+
"@libp2p/interface-compliance-tests": "^2.0.1",
172171
"@libp2p/peer-id-factory": "^1.0.9",
173172
"@libp2p/peer-store": "^1.0.11",
174173
"@types/lodash.random": "^3.2.6",
175174
"@types/lodash.range": "^3.2.6",
176-
"@types/node": "^16.11.26",
177175
"@types/varint": "^6.0.0",
178176
"@types/which": "^2.0.1",
179177
"aegir": "^37.0.8",
@@ -187,7 +185,7 @@
187185
"lodash.range": "^3.2.0",
188186
"p-retry": "^5.0.0",
189187
"protons": "^3.0.4",
190-
"sinon": "^13.0.1",
188+
"sinon": "^14.0.0",
191189
"ts-sinon": "^2.0.2",
192190
"which": "^2.0.2"
193191
},

src/query-self.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-expect-error setMaxListeners is missing from the types
21
import { setMaxListeners } from 'events'
32
import take from 'it-take'
43
import length from 'it-length'

src/query/manager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
import { toString as uint8ArrayToString } from 'uint8arrays/to-string'
77
import { queryPath } from './query-path.js'
88
import merge from 'it-merge'
9-
// @ts-expect-error setMaxListeners is missing from the types
109
import { setMaxListeners } from 'events'
1110
import { EventEmitter, CustomEvent } from '@libp2p/interfaces/events'
1211
import { logger } from '@libp2p/logger'

0 commit comments

Comments
 (0)