about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2023-08-10 12:50:37 -0500
committerGitHub <noreply@github.com>2023-08-10 10:50:37 -0700
commitcc3fcb1645060efb8765606d277b91ebb3303ae4 (patch)
tree7ea0bd21ee8e4ac4f26583687dffca328c41e634 /package.json
parent03d152675ee1ce208856498acf7285fbf07fd45b (diff)
downloadvoidsky-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.json2
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",