Skip to content

Commit

Permalink
chore(deps): update dependency @atproto/api to v0.13.29 (#1529)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and autofix-ci[bot] authored Jan 20, 2025
1 parent 12c98d1 commit 34bde1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test/unit/bundle.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('project sizes', () => {
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect
.soft(roundToKilobytes(modules.totalBytes))
.toMatchInlineSnapshot(`"11157k"`)
.toMatchInlineSnapshot(`"11162k"`)

const packages = modules.files
.filter(m => m.endsWith('package.json'))
Expand Down

0 comments on commit 34bde1f

Please sign in to comment.