diff options
author | Eric Bailey <git@esb.lol> | 2023-08-10 12:50:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 10:50:37 -0700 |
commit | cc3fcb1645060efb8765606d277b91ebb3303ae4 (patch) | |
tree | 7ea0bd21ee8e4ac4f26583687dffca328c41e634 /package.json | |
parent | 03d152675ee1ce208856498acf7285fbf07fd45b (diff) | |
download | voidsky-cc3fcb1645060efb8765606d277b91ebb3303ae4.tar.zst |
Adds profile media tab (#1137)
* add media tab * fix loading state * cleanup * update naming * upgrade api package * fix load state * add scroll view to tabs * fix overflow on mobile web
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 64e7a4e66..0f7e17d53 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.0", + "@atproto/api": "^0.6.1", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@expo/html-elements": "^0.4.2", |