diff options
author | Ansh <anshnanda10@gmail.com> | 2023-03-02 16:09:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-02 18:09:48 -0600 |
commit | 75174a6c37a01282b8bd1389fee3fb00488dcf0d (patch) | |
tree | 6ced8feb720a2ccd4c3978740f22ce2ec7e59ccc /yarn.lock | |
parent | f539659ac8eb0857e888ea2a972f78305a42e201 (diff) | |
download | voidsky-75174a6c37a01282b8bd1389fee3fb00488dcf0d.tar.zst |
73-post-embeds (#253)
* update api to 0.1.3 * add repost modal with reposting functionality * add quote post UI * allow creation and view of quote posts * Validate the post record before rendering a quote post * Use createdAt in quote posts for now * add web modal support * Tune the quote post rendering * Make did and declarationCid optional in postmeta * Make did and declarationCid optional in postmeta * dont allow image or link preview if quote post * Handle no-text quote posts * Tune the repost modal * Tweak composer post text * Fix lint --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
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 4886fac77..6583e0a9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19,10 +19,10 @@ jsonpointer "^5.0.0" leven "^3.1.0" -"@atproto/api@^0.1.2": - version "0.1.2" - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.1.2.tgz#66102f9203ba499432bc5aeb30cd19313ab2e4fc" - integrity sha512-lDcFGkrk0J7rkIPSie18xS7sO3IL6DsosX8GgoeqCNeVaDuphBRaFCcpBUWf0q4fHrpmdgghGo4ulefyKHTIFQ== +"@atproto/api@0.1.3": + version "0.1.3" + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.1.3.tgz#4aa9ea7caad624a7eda7d22e03f076e4b0fb68fb" + integrity sha512-jEtE0Afxnkvth7/dZKYx9Gv1IpO2Jlmb8KzgRVPnyYyolI2GI4VTNs7mxxO/44cs8vKu2PN2zW+64XuaIY1JBA== dependencies: "@atproto/xrpc" "*" typed-emitter "^2.1.0" |