diff options
author | Ansh <anshnanda10@gmail.com> | 2023-07-28 08:29:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-28 10:29:37 -0500 |
commit | 38d78e16bffc9a25a45a4ad41caeef2c075daa26 (patch) | |
tree | 091bd4a86548899d64ad904c7f0fbf1fbb745778 /package.json | |
parent | 8e9b8b6b36bc5bb68737b783ae6accfd435fda8e (diff) | |
download | voidsky-38d78e16bffc9a25a45a4ad41caeef2c075daa26.tar.zst |
Search custom feeds (#1031)
* paginate custom feeds * basic search * update `@atproto/api` * use search from the API * debounce search for 200ms
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 3d52305ae..4bb540878 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.4.2", + "@atproto/api": "^0.4.3", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@expo/html-elements": "^0.4.2", |