Skip to content

Commit c2df9c7

Browse files
authored
fix: update benchmark deps (#860)
1 parent 63338b9 commit c2df9c7

File tree

5 files changed

+38
-38
lines changed

5 files changed

+38
-38
lines changed

benchmarks/add-dir/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"@helia/unixfs": "^5.0.2",
1717
"aegir": "^47.0.7",
1818
"blockstore-core": "^6.0.2",
19-
"blockstore-fs": "^2.0.1",
19+
"blockstore-fs": "^3.0.2",
2020
"datastore-core": "^11.0.2",
21-
"datastore-level": "^11.0.1",
21+
"datastore-level": "^12.0.2",
2222
"execa": "^9.5.3",
2323
"helia": "^5.1.1",
2424
"ipfs-unixfs-importer": "^16.0.1",
@@ -27,6 +27,6 @@
2727
"kubo": "^0.38.0",
2828
"kubo-rpc-client": "^5.0.0",
2929
"multiformats": "^13.1.0",
30-
"tinybench": "^4.0.1"
30+
"tinybench": "^5.0.1"
3131
}
3232
}

benchmarks/gc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"devDependencies": {
1414
"@ipld/dag-pb": "^4.0.6",
1515
"aegir": "^47.0.7",
16-
"blockstore-fs": "^2.0.1",
17-
"datastore-level": "^11.0.1",
16+
"blockstore-fs": "^3.0.2",
17+
"datastore-level": "^12.0.2",
1818
"execa": "^9.5.3",
1919
"helia": "^5.1.1",
2020
"ipfsd-ctl": "^15.0.0",
@@ -24,7 +24,7 @@
2424
"kubo": "^0.38.0",
2525
"kubo-rpc-client": "^5.0.0",
2626
"multiformats": "^13.0.0",
27-
"tinybench": "^4.0.1"
27+
"tinybench": "^5.0.1"
2828
},
2929
"private": true
3030
}

benchmarks/pinning/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"devDependencies": {
1414
"@ipld/dag-pb": "^4.0.6",
1515
"aegir": "^47.0.7",
16-
"blockstore-fs": "^2.0.1",
17-
"datastore-level": "^11.0.1",
16+
"blockstore-fs": "^3.0.2",
17+
"datastore-level": "^12.0.2",
1818
"execa": "^9.5.3",
1919
"helia": "^5.1.1",
2020
"ipfsd-ctl": "^15.0.0",
@@ -24,7 +24,7 @@
2424
"kubo": "^0.38.0",
2525
"kubo-rpc-client": "^5.0.0",
2626
"multiformats": "^13.0.0",
27-
"tinybench": "^4.0.1"
27+
"tinybench": "^5.0.1"
2828
},
2929
"private": true
3030
}

benchmarks/transfer/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@
1313
"start": "npm run build && node dist/src/index.js"
1414
},
1515
"devDependencies": {
16-
"@chainsafe/libp2p-noise": "^16.0.0",
17-
"@chainsafe/libp2p-yamux": "^7.0.0",
18-
"@libp2p/identify": "^3.0.1",
19-
"@helia/unixfs": "^4.0.1",
16+
"@chainsafe/libp2p-noise": "^17.0.0",
17+
"@chainsafe/libp2p-yamux": "^8.0.0",
18+
"@helia/unixfs": "^5.1.0",
2019
"@ipld/dag-pb": "^4.0.2",
21-
"@libp2p/tcp": "^10.0.1",
22-
"@multiformats/multiaddr": "^12.3.1",
20+
"@libp2p/identify": "^4.0.5",
21+
"@libp2p/tcp": "^11.0.5",
22+
"@multiformats/multiaddr": "^13.0.1",
2323
"aegir": "^47.0.7",
24-
"blockstore-fs": "^2.0.1",
25-
"datastore-level": "^11.0.1",
24+
"blockstore-fs": "^3.0.2",
25+
"datastore-level": "^12.0.2",
2626
"helia": "^5.1.1",
2727
"ipfs-unixfs-importer": "^16.0.1",
2828
"ipfsd-ctl": "^15.0.0",
2929
"it-buffer-stream": "^3.0.2",
3030
"it-drain": "^3.0.1",
3131
"kubo": "^0.38.0",
3232
"kubo-rpc-client": "^5.0.0",
33-
"libp2p": "^2.9.0",
33+
"libp2p": "^3.0.6",
3434
"multiformats": "^13.1.0",
35-
"pretty-bytes": "^6.1.0",
35+
"pretty-bytes": "^7.1.0",
3636
"uint8arrays": "^5.1.0"
3737
}
3838
}

benchmarks/transports/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@
1212
"start": "npm run build && node dist/src/index.js"
1313
},
1414
"devDependencies": {
15-
"@chainsafe/libp2p-noise": "^16.0.0",
16-
"@chainsafe/libp2p-yamux": "^7.0.0",
15+
"@chainsafe/libp2p-noise": "^17.0.0",
16+
"@chainsafe/libp2p-yamux": "^8.0.0",
1717
"@helia/block-brokers": "^4.0.2",
1818
"@helia/routers": "^3.0.0",
19-
"@helia/unixfs": "^4.0.1",
19+
"@helia/unixfs": "^5.1.0",
2020
"@ipld/dag-pb": "^4.1.0",
21-
"@libp2p/circuit-relay-v2": "^3.0.0",
22-
"@libp2p/identify": "^3.0.0",
23-
"@libp2p/interface": "^2.0.0",
24-
"@libp2p/logger": "^5.0.0",
25-
"@libp2p/tcp": "^10.0.0",
26-
"@libp2p/webrtc": "^5.0.0",
27-
"@libp2p/websockets": "^9.0.0",
28-
"@libp2p/webtransport": "^5.0.0",
29-
"@multiformats/multiaddr": "^12.2.1",
21+
"@libp2p/circuit-relay-v2": "^4.0.5",
22+
"@libp2p/identify": "^4.0.5",
23+
"@libp2p/interface": "^3.0.2",
24+
"@libp2p/logger": "^6.0.5",
25+
"@libp2p/tcp": "^11.0.5",
26+
"@libp2p/webrtc": "^6.0.6",
27+
"@libp2p/websockets": "^10.0.6",
28+
"@libp2p/webtransport": "^6.0.7",
29+
"@multiformats/multiaddr": "^13.0.1",
3030
"aegir": "^47.0.7",
31-
"blockstore-fs": "^2.0.1",
32-
"blockstore-idb": "^2.0.1",
33-
"datastore-idb": "^3.0.0",
34-
"datastore-level": "^11.0.1",
31+
"blockstore-fs": "^3.0.2",
32+
"blockstore-idb": "^3.0.1",
33+
"datastore-idb": "^4.0.1",
34+
"datastore-level": "^12.0.2",
3535
"debug": "^4.3.4",
36-
"execa": "^8.0.1",
36+
"execa": "^9.6.0",
3737
"helia": "^5.1.1",
3838
"interface-blockstore": "^6.0.1",
3939
"interface-datastore": "^9.0.2",
@@ -43,10 +43,10 @@
4343
"it-drain": "^3.0.7",
4444
"kubo": "^0.38.0",
4545
"kubo-rpc-client": "^5.0.0",
46-
"libp2p": "^2.9.0",
46+
"libp2p": "^3.0.6",
4747
"multiformats": "^13.1.0",
4848
"playwright-test": "^14.1.1",
49-
"pretty-bytes": "^6.1.0",
49+
"pretty-bytes": "^7.1.0",
5050
"uint8arrays": "^5.0.3"
5151
},
5252
"browser": {

0 commit comments

Comments
 (0)