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 /yarn.lock | |
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 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock index 6e13bd51e..c418e9acb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -40,10 +40,10 @@ tlds "^1.234.0" typed-emitter "^2.1.0" -"@atproto/api@^0.6.0": - version "0.6.0" - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.6.0.tgz#c4eea08ee4d1be522928cd016d7de8061d86e573" - integrity sha512-GkWHoGZfNneHarAYkIPJD1GGgKiI7OwnCtKS+J4AmlVKYijGEzOYgg1fY6rluT6XPT5TlQZiHUWpMlpqAkQIkQ== +"@atproto/api@^0.6.1": + version "0.6.1" + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.6.1.tgz#1a4794c4e379f3790dbc1c2cc69e0700c711f634" + integrity sha512-Fwp3GxSxy04XCScLNb7gdYuITt3beUPM2gOmAaJJ/c0muvj3BS/lGeeEqHToSMlxyirfPQYiTHDGcDZgo6EpMQ== dependencies: "@atproto/common-web" "*" "@atproto/uri" "*" |