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

Commit 1048c25

Browse files
authoredMay 6, 2018
chore: update deps and revert ipfs-repo to 0.20.0
* chore: update deps * chore: fix deps * chore: update ipfs-api dep * initialization issue introduced with ipfs-repo 0.20.1
1 parent 7a027cc commit 1048c25

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed
 

‎package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@
7373
"expose-loader": "^0.7.5",
7474
"form-data": "^2.3.2",
7575
"hat": "0.0.3",
76-
"interface-ipfs-core": "~0.64.2",
77-
"ipfsd-ctl": "^0.32.1",
76+
"interface-ipfs-core": "~0.64.3",
77+
"ipfsd-ctl": "^0.33.1",
7878
"lodash": "^4.17.10",
7979
"mocha": "^5.1.1",
8080
"ncp": "^2.0.0",
8181
"nexpect": "^0.5.0",
8282
"pre-commit": "^1.2.2",
8383
"pretty-bytes": "^4.0.2",
84-
"qs": "^6.5.1",
84+
"qs": "^6.5.2",
8585
"random-fs": "^1.0.3",
8686
"rimraf": "^2.6.2",
8787
"stream-to-promise": "^2.2.0",
@@ -106,19 +106,18 @@
106106
"hapi-set-header": "^1.0.2",
107107
"hoek": "^5.0.3",
108108
"human-to-milliseconds": "^1.0.0",
109-
"ipfs-api": "^20.2.0",
109+
"ipfs-api": "^20.2.1",
110110
"ipfs-bitswap": "~0.20.0",
111111
"ipfs-block": "~0.7.1",
112112
"ipfs-block-service": "~0.14.0",
113113
"ipfs-multipart": "~0.1.0",
114-
"ipfs-repo": "~0.20.0",
114+
"ipfs-repo": "0.20.0",
115115
"ipfs-unixfs": "~0.1.14",
116-
"ipld-dag-cbor": "^0.12.0",
117-
"ipld-dag-pb": "^0.14.4",
118116
"ipfs-unixfs-engine": "~0.29.0",
119117
"ipld": "^0.17.0",
118+
"ipld-dag-cbor": "^0.12.0",
119+
"ipld-dag-pb": "~0.14.4",
120120
"is-ipfs": "^0.3.2",
121-
"ipld-dag-pb": "~0.14.3",
122121
"is-pull-stream": "0.0.0",
123122
"is-stream": "^1.1.0",
124123
"joi": "^13.2.0",
@@ -145,8 +144,8 @@
145144
"mafmt": "^6.0.0",
146145
"mime-types": "^2.1.18",
147146
"mkdirp": "~0.5.1",
148-
"multibase": "^0.4.0",
149147
"multiaddr": "^5.0.0",
148+
"multibase": "^0.4.0",
150149
"multihashes": "~0.4.13",
151150
"once": "^1.4.0",
152151
"path-exists": "^3.0.0",

0 commit comments

Comments
 (0)
This repository has been archived.