File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -38,5 +38,14 @@ module.exports = {
38
38
}
39
39
} ,
40
40
post : ( ) => server . stop ( )
41
+ } ,
42
+ webpack : {
43
+ node : {
44
+ // needed by ipfs-repo-migrations
45
+ path : true ,
46
+
47
+ // needed by abstract-leveldown
48
+ Buffer : true
49
+ }
41
50
}
42
51
}
Original file line number Diff line number Diff line change 58
58
"fs-extra" : " ^9.0.0" ,
59
59
"ipfs-utils" : " ^2.2.0" ,
60
60
"merge-options" : " ^2.0.0" ,
61
- "multiaddr" : " ^7.2.1 " ,
61
+ "multiaddr" : " ^8.0.0 " ,
62
62
"nanoid" : " ^3.1.3" ,
63
63
"temp-write" : " ^4.0.0"
64
64
},
65
65
"devDependencies" : {
66
- "aegir" : " ^23 .0.0" ,
66
+ "aegir" : " ^25 .0.0" ,
67
67
"benchmark" : " ^2.1.4" ,
68
68
"go-ipfs" : " ^0.6.0" ,
69
69
"husky" : " ^4.2.5" ,
70
- "ipfs" : " ^0.43.0 " ,
71
- "ipfs-http-client" : " ^44 .0.0" ,
70
+ "ipfs" : " ^0.48.2 " ,
71
+ "ipfs-http-client" : " ^45 .0.0" ,
72
72
"lint-staged" : " ^10.1.6"
73
73
},
74
74
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments