diff --git a/examples/custom-ipld-formats/package.json b/examples/custom-ipld-formats/package.json index a592b45e05..2601e67660 100644 --- a/examples/custom-ipld-formats/package.json +++ b/examples/custom-ipld-formats/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "cids": "^1.1.5", - "ipfs-daemon": "^0.4.2", - "ipfs-core": "^0.4.2", - "ipfs-http-client": "^48.2.2", + "ipfs-daemon": "^0.12.0", + "ipfs-core": "^0.14.0", + "ipfs-http-client": "^50.0.0", "multicodec": "^2.0.1", "multihashing-async": "^2.0.1", "uint8arrays": "^1.1.0"