Skip to content

Commit 6858dcf

Browse files
committed
deps!: update libp2p and kubo
BREAKING CHANGE: uses libp2p@3.x.x deps and updates to latest kubo
1 parent deebd76 commit 6858dcf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,20 +142,20 @@
142142
"dependencies": {
143143
"@hapi/boom": "^10.0.0",
144144
"@hapi/hapi": "^21.1.0",
145-
"@libp2p/interface": "^2.0.1",
146-
"@libp2p/logger": "^5.0.1",
145+
"@libp2p/interface": "^3.0.2",
146+
"@libp2p/logger": "^6.0.5",
147147
"execa": "^9.3.1",
148-
"joi": "^17.2.1",
149-
"kubo-rpc-client": "^5.0.0",
148+
"joi": "^18.0.1",
149+
"kubo-rpc-client": "^6.0.0",
150150
"merge-options": "^3.0.1",
151151
"nanoid": "^5.0.7",
152152
"p-defer": "^4.0.1",
153-
"p-wait-for": "^5.0.0",
153+
"p-wait-for": "^6.0.0",
154154
"wherearewe": "^2.0.1"
155155
},
156156
"devDependencies": {
157157
"aegir": "^47.0.22",
158-
"kubo": "^0.32.0"
158+
"kubo": "^0.38.1"
159159
},
160160
"browser": {
161161
"./dist/src/endpoint/server.js": "./dist/src/endpoint/server.browser.js",

0 commit comments

Comments
 (0)