Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit df6c526

Browse files
authored
Merge pull request #231 from ipfs/fix-dependencies
chore: fix dependencies
2 parents f53b6ef + 0a92500 commit df6c526

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@
4343
"ipfs": "~0.32.2",
4444
"ipfs-block-service": "~0.14.0",
4545
"ipfs-repo": "~0.24.0",
46+
"ipld": "~0.18.0",
47+
"mkdirp": "~0.5.1",
4648
"multihashes": "~0.4.14",
4749
"ncp": "^2.0.0",
4850
"pull-generate": "^2.2.0",
51+
"pull-stream-to-stream": "^1.3.4",
4952
"pull-zip": "^2.0.1",
5053
"rimraf": "^2.6.2",
51-
"sinon": "^6.1.5",
52-
"split": "^1.0.1"
54+
"sinon": "^6.1.5"
5355
},
5456
"dependencies": {
5557
"async": "^2.6.1",
5658
"cids": "~0.5.5",
5759
"deep-extend": "~0.6.0",
5860
"ipfs-unixfs": "~0.1.15",
59-
"ipld": "~0.18.0",
6061
"ipld-dag-pb": "~0.14.6",
6162
"left-pad": "^1.3.0",
62-
"lodash": "^4.17.11",
6363
"multihashing-async": "~0.5.1",
6464
"pull-batch": "^1.0.0",
6565
"pull-block": "^1.4.0",

0 commit comments

Comments
 (0)