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

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 27, 2022
1 parent 4e93dd5 commit 919b27a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/ipfs-core-types/package.json
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@ipld/dag-pb": "^2.1.3",
"interface-datastore": "^6.0.2",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs": "^6.0.9",
"@multiformats/multiaddr": "^10.0.0",
"multiformats": "^9.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core-utils/package.json
Expand Up @@ -123,7 +123,7 @@
"browser-readablestream-to-it": "^1.0.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.10.3",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs": "^6.0.9",
"ipfs-utils": "^9.0.6",
"it-all": "^1.0.4",
"it-map": "^1.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-core/package.json
Expand Up @@ -105,9 +105,9 @@
"ipfs-core-utils": "^0.14.3",
"ipfs-http-client": "^56.0.3",
"ipfs-repo": "^14.0.1",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs-exporter": "^7.0.3",
"ipfs-unixfs-importer": "^9.0.3",
"ipfs-unixfs": "^6.0.9",
"ipfs-unixfs-exporter": "^7.0.11",
"ipfs-unixfs-importer": "^9.0.10",
"ipfs-utils": "^9.0.6",
"ipns": "^1.0.0",
"is-domain-name": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-grpc-client/package.json
Expand Up @@ -56,7 +56,7 @@
"ipfs-core-types": "^0.10.3",
"ipfs-core-utils": "^0.14.3",
"ipfs-grpc-protocol": "^0.5.5",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs": "^6.0.9",
"it-first": "^1.0.4",
"it-pushable": "^2.0.1",
"@multiformats/multiaddr": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-http-server/package.json
Expand Up @@ -54,7 +54,7 @@
"ipfs-core-types": "^0.10.3",
"ipfs-core-utils": "^0.14.3",
"ipfs-http-gateway": "^0.9.2",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs": "^6.0.9",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
"it-filter": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-message-port-client/package.json
Expand Up @@ -46,7 +46,7 @@
"err-code": "^3.0.1",
"ipfs-core-types": "^0.10.3",
"ipfs-message-port-protocol": "^0.11.3",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs": "^6.0.9",
"it-peekable": "^1.0.2",
"multiformats": "^9.5.1"
},
Expand Down

0 comments on commit 919b27a

Please sign in to comment.