Skip to content

Commit 0b407a3

Browse files
committed
chore: fix up missing deps
1 parent a70f4eb commit 0b407a3

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

packages/interop/package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,18 @@
5151
"@chainsafe/libp2p-noise": "^13.0.0",
5252
"@chainsafe/libp2p-yamux": "^5.0.0",
5353
"@helia/interface": "next",
54-
"@helia/unixfs": "^1.0.0",
54+
"@helia/mfs": "0.0.0",
5555
"@libp2p/tcp": "^8.0.2",
5656
"@libp2p/websockets": "^7.0.2",
5757
"aegir": "^40.0.9",
5858
"blockstore-core": "^4.0.1",
5959
"datastore-core": "^9.2.0",
6060
"go-ipfs": "^0.22.0",
6161
"helia": "next",
62-
"ipfs-core-types": "^0.14.0",
63-
"ipfs-unixfs-importer": "^15.1.0",
6462
"ipfsd-ctl": "^13.0.0",
65-
"it-to-buffer": "^4.0.1",
6663
"kubo-rpc-client": "^3.0.0",
6764
"libp2p": "^0.46.3",
6865
"merge-options": "^3.0.4",
69-
"multiformats": "^12.0.1",
7066
"wherearewe": "^2.0.1"
7167
},
7268
"browser": {

packages/interop/tsconfig.json

+5
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66
"include": [
77
"src",
88
"test"
9+
],
10+
"references": [
11+
{
12+
"path": "../mfs"
13+
}
914
]
1015
}

packages/mfs/package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -139,19 +139,13 @@
139139
"@ipld/dag-pb": "^4.0.0",
140140
"@libp2p/interfaces": "^3.3.1",
141141
"@libp2p/logger": "^3.0.1",
142-
"@multiformats/murmur3": "^2.1.2",
143-
"hamt-sharding": "^3.0.2",
144142
"interface-blockstore": "^5.0.0",
145143
"interface-datastore": "^8.2.2",
146144
"ipfs-unixfs": "^11.0.0",
147145
"ipfs-unixfs-exporter": "^13.1.0",
148146
"ipfs-unixfs-importer": "^15.1.0",
149147
"it-last": "^3.0.1",
150-
"it-pipe": "^3.0.1",
151-
"merge-options": "^3.0.4",
152-
"multiformats": "^12.0.1",
153-
"progress-events": "^1.0.0",
154-
"sparse-array": "^1.3.2"
148+
"multiformats": "^12.0.1"
155149
},
156150
"devDependencies": {
157151
"aegir": "^40.0.9",

0 commit comments

Comments
 (0)