Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 6eeb1be

Browse files
authored
deps(dev): update interop, ipfsd-ctl and kubo-rpc-client (#4294)
Update deps to use latest multiformats
1 parent 6e94067 commit 6eeb1be

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

Diff for: package.json

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
},
5858
"devDependencies": {
5959
"aegir": "^37.11.0",
60-
"node-fetch": "npm:@achingbrain/node-fetch@^2.6.4",
6160
"npm-run-all": "^4.1.5"
6261
},
6362
"eslintConfig": {

Diff for: packages/ipfs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"go-ipfs": "^0.12.0",
159159
"interface-blockstore-tests": "^4.0.0",
160160
"interface-ipfs-core": "^0.158.0",
161-
"ipfsd-ctl": "^12.0.3",
161+
"ipfsd-ctl": "^13.0.0",
162162
"iso-url": "^1.0.0",
163163
"it-all": "^2.0.0",
164164
"nanoid": "^4.0.0",

Diff for: packages/ipfs-http-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"aegir": "^37.11.0",
9292
"delay": "^5.0.0",
9393
"go-ipfs": "^0.12.0",
94-
"ipfsd-ctl": "^12.0.3",
94+
"ipfsd-ctl": "^13.0.0",
9595
"it-all": "^2.0.0",
9696
"it-first": "^2.0.0",
9797
"nock": "^13.0.2",

Diff for: packages/ipfs-http-response/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"aegir": "^37.11.0",
8383
"get-stream": "^6.0.0",
8484
"ipfs-core": "^0.18.0",
85-
"ipfsd-ctl": "^12.0.3",
85+
"ipfsd-ctl": "^13.0.0",
8686
"it-all": "^2.0.0",
8787
"uint8arrays": "^4.0.2"
8888
},

Diff for: packages/ipfs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@
9494
"ipfs-client": "^0.10.0",
9595
"ipfs-core-types": "^0.14.0",
9696
"ipfs-http-client": "^60.0.0",
97-
"ipfs-interop": "ipfs/interop#deps/update-multiformats",
97+
"ipfs-interop": "^10.0.0",
9898
"ipfs-utils": "^9.0.13",
99-
"ipfsd-ctl": "^12.0.3",
99+
"ipfsd-ctl": "^13.0.0",
100100
"iso-url": "^1.0.0",
101-
"kubo-rpc-client": "^2.0.2",
101+
"kubo-rpc-client": "^3.0.0",
102102
"merge-options": "^3.0.4",
103103
"mock-ipfs-pinning-service": "^0.4.2",
104104
"url": "^0.11.0"

0 commit comments

Comments
 (0)