Skip to content

Commit 9485390

Browse files
committed
deps!: update multiformats to 10.x.x
Also updates uint8arrays
1 parent a5b9cad commit 9485390

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"release": "lerna exec --concurrency 1 -- semantic-release -e semantic-release-monorepo"
3434
},
3535
"dependencies": {
36-
"lerna": "^5.0.0"
36+
"lerna": "^6.0.1"
3737
},
3838
"workspaces": [
3939
"packages/*"

packages/ipfs-unixfs-exporter/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,14 @@
158158
"hamt-sharding": "^3.0.0",
159159
"interface-blockstore": "^3.0.0",
160160
"ipfs-unixfs": "^7.0.0",
161-
"it-last": "^1.0.5",
162-
"it-parallel": "^2.0.1",
161+
"it-last": "^2.0.0",
162+
"it-map": "^2.0.0",
163+
"it-parallel": "^3.0.0",
163164
"it-pipe": "^2.0.4",
164165
"it-pushable": "^3.1.0",
165-
"it-map": "^1.0.6",
166+
"multiformats": "^10.0.0",
166167
"p-queue": "^7.3.0",
167-
"multiformats": "^9.4.2",
168-
"uint8arrays": "^3.0.0"
168+
"uint8arrays": "^4.0.2"
169169
},
170170
"devDependencies": {
171171
"@types/sinon": "^10.0.0",
@@ -175,9 +175,9 @@
175175
"crypto-browserify": "^3.12.0",
176176
"delay": "^5.0.0",
177177
"ipfs-unixfs-importer": "^10.0.0",
178-
"it-all": "^1.0.5",
179-
"it-buffer-stream": "^2.0.0",
180-
"it-first": "^1.0.6",
178+
"it-all": "^2.0.0",
179+
"it-buffer-stream": "^3.0.0",
180+
"it-first": "^2.0.0",
181181
"merge-options": "^3.0.4",
182182
"native-abort-controller": "^1.0.3",
183183
"sinon": "^14.0.0"

packages/ipfs-unixfs-importer/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -158,20 +158,20 @@
158158
"hamt-sharding": "^3.0.0",
159159
"interface-blockstore": "^3.0.0",
160160
"ipfs-unixfs": "^7.0.0",
161-
"it-all": "^1.0.5",
162-
"it-batch": "^1.0.8",
163-
"it-first": "^1.0.6",
164-
"it-parallel-batch": "^1.0.9",
161+
"it-all": "^2.0.0",
162+
"it-batch": "^2.0.0",
163+
"it-first": "^2.0.0",
164+
"it-parallel-batch": "^2.0.0",
165165
"merge-options": "^3.0.4",
166-
"multiformats": "^9.4.2",
166+
"multiformats": "^10.0.0",
167167
"rabin-wasm": "^0.1.4",
168-
"uint8arrays": "^3.0.0"
168+
"uint8arrays": "^4.0.2"
169169
},
170170
"devDependencies": {
171171
"aegir": "^37.5.0",
172172
"assert": "^2.0.0",
173173
"blockstore-core": "^2.0.1",
174-
"it-buffer-stream": "^2.0.0",
174+
"it-buffer-stream": "^3.0.0",
175175
"wherearewe": "^2.0.1"
176176
},
177177
"browser": {

packages/ipfs-unixfs-importer/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { UnixFS, Mtime } from 'ipfs-unixfs'
2-
import type { CID, CIDVersion } from 'multiformats/cid'
2+
import type { CID, Version as CIDVersion } from 'multiformats/cid'
33
import type { MultihashHasher } from 'multiformats/hashes/interface'
44
import type { BlockCodec } from 'multiformats/codecs/interface'
55
import type { Blockstore } from 'interface-blockstore'

packages/ipfs-unixfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"devDependencies": {
164164
"aegir": "^37.5.0",
165165
"protobufjs-cli": "^1.0.0",
166-
"uint8arrays": "^3.0.0"
166+
"uint8arrays": "^4.0.2"
167167
},
168168
"browser": {
169169
"fs": false

0 commit comments

Comments
 (0)