Skip to content

Commit

Permalink
deps: updating all deps (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Apr 9, 2024
1 parent a38a0c6 commit 6d0ffd8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"docs:no-publish": "aegir docs --publish false"
},
"devDependencies": {
"aegir": "^42.2.0",
"aegir": "^42.2.5",
"npm-run-all": "^4.1.5"
},
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"ipfsd-ctl": "^13.0.0",
"it-drain": "^3.0.5",
"kubo": "^0.27.0",
"kubo-rpc-client": "^3.0.3",
"magic-bytes.js": "^1.8.0",
"kubo-rpc-client": "^3.0.4",
"magic-bytes.js": "^1.10.0",
"multiformats": "^13.1.0"
},
"browser": {
Expand Down
50 changes: 25 additions & 25 deletions packages/verified-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,21 @@
"release": "aegir release"
},
"dependencies": {
"@helia/block-brokers": "^2.0.2",
"@helia/car": "^3.1.0",
"@helia/http": "^1.0.2",
"@helia/interface": "^4.0.1",
"@helia/ipns": "^7.0.0",
"@helia/routers": "^1.0.1",
"@helia/unixfs": "^3.0.1",
"@helia/block-brokers": "^2.0.3",
"@helia/car": "^3.1.2",
"@helia/http": "^1.0.3",
"@helia/interface": "^4.1.0",
"@helia/ipns": "^7.2.0",
"@helia/routers": "^1.0.2",
"@helia/unixfs": "^3.0.3",
"@ipld/dag-cbor": "^9.2.0",
"@ipld/dag-json": "^10.2.0",
"@ipld/dag-pb": "^4.1.0",
"@libp2p/interface": "^1.1.4",
"@libp2p/kad-dht": "^12.0.8",
"@libp2p/peer-id": "^4.0.7",
"@multiformats/dns": "^1.0.2",
"cborg": "^4.0.9",
"@libp2p/interface": "^1.1.6",
"@libp2p/kad-dht": "^12.0.11",
"@libp2p/peer-id": "^4.0.9",
"@multiformats/dns": "^1.0.6",
"cborg": "^4.2.0",
"hashlru": "^2.3.0",
"interface-blockstore": "^5.2.10",
"interface-datastore": "^8.2.11",
Expand All @@ -82,32 +82,32 @@
"it-to-browser-readablestream": "^2.0.6",
"multiformats": "^13.1.0",
"progress-events": "^1.0.0",
"uint8arrays": "^5.0.2"
"uint8arrays": "^5.0.3"
},
"devDependencies": {
"@helia/car": "^3.1.0",
"@helia/dag-cbor": "^3.0.1",
"@helia/dag-json": "^3.0.1",
"@helia/json": "^3.0.1",
"@helia/car": "^3.1.2",
"@helia/dag-cbor": "^3.0.2",
"@helia/dag-json": "^3.0.2",
"@helia/json": "^3.0.2",
"@helia/utils": "^0.1.0",
"@ipld/car": "^5.3.0",
"@libp2p/interface-compliance-tests": "^5.3.2",
"@libp2p/logger": "^4.0.7",
"@libp2p/peer-id-factory": "^4.0.7",
"@libp2p/interface-compliance-tests": "^5.3.4",
"@libp2p/logger": "^4.0.9",
"@libp2p/peer-id-factory": "^4.0.9",
"@sgtpooki/file-type": "^1.0.1",
"@types/sinon": "^17.0.3",
"aegir": "^42.2.5",
"blockstore-core": "^4.4.0",
"browser-readablestream-to-it": "^2.0.5",
"datastore-core": "^9.2.9",
"helia": "^4.0.2",
"ipfs-unixfs-importer": "^15.2.4",
"ipns": "^9.0.0",
"helia": "^4.1.0",
"ipfs-unixfs-importer": "^15.2.5",
"ipns": "^9.1.0",
"it-all": "^3.0.4",
"it-last": "^3.0.4",
"it-to-buffer": "^4.0.5",
"magic-bytes.js": "^1.8.0",
"p-defer": "^4.0.0",
"magic-bytes.js": "^1.10.0",
"p-defer": "^4.0.1",
"sinon": "^17.0.1",
"sinon-ts": "^2.0.0"
},
Expand Down

0 comments on commit 6d0ffd8

Please sign in to comment.