about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-07-21 15:39:06 -0700
committerGitHub <noreply@github.com>2023-07-21 17:39:06 -0500
commitbb99a234e18e8582f391f6f2e93c9efa10f79cc3 (patch)
tree99bcb0ba3ec485c7270641a0ad56a2f565bf7804 /package.json
parentbf00d498638c881ae2738b255f018686ee374ce7 (diff)
downloadvoidsky-bb99a234e18e8582f391f6f2e93c9efa10f79cc3.tar.zst
[APP-720] Paginate custom feeds (#1030)
* paginate custom feeds

* Fix loading state bug

* DRY code up
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 48c296364..48c5d030c 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.3.13",
+    "@atproto/api": "^0.4.2",
     "@bam.tech/react-native-image-resizer": "^3.0.4",
     "@braintree/sanitize-url": "^6.0.2",
     "@expo/html-elements": "^0.4.2",