diff options
author | Eric Bailey <git@esb.lol> | 2023-08-22 14:30:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 12:30:51 -0700 |
commit | 2b13dc0f3abfdb0eca03150bd77d773bbb26ebd4 (patch) | |
tree | b17e377c3c733092927f82f309d881194c4aa1de /package.json | |
parent | 548ec6c82d114f96c431a4e0f162e8360bfd22f4 (diff) | |
download | voidsky-2b13dc0f3abfdb0eca03150bd77d773bbb26ebd4.tar.zst |
Add likes tab (#1227)
* add likes tab (cherry picked from commit 6c5ffd964ca0b185ddfc37088d82712a006a1163) * only show Likes tab to authenticated user (cherry picked from commit ecc1254411d760158b6d7a4c5f05d940db872dfc) * Bump @atproto/api@0.6.5 * fix types --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
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 3d4613e39..5eb4780ab 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all" }, "dependencies": { - "@atproto/api": "^0.6.3", + "@atproto/api": "^0.6.5", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@expo/html-elements": "^0.4.2", |