Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Jan 20, 2025
1 parent d86e52c commit 5a1ab3f
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 33 deletions.
2 changes: 1 addition & 1 deletion packages/access-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"@ucanto/validator": "^9.0.2",
"bigint-mod-arith": "^3.1.2",
"conf": "11.0.2",
"multiformats": "^12.1.2",
"multiformats": "^13.3.1",
"p-defer": "^4.0.0",
"type-fest": "^4.9.0",
"uint8arrays": "^4.0.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/filecoin-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"@web-std/blob": "^3.0.5",
"c8": "^10.1.2",
"mocha": "^10.2.0",
"multiformats": "^12.1.2",
"multiformats": "^13.3.1",
"p-wait-for": "^5.0.2",
"typescript": "5.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/filecoin-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
"@types/mocha": "^10.0.1",
"@ucanto/principal": "^9.0.1",
"@ucanto/server": "^10.0.0",
"@web3-storage/data-segment": "^4.0.0",
"@web3-storage/data-segment": "^5.3.0",
"assert": "^2.0.0",
"c8": "^7.13.0",
"hundreds": "^0.0.9",
"mocha": "^10.2.0",
"multiformats": "^12.1.2",
"multiformats": "^13.3.1",
"npm-run-all": "^4.1.5",
"playwright-test": "^12.3.4",
"typescript": "5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"@ucanto/validator": "^9.0.2",
"@web3-storage/content-claims": "^5.1.3",
"@web3-storage/upload-api": "^19.0.0",
"multiformats": "^12.1.2",
"multiformats": "^13.3.1",
"uint8arrays": "^5.0.3"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/upload-api/test/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export async function randomCAR(size) {
const hash = await sha256.digest(bytes)
const root = CID.create(1, raw.code, hash)

// @ts-expect-error old multiformats in @ipld/car
const { writer, out } = CarWriter.create(root)
writer.put({ cid: root, bytes })
writer.close()
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@ucanto/transport": "^9.1.1",
"@web3-storage/data-segment": "^5.1.0",
"ipfs-utils": "^9.0.14",
"multiformats": "^12.1.2",
"multiformats": "^13.3.1",
"p-retry": "^5.1.2",
"varint": "^6.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/upload-client/test/helpers/car.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { toBlock } from './block.js'
*/
export async function toCAR(bytes) {
const block = await toBlock(bytes)
// @ts-expect-error old multiformats in @ipld/car
const { writer, out } = CarWriter.create(block.cid)
writer.put(block)
writer.close()
Expand Down
2 changes: 1 addition & 1 deletion packages/w3up-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"esbuild": "^0.24.0",
"hundreds": "^0.0.9",
"mocha": "^10.8.2",
"multiformats": "^12.1.2",
"multiformats": "^13.3.1",
"npm-run-all": "^4.1.5",
"playwright-test": "^12.3.4",
"typedoc": "^0.25.3",
Expand Down
1 change: 0 additions & 1 deletion packages/w3up-client/test/helpers/car.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export async function toCAR(bytes) {
const hash = await sha256.digest(bytes)
const root = CID.create(1, raw.code, hash)

// @ts-expect-error old multiformats in @ipld/car
const { writer, out } = CarWriter.create(root)
writer.put({ cid: root, bytes })
writer.close()
Expand Down
37 changes: 14 additions & 23 deletions pnpm-lock.yaml

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

0 comments on commit 5a1ab3f

Please sign in to comment.