diff options
author | Ansh <anshnanda10@gmail.com> | 2023-07-21 15:39:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 17:39:06 -0500 |
commit | bb99a234e18e8582f391f6f2e93c9efa10f79cc3 (patch) | |
tree | 99bcb0ba3ec485c7270641a0ad56a2f565bf7804 /yarn.lock | |
parent | bf00d498638c881ae2738b255f018686ee374ce7 (diff) | |
download | voidsky-bb99a234e18e8582f391f6f2e93c9efa10f79cc3.tar.zst |
[APP-720] Paginate custom feeds (#1030)
* paginate custom feeds * Fix loading state bug * DRY code up
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/yarn.lock b/yarn.lock index 0169dedee..eebc7c779 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29,7 +29,7 @@ jsonpointer "^5.0.0" leven "^3.1.0" -"@atproto/api@*", "@atproto/api@^0.3.13": +"@atproto/api@*": version "0.3.13" resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.3.13.tgz#e5ccaa83bb909e662286cdf74a77a76de6562a47" integrity sha512-smDlomgipca16G+jKXAZSMfsAmA5wG8WR3Z1dj29ZShVJlhs6+HHdxX7dWVDYEdSeb2rp/wyHN/tQhxGDAkz/g== @@ -40,6 +40,17 @@ tlds "^1.234.0" typed-emitter "^2.1.0" +"@atproto/api@^0.4.2": + version "0.4.2" + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.4.2.tgz#7790eb049f72437e7454c8ecc29a5ef4201c1ade" + integrity sha512-bwaT+kIJp6wpzlHc1Rus3yi29GKlwvYp4wOWAFmcyYT4qH2ZlE6NfElgi6QwdQD285EhiIKYTv7CAMRp/QO7DQ== + dependencies: + "@atproto/common-web" "*" + "@atproto/uri" "*" + "@atproto/xrpc" "*" + tlds "^1.234.0" + typed-emitter "^2.1.0" + "@atproto/aws@*": version "0.0.1" resolved "https://registry.yarnpkg.com/@atproto/aws/-/aws-0.0.1.tgz#b26e47ec4a7ddab4a5d41ec8dbc476cfce88139d" |