Skip to content

Commit

Permalink
Fix dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
saul-jb committed Apr 8, 2024
1 parent 4fd8cb0 commit e0a6613
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 51 deletions.
77 changes: 45 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion packages/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
"private": true,
"sideEffects": false,
"dependencies": {
"@open-draft/deferred-promise": "^2.2.0",
"@organicdesign/db-client": "^0.1.0",
"debug": "^4.3.4",
"pretty-bytes": "^6.1.1",
"tinybench": "^2.6.0"
"tinybench": "^2.6.0",
"uint8arrays": "^5.0.3"
},
"peerDependencies": {
"@organicdesign/db-daemon": "^0.1.0"
Expand Down
9 changes: 4 additions & 5 deletions packages/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,9 @@
"author": "Saul Boyd",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@helia/interface": "^4.0.0",
"@ipld/dag-pb": "^4.1.0",
"@libp2p/interface": "^1.1.3",
"@libp2p/interfaces": "^3.3.2",
"@organicdesign/db-test-utils": "^0.1.0",
"@types/yargs": "^17.0.32",
"aegir": "^42.2.4",
"interface-blockstore": "^5.2.10",
"tsc-alias": "^1.8.8"
},
"private": true,
Expand All @@ -43,6 +38,7 @@
"@chainsafe/libp2p-yamux": "^6.0.2",
"@helia/block-brokers": "^2.0.3",
"@helia/car": "^3.1.0",
"@helia/interface": "^4.1.0",
"@helia/unixfs": "^3.0.0",
"@ipld/car": "^5.3.0",
"@ipld/dag-cbor": "^9.2.0",
Expand All @@ -51,6 +47,8 @@
"@libp2p/circuit-relay-v2": "^1.0.15",
"@libp2p/dcutr": "^1.0.12",
"@libp2p/identify": "^1.0.14",
"@libp2p/interface": "^1.1.6",
"@libp2p/interfaces": "^3.3.2",
"@libp2p/kad-dht": "^12.0.7",
"@libp2p/logger": "^4.0.6",
"@libp2p/pnet": "^1.0.1",
Expand All @@ -71,6 +69,7 @@
"datastore-fs": "^9.1.8",
"debug": "^4.3.4",
"helia": "^4.0.1",
"interface-blockstore": "^5.2.10",
"interface-datastore": "^8.2.11",
"it-all": "^3.0.4",
"it-parallel": "^3.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/helia-pin-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"author": "Saul Boyd",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@helia/interface": "^4.0.0",
"@ipld/dag-pb": "^4.1.0",
"aegir": "^42.2.4",
"helia": "^4.0.1",
Expand All @@ -35,6 +34,7 @@
"private": true,
"sideEffects": false,
"dependencies": {
"@helia/interface": "^4.1.0",
"@open-draft/deferred-promise": "^2.2.0",
"@organicdesign/db-utils": "^0.1.0",
"cborg": "^4.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/key-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"author": "Saul Boyd",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@libp2p/interface": "^1.1.3",
"aegir": "^42.2.4"
},
"private": true,
"sideEffects": false,
"dependencies": {
"@ipld/dag-cbor": "^9.2.0",
"@libp2p/crypto": "^4.0.2",
"@libp2p/interface": "^1.1.6",
"@libp2p/peer-id": "^4.0.6",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/manual-block-broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"author": "Saul Boyd",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@helia/interface": "^4.0.0",
"aegir": "^42.2.4",
"interface-store": "^5.1.8",
"multiformats": "^13.1.0"
"aegir": "^42.2.4"
},
"private": true,
"sideEffects": false,
"dependencies": {
"@open-draft/deferred-promise": "^2.2.0"
"@helia/interface": "^4.1.0",
"@open-draft/deferred-promise": "^2.2.0",
"interface-store": "^5.1.8",
"multiformats": "^13.1.0"
}
}
7 changes: 5 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,18 @@
"author": "Saul Boyd",
"license": "GPL-3.0-or-later",
"devDependencies": {
"aegir": "^42.2.4",
"multiformats": "^13.1.0"
"aegir": "^42.2.4"
},
"private": true,
"sideEffects": false,
"dependencies": {
"@helia/interface": "^4.1.0",
"@helia/unixfs": "^3.0.2",
"@ipld/dag-pb": "^4.1.0",
"blockstore-core": "^4.4.0",
"interface-blockstore": "^5.2.10",
"it-all": "^3.0.4",
"multiformats": "^13.1.0",
"uint8arrays": "^5.0.3"
}
}
Loading

0 comments on commit e0a6613

Please sign in to comment.