Skip to content

Commit

Permalink
fix: missing deps (#200)
Browse files Browse the repository at this point in the history
Most in devDeps but 1 was actually missing 😱!
  • Loading branch information
Alan Shaw authored Jul 2, 2024
1 parent 2a60b1b commit e8f13d5
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 108 deletions.
149 changes: 44 additions & 105 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,12 @@
"devDependencies": {
"@types/update-notifier": "^6.0.5",
"@ucanto/interface": "^10.0.1",
"@ucanto/principal": "^9.0.1",
"@ucanto/server": "^10.0.0",
"@web-std/blob": "^3.0.5",
"@web3-storage/capabilities": "17.1.1",
"@web3-storage/eslint-config-w3up": "^1.0.0",
"@web3-storage/sigv4": "^1.0.2",
"@web3-storage/upload-api": "^17.0.0",
"entail": "^2.1.1",
"multiformats": "^13.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
Expand All @@ -54,15 +51,19 @@
"@ipld/dag-ucan": "^3.4.0",
"@ucanto/client": "^9.0.1",
"@ucanto/core": "^10.0.1",
"@ucanto/principal": "^9.0.1",
"@ucanto/transport": "^9.1.1",
"@web3-storage/access": "^20.0.0",
"@web3-storage/capabilities": "^17.2.0",
"@web3-storage/data-segment": "^5.0.0",
"@web3-storage/did-mailto": "^2.1.0",
"@web3-storage/w3up-client": "^14.1.1",
"ansi-escapes": "^6.2.0",
"chalk": "^5.3.0",
"crypto-random-string": "^5.0.0",
"files-from-path": "^1.0.4",
"fr32-sha2-256-trunc254-padded-binary-tree-multihash": "^3.3.0",
"multiformats": "^13.1.3",
"open": "^9.1.0",
"ora": "^7.0.1",
"pretty-tree": "^1.0.0",
Expand Down

0 comments on commit e8f13d5

Please sign in to comment.