Skip to content

Commit 9fbc6bb

Browse files
authored
chore: update deps (#531)
BREAKING CHANGE - Updates multiaddr to a version that uses only Uint8Arrays instead of node Buffers
1 parent a0662e4 commit 9fbc6bb

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.aegir.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,14 @@ module.exports = {
3838
}
3939
},
4040
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+
}
4150
}
4251
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@
5858
"fs-extra": "^9.0.0",
5959
"ipfs-utils": "^2.2.0",
6060
"merge-options": "^2.0.0",
61-
"multiaddr": "^7.2.1",
61+
"multiaddr": "^8.0.0",
6262
"nanoid": "^3.1.3",
6363
"temp-write": "^4.0.0"
6464
},
6565
"devDependencies": {
66-
"aegir": "^23.0.0",
66+
"aegir": "^25.0.0",
6767
"benchmark": "^2.1.4",
6868
"go-ipfs": "^0.6.0",
6969
"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",
7272
"lint-staged": "^10.1.6"
7373
},
7474
"peerDependencies": {

0 commit comments

Comments
 (0)