Skip to content

Commit e8f13d5

Browse files
author
Alan Shaw
authored
fix: missing deps (#200)
Most in devDeps but 1 was actually missing 😱!
1 parent 2a60b1b commit e8f13d5

2 files changed

Lines changed: 48 additions & 108 deletions

File tree

package-lock.json

Lines changed: 44 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,12 @@
3333
"devDependencies": {
3434
"@types/update-notifier": "^6.0.5",
3535
"@ucanto/interface": "^10.0.1",
36-
"@ucanto/principal": "^9.0.1",
3736
"@ucanto/server": "^10.0.0",
3837
"@web-std/blob": "^3.0.5",
39-
"@web3-storage/capabilities": "17.1.1",
4038
"@web3-storage/eslint-config-w3up": "^1.0.0",
4139
"@web3-storage/sigv4": "^1.0.2",
4240
"@web3-storage/upload-api": "^17.0.0",
4341
"entail": "^2.1.1",
44-
"multiformats": "^13.1.1",
4542
"npm-run-all": "^4.1.5",
4643
"prettier": "^3.0.3",
4744
"typescript": "^5.2.2"
@@ -54,15 +51,19 @@
5451
"@ipld/dag-ucan": "^3.4.0",
5552
"@ucanto/client": "^9.0.1",
5653
"@ucanto/core": "^10.0.1",
54+
"@ucanto/principal": "^9.0.1",
5755
"@ucanto/transport": "^9.1.1",
5856
"@web3-storage/access": "^20.0.0",
57+
"@web3-storage/capabilities": "^17.2.0",
5958
"@web3-storage/data-segment": "^5.0.0",
6059
"@web3-storage/did-mailto": "^2.1.0",
6160
"@web3-storage/w3up-client": "^14.1.1",
6261
"ansi-escapes": "^6.2.0",
6362
"chalk": "^5.3.0",
63+
"crypto-random-string": "^5.0.0",
6464
"files-from-path": "^1.0.4",
6565
"fr32-sha2-256-trunc254-padded-binary-tree-multihash": "^3.3.0",
66+
"multiformats": "^13.1.3",
6667
"open": "^9.1.0",
6768
"ora": "^7.0.1",
6869
"pretty-tree": "^1.0.0",

0 commit comments

Comments
 (0)