Skip to content

Commit 7497590

Browse files
authored
deps: update helia deps to v1 (#16)
Helia v1 has shipped so update dep versions
1 parent 0f43c84 commit 7497590

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/interop/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@
5454
"devDependencies": {
5555
"@chainsafe/libp2p-noise": "^11.0.0",
5656
"@chainsafe/libp2p-yamux": "^3.0.5",
57-
"@helia/interface": "next",
57+
"@helia/interface": "^1.0.0",
5858
"@helia/unixfs": "^1.0.0",
5959
"@libp2p/tcp": "^6.1.2",
6060
"@libp2p/websockets": "^5.0.3",
6161
"aegir": "^38.1.0",
6262
"blockstore-core": "^4.0.1",
6363
"datastore-core": "^9.0.3",
6464
"go-ipfs": "^0.19.0",
65-
"helia": "next",
65+
"helia": "^1.0.0",
6666
"ipfs-core-types": "^0.14.0",
6767
"ipfs-unixfs-importer": "^15.1.0",
6868
"ipfsd-ctl": "^13.0.0",
6969
"it-to-buffer": "^3.0.1",
7070
"kubo-rpc-client": "^3.0.0",
71-
"libp2p": "next",
71+
"libp2p": "^0.43.2",
7272
"merge-options": "^3.0.4",
7373
"multiformats": "^11.0.1",
7474
"wherearewe": "^2.0.1"

packages/unixfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"release": "aegir release"
140140
},
141141
"dependencies": {
142-
"@helia/interface": "next",
142+
"@helia/interface": "^1.0.0",
143143
"@ipld/dag-pb": "^4.0.0",
144144
"@libp2p/interfaces": "^3.3.1",
145145
"@libp2p/logger": "^2.0.6",

0 commit comments

Comments
 (0)