Skip to content

Commit

Permalink
fix: update esbuild
Browse files Browse the repository at this point in the history
this seems to fix the build errors I was seeing, and necessitates a small code change
  • Loading branch information
travis committed Apr 10, 2024
1 parent c8ad87d commit edf020c
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 109 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"regexparam": "^2.0.0",
"toucan-js": "^2.7.0",
"ucan-storage": "^1.3.0",
"uint8arrays": "^3.0.0"
"uint8arrays": "5.0.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.17.0",
Expand All @@ -68,7 +68,7 @@
"carbites": "^1.0.6",
"delay": "^5.0.0",
"dotenv": "^10.0.0",
"esbuild": "^0.13.13",
"esbuild": "^0.20.2",
"execa": "^5.1.1",
"git-rev-sync": "^3.0.1",
"ipfs-unixfs-importer": "^9.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/utils/w3up.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as W3UP from '@web3-storage/w3up-client'
import * as ed25519 from '@ucanto/principal/ed25519'
import { StoreMemory } from '@web3-storage/access/stores/store-memory'
import contentClaims from '@web3-storage/content-claims/client'
import * as contentClaims from '@web3-storage/content-claims/client'
import { CID } from 'multiformats/cid'
import { base64 } from 'multiformats/bases/base64'
import { identity } from 'multiformats/hashes/identity'
Expand Down
Loading

0 comments on commit edf020c

Please sign in to comment.