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

Commit

Permalink
deps(dev): update interop, ipfsd-ctl and kubo-rpc-client (#4294)
Browse files Browse the repository at this point in the history
Update deps to use latest multiformats
  • Loading branch information
achingbrain committed Jan 13, 2023
1 parent 6e94067 commit 6eeb1be
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
},
"devDependencies": {
"aegir": "^37.11.0",
"node-fetch": "npm:@achingbrain/node-fetch@^2.6.4",
"npm-run-all": "^4.1.5"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"go-ipfs": "^0.12.0",
"interface-blockstore-tests": "^4.0.0",
"interface-ipfs-core": "^0.158.0",
"ipfsd-ctl": "^12.0.3",
"ipfsd-ctl": "^13.0.0",
"iso-url": "^1.0.0",
"it-all": "^2.0.0",
"nanoid": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"aegir": "^37.11.0",
"delay": "^5.0.0",
"go-ipfs": "^0.12.0",
"ipfsd-ctl": "^12.0.3",
"ipfsd-ctl": "^13.0.0",
"it-all": "^2.0.0",
"it-first": "^2.0.0",
"nock": "^13.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-http-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"aegir": "^37.11.0",
"get-stream": "^6.0.0",
"ipfs-core": "^0.18.0",
"ipfsd-ctl": "^12.0.3",
"ipfsd-ctl": "^13.0.0",
"it-all": "^2.0.0",
"uint8arrays": "^4.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
"ipfs-client": "^0.10.0",
"ipfs-core-types": "^0.14.0",
"ipfs-http-client": "^60.0.0",
"ipfs-interop": "ipfs/interop#deps/update-multiformats",
"ipfs-interop": "^10.0.0",
"ipfs-utils": "^9.0.13",
"ipfsd-ctl": "^12.0.3",
"ipfsd-ctl": "^13.0.0",
"iso-url": "^1.0.0",
"kubo-rpc-client": "^2.0.2",
"kubo-rpc-client": "^3.0.0",
"merge-options": "^3.0.4",
"mock-ipfs-pinning-service": "^0.4.2",
"url": "^0.11.0"
Expand Down

0 comments on commit 6eeb1be

Please sign in to comment.