diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index 33529bd5..ae1f230c 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -156,8 +156,8 @@ "@multiformats/murmur3": "^1.0.3", "err-code": "^3.0.1", "hamt-sharding": "^3.0.0", - "interface-blockstore": "^2.0.3", - "ipfs-unixfs": "^6.0.0", + "interface-blockstore": "^3.0.0", + "ipfs-unixfs": "^7.0.0", "it-last": "^1.0.5", "multiformats": "^9.4.2", "uint8arrays": "^3.0.0" @@ -166,9 +166,9 @@ "@types/sinon": "^10.0.0", "abort-controller": "^3.0.0", "aegir": "^37.5.0", - "blockstore-core": "^1.0.5", + "blockstore-core": "^2.0.1", "crypto-browserify": "^3.12.0", - "ipfs-unixfs-importer": "^9.0.0", + "ipfs-unixfs-importer": "^10.0.0", "it-all": "^1.0.5", "it-buffer-stream": "^2.0.0", "it-first": "^1.0.6", diff --git a/packages/ipfs-unixfs-exporter/test/importer.spec.js b/packages/ipfs-unixfs-exporter/test/importer.spec.js index d97cc068..66def5d5 100644 --- a/packages/ipfs-unixfs-exporter/test/importer.spec.js +++ b/packages/ipfs-unixfs-exporter/test/importer.spec.js @@ -1107,7 +1107,7 @@ describe('configuration', () => { path: 'path', content: 'content' }], block, { - /** @type {import('ipfs-unixfs-importer/src/types').DAGBuilder} */ + /** @type {import('ipfs-unixfs-importer').DAGBuilder} */ dagBuilder: async function * (source, block, opts) { // eslint-disable-line require-await yield function () { return Promise.resolve({ @@ -1118,7 +1118,7 @@ describe('configuration', () => { }) } }, - /** @type {import('ipfs-unixfs-importer/src/types').TreeBuilder} */ + /** @type {import('ipfs-unixfs-importer').TreeBuilder} */ treeBuilder: async function * (source, block, opts) { // eslint-disable-line require-await builtTree = true yield * source diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index 432e41bd..6ffca6fb 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -156,8 +156,8 @@ "bl": "^5.0.0", "err-code": "^3.0.1", "hamt-sharding": "^3.0.0", - "interface-blockstore": "^2.0.3", - "ipfs-unixfs": "^6.0.0", + "interface-blockstore": "^3.0.0", + "ipfs-unixfs": "^7.0.0", "it-all": "^1.0.5", "it-batch": "^1.0.8", "it-first": "^1.0.6", @@ -170,9 +170,9 @@ "devDependencies": { "aegir": "^37.5.0", "assert": "^2.0.0", - "blockstore-core": "^1.0.5", + "blockstore-core": "^2.0.1", "it-buffer-stream": "^2.0.0", - "wherearewe": "^1.0.0" + "wherearewe": "^2.0.1" }, "browser": { "fs": false