diff options
author | dan <dan.abramov@gmail.com> | 2024-11-23 03:27:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-23 03:27:17 +0000 |
commit | 631277dc3d8d666f09e86bd390c90239738853c9 (patch) | |
tree | d78ac5c4a960512cd209824d2c2e7a9fc91a31e9 /package.json | |
parent | ac5b2cf31f2bb45f1bf8a180705249d3cce8017d (diff) | |
download | voidsky-631277dc3d8d666f09e86bd390c90239738853c9.tar.zst |
Add a hotness thread sort (#6649)
* Add a hotness thread sort * Bump @atproto/api
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 3ba944db7..91b091a1b 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "icons:optimize": "svgo -f ./assets/icons" }, "dependencies": { - "@atproto/api": "^0.13.11", + "@atproto/api": "^0.13.18", "@braintree/sanitize-url": "^6.0.2", "@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet", "@emoji-mart/react": "^1.1.1", |