Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
fix: add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Oct 28, 2022
1 parent 83e1f53 commit a65af52
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,20 @@
"test:dev": "vitest"
},
"dependencies": {
"@ucanto/interface": "^1.0.0",
"@ipld/unixfs": "^1.1.0-dev",
"@ucanto/server": "^1.0.2",
"@ucanto/transport": "^1.0.1",
"@ucanto/core": "^1.0.1",
"uint8arrays": "^3.1.0",
"@ipld/dag-cbor": "^8.0.0",
"@ipld/dag-json": "^8.0.11",
"@ipld/dag-pb": "^2.1.18",
"@ucanto/principal": "^1.0.1",
"@web-std/stream": "^1.0.1",
"@web3-storage/w3up-client": "3.0.2",
"@web3-storage/w3up-client": "^3.0.4",
"multiformats": "^9.9.0",
"@ipld/car": "^5.0.0",
"archy": "^1.0.0",
"cli-table": "^0.3.11",
"conf": "^10.2.0",
Expand Down

0 comments on commit a65af52

Please sign in to comment.