diff options
author | Eric Bailey <git@esb.lol> | 2025-04-04 18:44:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-04 16:44:02 -0700 |
commit | aca89d4aea61a50697187464e88ac1b9a4ef40bd (patch) | |
tree | e7f7459996b9ea3815bc909e7f0a154ad1961a58 /yarn.lock | |
parent | a0ff9b52aad3349b24118a0222e0f3d78e695887 (diff) | |
download | voidsky-aca89d4aea61a50697187464e88ac1b9a4ef40bd.tar.zst |
[Explore] New suggested follows endpoint (#8130)
* Bump SDK * Integrate new endpoint, add profile shadow, For You tab * Format
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock index 0541080f6..88b7c8388 100644 --- a/yarn.lock +++ b/yarn.lock @@ -80,10 +80,10 @@ tlds "^1.234.0" zod "^3.23.8" -"@atproto/api@^0.14.19": - version "0.14.19" - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.14.19.tgz#fef8994e2b14e69a9e3a0aef043c7fcb34d6bf8c" - integrity sha512-YYTqM0K0qk2TP7PguktPzlAQGLTL1bEGz6PgY5kqKJNX4o1318kJYB22DzjJYqV2NUCq0JQ9Lb0oskLvTisEOg== +"@atproto/api@^0.14.20": + version "0.14.20" + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.14.20.tgz#904c85a91748f3203fd929415cb8fb3bc78d35d3" + integrity sha512-Daip22+u9N+EVPk9PsEEVrTfjIqGczXnAT7o2EHGd0JsOzMbp3a6wmW1beKqYDzPf+Dc36/39JeUYYqhB3fKjg== dependencies: "@atproto/common-web" "^0.4.1" "@atproto/lexicon" "^0.4.10" |