Barazo lexicon schemas and TypeScript types barazo.forum
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): bump @atproto/lexicon in the dependencies group (#6)

Bumps the dependencies group with 1 update: [@atproto/lexicon](https://github.com/bluesky-social/atproto/tree/HEAD/packages/lexicon).


Updates `@atproto/lexicon` from 0.5.2 to 0.6.1
- [Release notes](https://github.com/bluesky-social/atproto/releases)
- [Changelog](https://github.com/bluesky-social/atproto/blob/main/packages/lexicon/CHANGELOG.md)
- [Commits](https://github.com/bluesky-social/atproto/commits/@atproto/lexicon@0.6.1/packages/lexicon)

---
updated-dependencies:
- dependency-name: "@atproto/lexicon"
dependency-version: 0.6.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
af27d21b 2600da71

+1 -1
+1 -1
package.json
··· 35 35 "clean": "rm -rf dist" 36 36 }, 37 37 "dependencies": { 38 - "@atproto/lexicon": "^0.5.1", 38 + "@atproto/lexicon": "^0.6.1", 39 39 "multiformats": "^13.4.2", 40 40 "zod": "^4.3.6" 41 41 },