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 /package.json | |
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 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6f73a5581..2ff7557d1 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "icons:optimize": "svgo -f ./assets/icons" }, "dependencies": { - "@atproto/api": "^0.14.19", + "@atproto/api": "^0.14.20", "@bitdrift/react-native": "^0.6.8", "@braintree/sanitize-url": "^6.0.2", "@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet", |