diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-04-02 01:45:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-01 15:45:29 -0700 |
commit | 5cb49314d009e02179eec3bfc759376d134e2673 (patch) | |
tree | e61fe05d9d512577c448fc31989ef5ed6cfb6bd3 /package.json | |
parent | 318b29d3fd7d22895ed6ba9a8daff6f296d7dd58 (diff) | |
download | voidsky-5cb49314d009e02179eec3bfc759376d134e2673.tar.zst |
[Reactions] Get reactions in chat list working again with new lexicon (#8093)
* get chat list reactions working again with new lexicon * fix weird android bug where background wasn't clipped
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 b903b1410..db68a18c8 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "icons:optimize": "svgo -f ./assets/icons" }, "dependencies": { - "@atproto/api": "^0.14.14", + "@atproto/api": "^0.14.16", "@bitdrift/react-native": "^0.6.8", "@braintree/sanitize-url": "^6.0.2", "@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet", |