File tree 5 files changed +18
-18
lines changed
5 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 33
33
"release" : " lerna exec --concurrency 1 -- semantic-release -e semantic-release-monorepo"
34
34
},
35
35
"dependencies" : {
36
- "lerna" : " ^5 .0.0 "
36
+ "lerna" : " ^6 .0.1 "
37
37
},
38
38
"workspaces" : [
39
39
" packages/*"
Original file line number Diff line number Diff line change 158
158
"hamt-sharding" : " ^3.0.0" ,
159
159
"interface-blockstore" : " ^3.0.0" ,
160
160
"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" ,
163
164
"it-pipe" : " ^2.0.4" ,
164
165
"it-pushable" : " ^3.1.0" ,
165
- "it-map " : " ^1 .0.6 " ,
166
+ "multiformats " : " ^10 .0.0 " ,
166
167
"p-queue" : " ^7.3.0" ,
167
- "multiformats" : " ^9.4.2" ,
168
- "uint8arrays" : " ^3.0.0"
168
+ "uint8arrays" : " ^4.0.2"
169
169
},
170
170
"devDependencies" : {
171
171
"@types/sinon" : " ^10.0.0" ,
175
175
"crypto-browserify" : " ^3.12.0" ,
176
176
"delay" : " ^5.0.0" ,
177
177
"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 " ,
181
181
"merge-options" : " ^3.0.4" ,
182
182
"native-abort-controller" : " ^1.0.3" ,
183
183
"sinon" : " ^14.0.0"
Original file line number Diff line number Diff line change 158
158
"hamt-sharding" : " ^3.0.0" ,
159
159
"interface-blockstore" : " ^3.0.0" ,
160
160
"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 " ,
165
165
"merge-options" : " ^3.0.4" ,
166
- "multiformats" : " ^9.4.2 " ,
166
+ "multiformats" : " ^10.0.0 " ,
167
167
"rabin-wasm" : " ^0.1.4" ,
168
- "uint8arrays" : " ^3 .0.0 "
168
+ "uint8arrays" : " ^4 .0.2 "
169
169
},
170
170
"devDependencies" : {
171
171
"aegir" : " ^37.5.0" ,
172
172
"assert" : " ^2.0.0" ,
173
173
"blockstore-core" : " ^2.0.1" ,
174
- "it-buffer-stream" : " ^2 .0.0" ,
174
+ "it-buffer-stream" : " ^3 .0.0" ,
175
175
"wherearewe" : " ^2.0.1"
176
176
},
177
177
"browser" : {
Original file line number Diff line number Diff line change 1
1
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'
3
3
import type { MultihashHasher } from 'multiformats/hashes/interface'
4
4
import type { BlockCodec } from 'multiformats/codecs/interface'
5
5
import type { Blockstore } from 'interface-blockstore'
Original file line number Diff line number Diff line change 163
163
"devDependencies" : {
164
164
"aegir" : " ^37.5.0" ,
165
165
"protobufjs-cli" : " ^1.0.0" ,
166
- "uint8arrays" : " ^3 .0.0 "
166
+ "uint8arrays" : " ^4 .0.2 "
167
167
},
168
168
"browser" : {
169
169
"fs" : false
You can’t perform that action at this time.
0 commit comments